aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/picture_modify.tpl
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-02-03 15:25:52 +0000
committermistic100 <mistic@piwigo.org>2013-02-03 15:25:52 +0000
commitf7d95017a4c62fa99f85674c6542196640ac48a4 (patch)
tree6a6e0055c3deb1477b209dc280b6b0a07bc02583 /admin/themes/default/template/picture_modify.tpl
parent5b22fcea0eff97187eacd965a54d04d8c2568b6a (diff)
bug:2822 editing photo replaces date_creation time to 00:00:00
git-svn-id: http://piwigo.org/svn/trunk@20531 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/picture_modify.tpl')
-rw-r--r--admin/themes/default/template/picture_modify.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl
index d76a02e32..5d2238eea 100644
--- a/admin/themes/default/template/picture_modify.tpl
+++ b/admin/themes/default/template/picture_modify.tpl
@@ -104,7 +104,8 @@ pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#da
<input id="date_creation_year" name="date_creation_year" type="text" size="4" maxlength="4" value="{$DATE_CREATION_YEAR_VALUE}">
<input id="date_creation_linked_date" name="date_creation_linked_date" type="hidden" size="10" disabled="disabled">
- <a href="#" id="unset_date_creation" style="display:none">unset</a>
+ <input name="date_creation_time" type="hidden" value="{$DATE_CREATION_TIME_VALUE}">
+ <a href="#" id="unset_date_creation" style="display:none">unset</a>
</p>
<p>