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.
This commit is contained in:
Thomas Tanghus 2012-05-12 19:52:16 +02:00
parent af77ce9a9b
commit 996020d82b
1 changed files with 2 additions and 3 deletions

View File

@ -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'
});