|
From: Henry S. <kel...@ph...> - 2009-08-27 20:48:54
|
Author: Kellanved
Date: Thu Aug 27 21:48:09 2009
New Revision: 10059
Log:
forgot to ci this
Modified:
branches/phpBB-3_0_0/phpBB/adm/style/acp_profile.html
Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_profile.html
==============================================================================
*** branches/phpBB-3_0_0/phpBB/adm/style/acp_profile.html (original)
--- branches/phpBB-3_0_0/phpBB/adm/style/acp_profile.html Thu Aug 27 21:48:09 2009
***************
*** 56,61 ****
--- 56,65 ----
<dd><input type="checkbox" class="radio" id="field_show_on_reg" name="field_show_on_reg" value="1"<!-- IF S_SHOW_ON_REG --> checked="checked"<!-- ENDIF --> /></dd>
</dl>
<dl>
+ <dt><label for="field_show_on_vt">{L_DISPLAY_ON_VT}:</label><br /><span>{L_DISPLAY_ON_VT_EXPLAIN}</span></dt>
+ <dd><input type="checkbox" class="radio" id="field_show_on_vt" name="field_show_on_vt" value="1"<!-- IF S_SHOW_ON_VT --> checked="checked"<!-- ENDIF --> /></dd>
+ </dl>
+ <dl>
<dt><label for="field_required">{L_REQUIRED_FIELD}:</label><br /><span>{L_REQUIRED_FIELD_EXPLAIN}</span></dt>
<dd><input type="checkbox" class="radio" id="field_required" name="field_required" value="1"<!-- IF S_FIELD_REQUIRED --> checked="checked"<!-- ENDIF --> /></dd>
</dl>
|