diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-17 11:02:16 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-17 11:02:16 +0200 |
commit | 7dd822942ad80c930f9817a9a4993f247c468e31 (patch) | |
tree | 02c62d5f3d6d068b5501b310eb85d55732f36f86 /phpBB/adm | |
parent | 826cc9751a8956d275f5e8e894d3fe3d89f6004d (diff) | |
parent | 9a992a48666b1769522002d84f5d6e995dca80fb (diff) | |
download | forums-7dd822942ad80c930f9817a9a4993f247c468e31.tar forums-7dd822942ad80c930f9817a9a4993f247c468e31.tar.gz forums-7dd822942ad80c930f9817a9a4993f247c468e31.tar.bz2 forums-7dd822942ad80c930f9817a9a4993f247c468e31.tar.xz forums-7dd822942ad80c930f9817a9a4993f247c468e31.zip |
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index b9c3925eca..c09294beaf 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -146,7 +146,9 @@ {styles_list.EXTRA} <td class="{$ROW_CLASS} mark" width="20"> <!-- IF styles_list.STYLE_ID --> - <input class="checkbox" type="checkbox" name="ids[]" value="{styles_list.STYLE_ID}" /> + {% if styles_list.STYLE_NAME !== 'prosilver' %} + <input class="checkbox" type="checkbox" name="ids[]" value="{styles_list.STYLE_ID}" /> + {% endif %} <!-- ELSE --> <!-- IF styles_list.COMMENT != '' --> |