summaryrefslogtreecommitdiff
path: root/templates/image_order.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-03-22 14:19:30 +0000
committerChristian Fowler <spider@viovio.com>2006-03-22 14:19:30 +0000
commit67bef4134daa2c9eac9dc19f3adf007c9bd6a4c4 (patch)
treeef868fe71199d10235aed16c69c7c091de11b8ba /templates/image_order.tpl
parent4ec076822743ce2de348b9a4441794bf4f3a403b (diff)
downloadfisheye-67bef4134daa2c9eac9dc19f3adf007c9bd6a4c4.tar.gz
fisheye-67bef4134daa2c9eac9dc19f3adf007c9bd6a4c4.tar.bz2
fisheye-67bef4134daa2c9eac9dc19f3adf007c9bd6a4c4.zip
prune Thumbs.db microsoft file
Diffstat (limited to 'templates/image_order.tpl')
-rw-r--r--templates/image_order.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl
index 3b0bdb7..17c6829 100644
--- a/templates/image_order.tpl
+++ b/templates/image_order.tpl
@@ -40,14 +40,16 @@
<td>
<input type="text" name="image_title[{$galItem->mContentId}]" value="{$galItem->getTitle()}" /><br />
+ {if $galItem->isContentType( FISHEYEIMAGE_CONTENT_TYPE_GUID )}
<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()}
+ {if $galItem->mInfo.user_id == $gBitUser->mUserId || $gBitUser->isAdmin()}
<strong>{tr}Edit Image{/tr}</strong>: <a href="javascript:ajax_updater( 'imgedit', '{$smarty.const.FISHEYE_PKG_URL}edit_image.php', 'ajax=true&amp;content_id={$galItem->mInfo.content_id}&amp;gallery_id={$gContent->mGalleryId}' );">{biticon iname="edit" ipackage="liberty" iexplain="Edit Details"}</a>
<noscript><div><a href="{$smarty.const.FISHEYE_PKG_URL}edit_image.php?content_id={$galItem->mInfo.content_id}">{biticon ipackage=liberty iname="edit" iexplain="Edit Image"}</a></div></noscript>
{* jspopup href="`$smarty.const.FISHEYE_PKG_URL`edit_image.php?content_id=`$galItem->mInfo.content_id`" title="edit image" *}
{* <a target="_new" href="{$smarty.const.FISHEYE_PKG_URL}edit_image.php?content_id={$galItem->mInfo.content_id}">{biticon ipackage=liberty iname="edit" iexplain="Edit Image"}</a> *}
<br />
+ {/if}
{/if}
<strong>{tr}Description{/tr}</strong>: {$galItem->mInfo.data|default:"[ {tr}none{/tr} ]"} <br />
</td>