summaryrefslogtreecommitdiff
path: root/templates/image_order.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-26 17:07:41 +0000
committerlsces <lester@lsces.co.uk>2026-03-26 17:07:41 +0000
commit5245cdcff43e01937278b80d2ee4d3a5c4fc0d81 (patch)
tree8f5bab2a2b607b819621c84885f109dbaea462d2 /templates/image_order.tpl
parentbf7f71fe7da2545a8dbc64bdf874ebec0c85c3e1 (diff)
downloadfisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.tar.gz
fisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.tar.bz2
fisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.zip
Smarty style updates
Diffstat (limited to 'templates/image_order.tpl')
-rwxr-xr-xtemplates/image_order.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl
index 2a99b66..582768c 100755
--- a/templates/image_order.tpl
+++ b/templates/image_order.tpl
@@ -25,7 +25,7 @@
{counter name=pageCount start=1 assign=pageCount}
{foreach from=$gContent->mItems item=galItem key=itemContentId}
{assign var=thisMantissa value=$galItem->getField('item_position')|floor}
- {if ($gContent->getPreference('gallery_pagination')==$smarty.const.FISHEYE_PAGINATION_POSITION_NUMBER && $lastMantissa != $thisMantissa) || ($gContent->mInfo.images_per_page && $imageCount % $gContent->mInfo.images_per_page == 0)}
+ {if ($gContent->getPreference('gallery_pagination')==$smarty.const.FISHEYE_PAGINATION_POSITION_NUMBER and $lastMantissa != $thisMantissa) or ($gContent->mInfo.images_per_page and $imageCount % $gContent->mInfo.images_per_page == 0)}
<tr class="{cycle values='even,odd' assign='pageClass'}">
<th colspan="3" class="pagebreak">
{tr}Gallery Page{/tr} {$pageCount}
@@ -47,7 +47,7 @@
{/if}
<strong>{tr}Uploaded{/tr}</strong>: {$galItem->mInfo.created|bit_short_datetime}<br />
<strong>{tr}File name{/tr}</strong>: {$galItem->mInfo.filename|default:''} <br />
- {if $galItem->mInfo.user_id == $gBitUser->mUserId || $gBitUser->isAdmin()}
+ {if $galItem->mInfo.user_id == $gBitUser->mUserId or $gBitUser->isAdmin()}
<strong>{tr}Edit Image{/tr}</strong>: <a href="javascript:void(0);" onclick="BitAjax.updater( 'imgedit', '{$smarty.const.FISHEYE_PKG_URL}edit_image.php', 'ajax=true&amp;content_id={$galItem->mInfo.content_id}&amp;gallery_id={$gContent->mGalleryId}' );">{booticon iname="fa-pen-to-square" iexplain="Edit Details"}</a>
<noscript><div><a href="{$smarty.const.FISHEYE_PKG_URL}edit_image.php?content_id={$galItem->mInfo.content_id}">{booticon iname="fa-pen-to-square" 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" *}