mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16019] Get rid of the checkbox
PHPBB3-16019
This commit is contained in:
parent
aec25f24ae
commit
66016db386
1 changed files with 3 additions and 1 deletions
|
@ -146,7 +146,9 @@
|
||||||
{styles_list.EXTRA}
|
{styles_list.EXTRA}
|
||||||
<td class="{$ROW_CLASS} mark" width="20">
|
<td class="{$ROW_CLASS} mark" width="20">
|
||||||
<!-- IF styles_list.STYLE_ID -->
|
<!-- 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 -->
|
<!-- ELSE -->
|
||||||
<!-- IF styles_list.COMMENT != '' -->
|
<!-- IF styles_list.COMMENT != '' -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue