mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Contacts: Add default title to group multiSelect.
This commit is contained in:
parent
d176fa5750
commit
fb5239bf37
@ -173,7 +173,7 @@
|
||||
</ul>
|
||||
<a class="favorite action {favorite}"></a>
|
||||
</div>
|
||||
<select id="contactgroups" multiple></select>
|
||||
<select id="contactgroups" title="<?php echo $l->t('Select groups'); ?>" multiple></select>
|
||||
<div class="singleproperties">
|
||||
<input data-element="fn" class="fullname value propertycontainer" type="text" name="value" value="{name}" required />
|
||||
<a class="action edit"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user