mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
"fixed not saving option to show only the date (not year) of birthdays from contacts "
This commit is contained in:
parent
fad005ac62
commit
e23838596c
@ -54,7 +54,7 @@
|
||||
<td>
|
||||
<select name="newsettings[hide_birthdays]">
|
||||
<option value="">{lang_Yes}</option>
|
||||
<option value="date_only"{selected_hide_birthdays_date_only}>{lang_Show_only_the_date,_not_the_year}</option>
|
||||
<option value="dateonly"{selected_hide_birthdays_dateonly}>{lang_Show_only_the_date,_not_the_year}</option>
|
||||
<option value="yes"{selected_hide_birthdays_yes}>{lang_No}</option>
|
||||
</select>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user