mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
related to #1644 Added UI and translation lines for physically linked album list
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}</span><span id={$key} class="icon-cancel-circled remove-item"></span></div>
|
||||
<div class="breadcrumb-item"><span class="link-path">{$cat_path['name']}</span>{if $cat_path['isVirtual']}<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>
|
||||
{/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>
|
||||
|
||||
@@ -6481,7 +6481,8 @@ color:#FF7B00;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.breadcrumb-item .icon-cancel-circled {
|
||||
.breadcrumb-item .icon-cancel-circled,
|
||||
.breadcrumb-item .help-item {
|
||||
margin-left: auto !important;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user