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:
Hannah
2020-08-18 17:02:22 +02:00
parent c0a30aad85
commit de1613cead
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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}