@@ -51,12 +51,12 @@ <h3>{{ lang('WARNING') }}</h3>
5151 </ select > </ dd >
5252 </ dl >
5353 < dl >
54- < dt > < label for ="rule_title "> {{ lang('ACP_RULE_TITLE') ~ lang('COLON') }}</ label > < br / >< span > {{ lang('ACP_RULE_TITLE_EXPLAIN') }}</ span > </ dt >
55- < dd > < input class ="text medium " type ="text " id ="rule_title " name ="rule_title " value ="{{ RULE_TITLE }} " maxlength ="200 " / ></ dd >
54+ < dt > < label for ="rule_title "> {{ lang('ACP_RULE_TITLE') ~ lang('COLON') }}</ label > < br > < span > {{ lang('ACP_RULE_TITLE_EXPLAIN') }}</ span > </ dt >
55+ < dd > < input class ="text medium " type ="text " id ="rule_title " name ="rule_title " value ="{{ RULE_TITLE }} " maxlength ="200 "> </ dd >
5656 </ dl >
5757 < dl >
58- < dt > < label for ="rule_anchor "> {{ lang('ACP_RULE_ANCHOR') ~ lang('COLON') }}</ label > < br / >< span > {{ lang('ACP_RULE_ANCHOR_EXPLAIN') }}</ span > </ dt >
59- < dd > < input class ="text medium " type ="text " id ="rule_anchor " name ="rule_anchor " value ="{{ RULE_ANCHOR }} " maxlength ="255 " / ></ dd >
58+ < dt > < label for ="rule_anchor "> {{ lang('ACP_RULE_ANCHOR') ~ lang('COLON') }}</ label > < br > < span > {{ lang('ACP_RULE_ANCHOR_EXPLAIN') }}</ span > </ dt >
59+ < dd > < input class ="text medium " type ="text " id ="rule_anchor " name ="rule_anchor " value ="{{ RULE_ANCHOR }} " maxlength ="255 "> </ dd >
6060 </ dl >
6161 </ fieldset >
6262
@@ -76,13 +76,13 @@ <h3>{{ lang('WARNING') }}</h3>
7676 </ dd >
7777 < dd style ="margin-{{ S_CONTENT_FLOW_BEGIN }}: 90px; margin-top: 5px; ">
7878 {% if S_BBCODE_ALLOWED %}
79- < label > < input type ="checkbox " class ="radio " name ="disable_bbcode "{% if S_BBCODE_DISABLE_CHECKED and (S_PREVIEW or not S_ADD_RULE) %} checked ="checked "{% endif %} / > {{ lang('DISABLE_BBCODE') }}</ label >
79+ < label > < input type ="checkbox " class ="radio " name ="disable_bbcode "{% if S_BBCODE_DISABLE_CHECKED and (S_PREVIEW or not S_ADD_RULE) %} checked ="checked "{% endif %} > {{ lang('DISABLE_BBCODE') }}</ label >
8080 {% endif %}
8181 {% if S_SMILIES_ALLOWED %}
82- < label > < input type ="checkbox " class ="radio " name ="disable_smilies "{% if S_SMILIES_DISABLE_CHECKED and (S_PREVIEW or not S_ADD_RULE) %} checked ="checked "{% endif %} / > {{ lang('DISABLE_SMILIES') }}</ label >
82+ < label > < input type ="checkbox " class ="radio " name ="disable_smilies "{% if S_SMILIES_DISABLE_CHECKED and (S_PREVIEW or not S_ADD_RULE) %} checked ="checked "{% endif %} > {{ lang('DISABLE_SMILIES') }}</ label >
8383 {% endif %}
8484 {% if S_LINKS_ALLOWED %}
85- < label > < input type ="checkbox " class ="radio " name ="disable_magic_url "{% if S_MAGIC_URL_DISABLE_CHECKED and (S_PREVIEW or not S_ADD_RULE) %} checked ="checked "{% endif %} / > {{ lang('DISABLE_MAGIC_URL') }}</ label >
85+ < label > < input type ="checkbox " class ="radio " name ="disable_magic_url "{% if S_MAGIC_URL_DISABLE_CHECKED and (S_PREVIEW or not S_ADD_RULE) %} checked ="checked "{% endif %} > {{ lang('DISABLE_MAGIC_URL') }}</ label >
8686 {% endif %}
8787 </ dd >
8888 < dd style ="margin-{{ S_CONTENT_FLOW_BEGIN }}: 90px; margin-top: 10px; "> < strong > {{ lang('OPTIONS') ~ lang('COLON') }} </ strong > {{ BBCODE_STATUS }} :: {{ IMG_STATUS }} :: {{ FLASH_STATUS }} :: {{ URL_STATUS }} :: {{ SMILIES_STATUS }}</ dd >
@@ -91,8 +91,8 @@ <h3>{{ lang('WARNING') }}</h3>
9191 </ fieldset >
9292
9393 < fieldset class ="submit-buttons ">
94- < input class ="button1 " type ="submit " id ="submit " name ="submit " value ="{{ lang('SUBMIT') }} " / >
95- {% if not S_IS_CATEGORY %}< input class ="button2 " type ="submit " id ="preview " name ="preview " value ="{{ lang('PREVIEW') }} " / > {% endif %}
94+ < input class ="button1 " type ="submit " id ="submit " name ="submit " value ="{{ lang('SUBMIT') }} ">
95+ {% if not S_IS_CATEGORY %}< input class ="button2 " type ="submit " id ="preview " name ="preview " value ="{{ lang('PREVIEW') }} "> {% endif %}
9696 {{ S_FORM_TOKEN }}
9797 </ fieldset >
9898 </ form >
@@ -147,7 +147,7 @@ <h1>{{ lang('ACP_BOARDRULES_MANAGE') }}</h1>
147147
148148 {% if loops.rules|length %}
149149 < table class ="table1 forums ">
150- < colgroup > < col class ="row1 " / >< col class ="row1 " / >< col class ="row2 " / ></ colgroup >
150+ < colgroup > < col class ="row1 "> < col class ="row1 "> < col class ="row2 "> </ colgroup >
151151 < thead >
152152 < tr >
153153 < th colspan ="2 "> {{ lang('ACP_BOARDRULES') }}</ th >
@@ -158,10 +158,10 @@ <h1>{{ lang('ACP_BOARDRULES_MANAGE') }}</h1>
158158 {% for rules in loops.rules %}
159159 < tr >
160160 < td class ="folder ">
161- {% if rules.S_IS_CATEGORY %}< img src ="images/icon_subfolder.gif " alt ="{{ lang('ACP_BOARDRULES_CATEGORY') }} " / > {% else %}< img src ="images/icon_folder.gif " alt ="{{ lang('ACP_BOARDRULES_RULE') }} " / > {% endif %}
161+ {% if rules.S_IS_CATEGORY %}< img src ="images/icon_subfolder.gif " width =" 27 " height =" 27 " alt ="{{ lang('ACP_BOARDRULES_CATEGORY') }} "> {% else %}< img src ="images/icon_folder.gif " width =" 27 " height =" 27 " alt ="{{ lang('ACP_BOARDRULES_RULE') }} "> {% endif %}
162162 </ td >
163163 < td class ="forum-desc ">
164- < strong > < a href ="{{ rules.U_RULE }} "> {{ rules.RULE_TITLE }}</ a > </ strong >
164+ < strong > {% if rules.S_IS_CATEGORY %} < a href ="{{ rules.U_RULE }} "> {% endif %}{{ rules.RULE_TITLE }}{% if rules.S_IS_CATEGORY %} </ a > {% endif %} </ strong >
165165 </ td >
166166 < td class ="actions ">
167167 < span class ="up-disabled " style ="display:none; "> {{ ICON_MOVE_UP_DISABLED }}</ span >
@@ -182,10 +182,10 @@ <h1>{{ lang('ACP_BOARDRULES_MANAGE') }}</h1>
182182 < fieldset class ="quick ">
183183 {{ lang('ACP_ADD_RULE') ~ lang('COLON') }}
184184 < label >
185- < input type ="text " name ="rule_title " value ="" maxlength ="200 " placeholder ="{{ lang('ACP_RULE_TITLE') }} " / >
185+ < input type ="text " name ="rule_title " value ="" maxlength ="200 " placeholder ="{{ lang('ACP_RULE_TITLE') }} ">
186186 </ label >
187- < input type ="submit " name ="addrule " class ="button2 " value ="{{ lang('SUBMIT') }} " / >
188- < input type ="hidden " name ="action " value ="add " / >
187+ < input type ="submit " name ="addrule " class ="button2 " value ="{{ lang('SUBMIT') }} ">
188+ < input type ="hidden " name ="action " value ="add ">
189189 {{ S_FORM_TOKEN }}
190190 </ fieldset >
191191 </ form >
0 commit comments