diff options
author | rub <rub@piwigo.org> | 2008-03-31 05:42:14 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-03-31 05:42:14 +0000 |
commit | 118e0ac6e29fa296c4bd6cff6ee291221d1928df (patch) | |
tree | 2c1d1ad59adb7d8e2ad84df4109f32ce1c7cd5c7 /template/yoga/search.tpl | |
parent | 5cdf987baf1f671fe7be0d864c4a8b7df88085a1 (diff) |
Fix day 31 not listed on smarty list
git-svn-id: http://piwigo.org/svn/trunk@2294 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/search.tpl')
-rw-r--r-- | template/yoga/search.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 90fe76420..fadf6f9c8 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -63,7 +63,7 @@ <li> <select name="start_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==$START_DAY_SELECTED}selected="selected"{/if}>{$smarty.section.day.index}</option> {/section} </select> @@ -81,7 +81,7 @@ <li> <select name="end_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==$END_DAY_SELECTED}selected="selected"{/if}>{$smarty.section.day.index}</option> {/section} </select> |