forked from extern/egroupware
"fixed not saving option to show only the date (not year) of birthdays from contacts "
This commit is contained in:
parent
31cb95989e
commit
697b2b613c
@ -54,7 +54,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<select name="newsettings[hide_birthdays]">
|
<select name="newsettings[hide_birthdays]">
|
||||||
<option value="">{lang_Yes}</option>
|
<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>
|
<option value="yes"{selected_hide_birthdays_yes}>{lang_No}</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user