Browse Source

Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)"

This reverts commit a36a8faad4.

Moved it to unstable branch for now.
remotes/origin/stable4
Thomas Tanghus 14 years ago
parent
commit
996020d82b
  1. 5
      apps/contacts/js/contacts.js

5
apps/contacts/js/contacts.js

@ -118,9 +118,8 @@ Contacts={
'id': 'fn',
'name': 'value',
'classes': ['contacts_property', 'nonempty', 'huge', 'tip', 'float'],
'attributes': {'placeholder': t('contacts', 'Enter display name')},
//'title': t('contacts', 'Format custom, Short name, Full name, Reverse or Reverse with comma')
});
'attributes': {'placeholder': t('contacts', 'Enter name')},
'title': t('contacts', 'Format custom, Short name, Full name, Reverse or Reverse with comma')});
$('#bday').datepicker({
dateFormat : 'dd-mm-yy'
});

Loading…
Cancel
Save