aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_profile.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-27 20:48:09 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-27 20:48:09 +0000
commit7cf867419f567e0cf0ab9b4a9fb191ade71df948 (patch)
tree4331b657a135eac194dd51a8a7762a0a3d0e2caf /phpBB/adm/style/acp_profile.html
parentf1bd295ce6c92e219d20ac684835cd7aa4ce803b (diff)
downloadforums-7cf867419f567e0cf0ab9b4a9fb191ade71df948.tar
forums-7cf867419f567e0cf0ab9b4a9fb191ade71df948.tar.gz
forums-7cf867419f567e0cf0ab9b4a9fb191ade71df948.tar.bz2
forums-7cf867419f567e0cf0ab9b4a9fb191ade71df948.tar.xz
forums-7cf867419f567e0cf0ab9b4a9fb191ade71df948.zip
forgot to ci this
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10059 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_profile.html')
-rw-r--r--phpBB/adm/style/acp_profile.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html
index 64b7606591..85d37568c2 100644
--- a/phpBB/adm/style/acp_profile.html
+++ b/phpBB/adm/style/acp_profile.html
@@ -56,6 +56,10 @@
<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>