diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl index 2dada069f..a48773e35 100644 --- a/template/yoga/admin/picture_modify.tpl +++ b/template/yoga/admin/picture_modify.tpl @@ -88,7 +88,7 @@ <input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> {'set to'|@translate} <select onmousedown="document.getElementById('date_creation_action_set').checked = true;" name="date_creation_day"> <option value="0">--</option> - {section name=day start=1 loop=31} + {section name=day start=1 loop=32} <option value="{$smarty.section.day.index}" {if $smarty.section.day.index==$DATE_CREATION_DAY_VALUE}selected="selected"{/if}>{$smarty.section.day.index}</option> {/section} </select> |