update: vCard placeholders updated for organization and position fields
Changed the placeholder text in the vCard input fields to reflect new example values, enhancing user experience and clarity in the form.
This commit is contained in:
+2
-2
@@ -470,11 +470,11 @@
|
|||||||
<div class="options-row">
|
<div class="options-row">
|
||||||
<div class="options-col">
|
<div class="options-col">
|
||||||
<label for="vcard-org">Organisation:</label>
|
<label for="vcard-org">Organisation:</label>
|
||||||
<input type="text" id="vcard-org" placeholder="Medi Software GmbH" autocomplete="off">
|
<input type="text" id="vcard-org" placeholder="Knorrlabs Inc." autocomplete="off">
|
||||||
</div>
|
</div>
|
||||||
<div class="options-col">
|
<div class="options-col">
|
||||||
<label for="vcard-title">Position (optional):</label>
|
<label for="vcard-title">Position (optional):</label>
|
||||||
<input type="text" id="vcard-title" placeholder="IT-Leitung" autocomplete="off">
|
<input type="text" id="vcard-title" placeholder="Master Of Desaster" autocomplete="off">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user