diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-02-28 04:28:06 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-02-28 04:28:06 +0000 |
commit | 97898b36858d5f187e9659d723c71eb04b2f0593 (patch) | |
tree | 363cfd342a409cc4f1109dbf1469c12e9090a6ff /template/yoga/picture.tpl | |
parent | 4cd5b05d406a9820a0523ac26f254f4ce4fd5147 (diff) |
calendar improvements: week on weekly list starts on Monday,
ability to show grayed months/weeks/days (without any picture in it),
added icons for created/posted fields
language uniformization
calendar fixes: correct number of pictures in calendar view,
code simplification (I hope so)
git-svn-id: http://piwigo.org/svn/trunk@1059 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index b68d23a13..d49f1d052 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -91,8 +91,8 @@ <td class="value">{INFO_CREATION_DATE}</td> </tr> <tr> - <td class="label">{lang:Registered on}</td> - <td class="value">{INFO_AVAILABILITY_DATE}</td> + <td class="label">{lang:Posted on}</td> + <td class="value">{INFO_POSTED_DATE}</td> </tr> <tr> <td class="label">{lang:Dimensions}</td> |