From 99baabd5dd833f9f7043629bf53d359d0d14b28c Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Sat, 16 May 2026 20:22:58 +0100 Subject: Restore the pop-up edit function --- templates/image_order.tpl | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/templates/image_order.tpl b/templates/image_order.tpl index c8793b6..099d249 100755 --- a/templates/image_order.tpl +++ b/templates/image_order.tpl @@ -7,8 +7,6 @@

{tr}Here you can re-arrange the order of the images in this gallery and quickly change their titles. The image position does not have to be in an exact sequence. In fact, we recommend you count by tens so you can easily insert or re-order images at a later date. If you need to add a detailed description to an image, click the Edit Details link next to the desired image.
Using the Gallery Image radio button you can specify what image is used to identify this particular gallery.{/tr}

-
- {form id="batch_order" legend="Gallery Images"} @@ -48,7 +46,7 @@ {tr}Uploaded{/tr}: {$galItem->mInfo.created|bit_short_datetime}
{tr}File name{/tr}: {$galItem->mInfo.filename|default:''}
{if $galItem->mInfo.user_id == $gBitUser->mUserId || $gBitUser->isAdmin()} - {tr}Edit Image{/tr}: {booticon iname="fa-pen-to-square" iexplain="Edit Details"} + {tr}Edit Image{/tr}: {booticon iname="fa-pen-to-square" iexplain="Edit Details"} {* jspopup href="`$smarty.const.FISHEYE_PKG_URL`edit_image.php?content_id=$galItem->mInfo.content_id" title="edit image" *} {booticon iname="fa-pen-to-square" iexplain="Edit Image"} @@ -151,3 +149,28 @@
{/strip} + + + -- cgit v1.3