mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Changes "jump to ..." to "open in gallery"
String open in gallery added to EN and FR String on edit photo and edit album page changed
This commit is contained in:
@@ -247,7 +247,7 @@ function cropImage() {
|
||||
<div class="container">
|
||||
<strong>{"Actions"|@translate}</strong>
|
||||
{if cat_admin_access($CAT_ID)}
|
||||
<a class="icon-eye" href="{$U_JUMPTO}">{'jump to album'|@translate}</a>
|
||||
<a class="icon-eye" href="{$U_JUMPTO}">{'Open in gallery'|@translate}</a>
|
||||
{/if}
|
||||
|
||||
{if isset($U_MANAGE_ELEMENTS) }
|
||||
|
||||
@@ -90,7 +90,7 @@ $('#action-delete-picture').on('click', function() {
|
||||
<div id='picture-preview'>
|
||||
<div class='picture-preview-actions'>
|
||||
{if isset($U_JUMPTO)}
|
||||
<a class="icon-eye" href="{$U_JUMPTO}" title="{'jump to photo'|@translate}"></a>
|
||||
<a class="icon-eye" href="{$U_JUMPTO}" title="{'Open in gallery'|@translate}"></a>
|
||||
{else}
|
||||
<a class="icon-eye unavailable" title="{'Photo is in a private album'|@translate}"></a>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user