mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Themes were not configurable anymore even when webmaster
This commit is contained in:
committed by
Pierrick Le Gall
parent
a36a84fef6
commit
8578525809
@@ -106,7 +106,7 @@ $(window).bind("load", function() {
|
||||
<div class="themeShot"><a href="{$theme.SCREENSHOT}" class="preview-box" title="{$theme.NAME}"><img src="{$theme.SCREENSHOT}" alt=""></a></div>
|
||||
<div class="themeName" title="{$theme.NAME}">
|
||||
{$theme.NAME} {if isset($theme.IS_DEFAULT) and $theme.IS_DEFAULT}<i class="icon-star" title="{'default'|@translate}"></i>{/if} {if $theme.IS_MOBILE}<i class="icon-mobile" title="{'Mobile'|translate}"></i>{/if}
|
||||
{if isWebmaster == 1} <a class="icon-ellipsis-v showInfo"></a>{/if}
|
||||
{if $isWebmaster == 1} <a class="icon-ellipsis-v showInfo"></a>{/if}
|
||||
</div>
|
||||
<div class="showInfo-dropdown dropdown">
|
||||
<div class="showInfo-dropdown-header">
|
||||
@@ -129,7 +129,7 @@ $(window).bind("load", function() {
|
||||
<a href="{$deactivate_baseurl}{$theme.ID}" class="showInfo-dropdown-action tiptip icon-cancel-circled" title="{'Forbid this theme to users'|@translate}">{'Deactivate'|@translate}</a>
|
||||
{/if}
|
||||
</div>
|
||||
{if isWebmaster == 1}
|
||||
{if $isWebmaster == 1}
|
||||
<div class="themeActions">
|
||||
{if $theme.STATE == 'active'}
|
||||
{if $theme.ADMIN_URI}
|
||||
|
||||
Reference in New Issue
Block a user