diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-02-10 16:40:40 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-02-10 16:40:40 +0100 |
commit | c95e8a1fc556fc34caf5f3b5ead9f0e29c8ce4c7 (patch) | |
tree | b1bd1e20dbc16141066c07ae945bdec28cb61140 /apps/contacts/templates/part.contact.php | |
parent | 25f1263c11f5704b8e429262341416fbe7081f9a (diff) | |
download | nextcloud-server-c95e8a1fc556fc34caf5f3b5ead9f0e29c8ce4c7.tar.gz nextcloud-server-c95e8a1fc556fc34caf5f3b5ead9f0e29c8ce4c7.zip |
Added custom combobox widget.
Diffstat (limited to 'apps/contacts/templates/part.contact.php')
-rw-r--r-- | apps/contacts/templates/part.contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php index a56999dbf39..19e34fd3bb1 100644 --- a/apps/contacts/templates/part.contact.php +++ b/apps/contacts/templates/part.contact.php @@ -45,7 +45,7 @@ $id = isset($_['id']) ? $_['id'] : ''; <dd style="padding-top: 0.8em;vertical-align: text-bottom;"><span id="n" type="text"></span></dd --> <dt><label for="fn"><?php echo $l->t('Display name'); ?></label></dt> <dd class="propertycontainer" data-element="FN"> - <select id="fn" name="value" required="required" class="contacts_property" title="<?php echo $l->t('Format custom, Short name, Full name, Reverse or Reverse with comma'); ?>" style="width:16em;"> + <select id="fn_select" title="<?php echo $l->t('Format custom, Short name, Full name, Reverse or Reverse with comma'); ?>" style="width:16em;"> <option id="short" title="Short name"></option> <option id="full" title="Full name"></option> <option id="reverse" title="Reverse"></option> |