Hello there, as you requested, I give my Code:
PHP Code:
<fieldset class="blockrow" id="aftersubmit">
<legend>{vb:rawphrase after_you_submit_your_message}</legend>
<label>{vb:rawphrase moderation_tools}:</label>
<ul class="group checkradio rightcol">
<vb:if condition="$vboptions['bop5gt_en']">
<li><label for="cb_makeglobal"><input type="checkbox" name="bop_global" id="cb_makeglobal" value="1" {vb:raw checked.bop_global} tabindex="1" /> <vb:if condition="$show['bop_global']">{vb:rawphrase bop5_gt_keep_thread_global}<vb:else />{vb:rawphrase bop5_gt_make_thread_global}</vb:if></label></li>
</vb:if>
<vb:if condition="$show['openclose']">
<li><label for="cb_openclose"><input type="checkbox" name="openclose" id="cb_openclose" value="1" {vb:raw checked.openclose} tabindex="1" /> <vb:if condition="$show['closethread']">{vb:rawphrase close_this_thread}<vb:else />{vb:rawphrase reopen_this_thread}</vb:if></label></li>
</vb:if>
<vb:if condition="$show['stickunstick']">
<li><label for="cb_stickunstick"><input type="checkbox" name="stickunstick" id="cb_stickunstick" value="1" {vb:raw checked.stickunstick} tabindex="1" /> <vb:if condition="$show['unstickthread']">{vb:rawphrase unstick_this_thread}<vb:else />{vb:rawphrase stick_this_thread}</vb:if></label></li>
</vb:if>
</ul>
<p class="description">{vb:rawphrase use_controls_perform_action_on_thread}</p>
</fieldset>
thanks.
SY
Alex