summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-08-02 19:20:41 +0000
committerChristian Fowler <spider@viovio.com>2007-08-02 19:20:41 +0000
commit799ed64cd687d409e6dae97ad0dbc909a88a6906 (patch)
tree401105e285c0295cc2e684a104fa7aa041a32ec9 /templates
parent37919bb11526c38d88f0a97c234b504722ff2ad1 (diff)
downloadfisheye-799ed64cd687d409e6dae97ad0dbc909a88a6906.tar.gz
fisheye-799ed64cd687d409e6dae97ad0dbc909a88a6906.tar.bz2
fisheye-799ed64cd687d409e6dae97ad0dbc909a88a6906.zip
add Photo Date image order option
Diffstat (limited to 'templates')
-rw-r--r--templates/image_order.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl
index 4d6d4db..ca2524a 100644
--- a/templates/image_order.tpl
+++ b/templates/image_order.tpl
@@ -42,6 +42,9 @@
<td>
<input type="text" name="image_title[{$galItem->mContentId}]" value="{$galItem->getTitle()|escape:html}" /><br />
{if $galItem->isContentType( FISHEYEIMAGE_CONTENT_TYPE_GUID )}
+ {if $galItem->mInfo.event_time}
+ <strong>{tr}Photo Date{/tr}</strong>: {$galItem->mInfo.event_time|bit_short_datetime}<br />
+ {/if}
<strong>{tr}Uploaded{/tr}</strong>: {$galItem->mInfo.created|bit_short_datetime}<br />
<strong>{tr}File name{/tr}</strong>: {$galItem->mInfo.image_file.filename} <br />
{if $galItem->mInfo.user_id == $gBitUser->mUserId || $gBitUser->isAdmin()}
@@ -128,6 +131,7 @@
{forminput}
<select name="reorder_gallery" id="reorder_gallery">
<option value=""></option>
+ <option value="photo_date">{tr}Photo Date{/tr}</option>
<option value="upload_date">{tr}Date Uploaded{/tr}</option>
<option value="caption">{tr}Image Title{/tr}</option>
<option value="file_name">{tr}File Name{/tr}</option>