fixes #1489 removed unlock label in album edit

This commit is contained in:
Matthieu Leproux
2021-09-28 14:25:34 +02:00
parent 960f02ab0c
commit 2656c0eaa3
+2 -2
View File
@@ -321,15 +321,15 @@ function cropImage() {
<div>
<strong>
{'Publication'|@translate}
<span class="icon-help-circled" title="{'Locked albums are disabled for maintenance. Only administrators can view them in the gallery. Lock this album will also lock his Sub-albums'|@translate}" style="cursor:help"></span>
</strong>
<div class="switch-input">
<span class="label">{'Unlocked'|@translate}</span>
{* <span class="label">{'Unlocked'|@translate}</span> *}
<label class="switch">
<input type="checkbox" name="locked" id="toggleSelectionMode" value="true" {if $IS_LOCKED}checked{/if}>
<span class="slider round"></span>
</label>
<span class="label">{'Locked'|@translate}</span>
<span class="icon-help-circled" title="{'Locked albums are disabled for maintenance. Only administrators can view them in the gallery. Lock this album will also lock his Sub-albums'|@translate}" style="cursor:help"></span>
</div>
</div>
{if isset($CAT_COMMENTABLE)}