{strip}

{tr}Gallery Images{/tr}: {$gContent->getTitle()|escape}

{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"} {formfeedback hash=$formfeedback} {counter name=imageCount start=0 assign=imageCount} {counter name=pageCount start=1 assign=pageCount} {foreach from=$gContent->mItems item=galItem key=itemContentId} {assign var=thisMantissa value=$galItem->getField('item_position')|default:0|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)} {counter name=pageCount print=false} {/if} {counter name=imageCount print=false} {assign var=lastMantissa value=$galItem->getField('item_position')|default:0|floor} {/foreach}
{tr}Thumbnail{/tr} {tr}Title and Position{/tr} {tr}Miscellaneous{/tr}
{tr}Gallery Page{/tr} {$pageCount}
{$galItem->getTitle()|escape}
{if $galItem->isContentType( FISHEYEIMAGE_CONTENT_TYPE_GUID )} {if $galItem->mInfo.event_time} {tr}Photo Date{/tr}: {$galItem->mInfo.event_time|bit_short_datetime}
{/if} {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"} {* 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"}
{/if} {/if} {tr}Description{/tr}: {$galItem->mInfo.data|truncate:250|default:"[ {tr}none{/tr} ]"}



:



{formlabel label="Batch commands" for=""} {forminput} {formhelp note="With selected images do the following"} {/forminput}
{formlabel label="Re-order Gallery by" for="reorder_gallery"} {forminput} {formhelp note="This will reset the position for every image in this gallery."} {/forminput}
{/form}
{/strip}