aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_profile.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-30 16:20:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-30 16:20:11 +0000
commitc44f6ca080c944b57dc912de8708e5239c1543a2 (patch)
tree812e6cdb05ee83c0270f8d72d2e064adcb75064a /phpBB/adm/style/acp_profile.html
parent7e55e53d10702a9d8af8a70685801aa486fab3dc (diff)
downloadforums-c44f6ca080c944b57dc912de8708e5239c1543a2.tar
forums-c44f6ca080c944b57dc912de8708e5239c1543a2.tar.gz
forums-c44f6ca080c944b57dc912de8708e5239c1543a2.tar.bz2
forums-c44f6ca080c944b57dc912de8708e5239c1543a2.tar.xz
forums-c44f6ca080c944b57dc912de8708e5239c1543a2.zip
some fixes
git-svn-id: file:///svn/phpbb/trunk@6538 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_profile.html')
-rw-r--r--phpBB/adm/style/acp_profile.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html
index 9bc3111fc9..c018981ccb 100644
--- a/phpBB/adm/style/acp_profile.html
+++ b/phpBB/adm/style/acp_profile.html
@@ -27,10 +27,17 @@
<dt><label>{L_FIELD_TYPE}:</label><br /><span>{L_FIELD_TYPE_EXPLAIN}</span></dt>
<dd><b>{FIELD_TYPE}</b></dd>
</dl>
+ <!-- IF S_EDIT_MODE -->
+ <dl>
+ <dt><label>{L_FIELD_IDENT}:</label><br /><span>{L_FIELD_IDENT_EXPLAIN}</span></dt>
+ <dd><input type="hidden" name="field_ident" value="{FIELD_IDENT}" /><strong>{FIELD_IDENT}</strong></dd>
+ </dl>
+ <!-- ELSE -->
<dl>
<dt><label for="field_ident">{L_FIELD_IDENT}:</label><br /><span>{L_FIELD_IDENT_EXPLAIN}</span></dt>
<dd><input class="medium" type="text" id="field_ident" name="field_ident" value="{FIELD_IDENT}" /></dd>
</dl>
+ <!-- ENDIF -->
<dl>
<dt><label for="field_no_view">{L_DISPLAY_PROFILE_FIELD}:</label><br /><span>{L_DISPLAY_PROFILE_FIELD_EXPLAIN}</span></dt>
<dd><input type="radio" class="radio" id="field_no_view" name="field_no_view" value="0"<!-- IF not S_FIELD_NO_VIEW --> checked="checked"<!-- ENDIF --> /> {L_YES} <input type="radio" class="radio" name="field_no_view" value="1"<!-- IF S_FIELD_NO_VIEW --> checked="checked"<!-- ENDIF --> /> {L_NO}</dd>