diff options
author | plegall <plg@piwigo.org> | 2011-01-12 13:41:55 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-12 13:41:55 +0000 |
commit | 0ef332fc0f78e36e168d51c9cf17df65ef0ab186 (patch) | |
tree | b6e500c817d81b58ce73aa939fef422b18cd11a4 /admin/themes/default/template/configuration.tpl | |
parent | 66458980f3dd92d13df6bcb454ab99f39c15183c (diff) |
feature 2103 added: week may start on sunday/monday in the monthly calendar
git-svn-id: http://piwigo.org/svn/trunk@8626 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 7a6583779..903255baf 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -87,6 +87,15 @@ <input type="checkbox" name="email_admin_on_new_user" {if ($main.email_admin_on_new_user)}checked="checked"{/if}> </label> </li> + + <li> + <label> + <span class="property"> + {'Week starts on'|@translate} + {html_options name="week_starts_on" options=$main.week_starts_on_options selected=$main.week_starts_on_options_selected} + </span> + </label> + </li> </ul> </fieldset> {/if} |