<if condition="$show['openclose']">
<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px">
<legend>Thread Management</legend>
<div style="padding:3px">
<div>
<label for="cb_openclose"><input type="checkbox" name="openclose" value="1" id="cb_openclose" tabindex="1" /><if condition="$show['closethread']">Close<else />Open</if> this thread after reply post (the reply button's icon will not be updated for you)</label>
</div>
</fieldset>
</if>