mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
related to #1644 Changed tiptip sentence and better css for album links
This commit is contained in:
@@ -187,7 +187,7 @@ $('#action-delete-picture').on('click', function() {
|
||||
</select>
|
||||
<div class="related-categories-container">
|
||||
{foreach from=$related_categories item=$cat_path key=$key}
|
||||
<div class="breadcrumb-item"><span class="link-path">{$cat_path['name']}</span>{if $cat_path['unlinkable']}<span id={$key} class="icon-cancel-circled remove-item"></span>{else}<span id={$key} class="icon-help-circled help-item tiptip" title="{'This album is physical, it can\'t be unlinked from the picture'|translate}"></span>{/if}</div>
|
||||
<div class="breadcrumb-item"><span class="link-path">{$cat_path['name']}</span>{if $cat_path['unlinkable']}<span id={$key} class="icon-cancel-circled remove-item"></span>{else}<span id={$key} class="icon-help-circled help-item tiptip" title="{'This picture is physically linked to this album, you can\'t dissociate them'|translate}"></span>{/if}</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
<div class="breadcrumb-item linked-albums add-item {if $related_categories|@count < 1 } highlight {/if}"><span class="icon-plus-circled"></span>{'Add'|translate}</div>
|
||||
|
||||
@@ -6496,6 +6496,10 @@ color:#FF7B00;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.breadcrumb-item a:hover {
|
||||
color: #3A3A3A;
|
||||
}
|
||||
|
||||
#addLinkedAlbum {
|
||||
display:none;
|
||||
}
|
||||
|
||||
@@ -1316,5 +1316,5 @@ $lang['The original picture will be detected with the filename (without extensio
|
||||
$lang['Delete %s format ?'] = 'Delete %s format ?';
|
||||
$lang['Installed on %s, %s'] = 'Installed on %s, %s';
|
||||
$lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset';
|
||||
$lang['This album is physical, it can\'t be unlinked from the picture'] = 'This album is physical, it can\'t be unlinked from the picture';
|
||||
$lang['This picture is physically linked to this album, you can\'t dissociate them'] = 'This picture is physically linked to this album, you can\'t dissociate them.';
|
||||
// Leave this line empty
|
||||
|
||||
@@ -1318,5 +1318,5 @@ $lang['The original picture will be detected with the filename (without extensio
|
||||
$lang['Delete %s format ?'] = 'Supprimer le format %s ?';
|
||||
$lang['Installed on %s, %s'] = 'Installé le %s, %s';
|
||||
$lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'En restaurant ce plugin, il reviendra à son paramétrage d’origine et les données associées seront remises à zero';
|
||||
$lang['This album is physical, it can\'t be unlinked from the picture'] = 'Cet album est physique, il ne peut pas être dissocié de l\'image';
|
||||
$lang['This picture is physically linked to this album, you can\'t dissociate them'] = 'Cette photo est physiquement liée à cet album, vous ne pouvez pas les dissocier.';
|
||||
// Leave this line empty
|
||||
|
||||
Reference in New Issue
Block a user