aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_profile.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-11-02 15:23:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-11-02 15:23:33 +0000
commita3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5 (patch)
treee13dd92e386cb98de51bd0730fdd569efe6e5f36 /phpBB/adm/style/acp_profile.html
parent21a002e4ac28f8e65e2c865eb171a44ac4054044 (diff)
downloadforums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.tar
forums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.tar.gz
forums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.tar.bz2
forums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.tar.xz
forums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.zip
some updates; and hopefully not completely breaking redirects (again). :D You know, i like breaking things.
git-svn-id: file:///svn/phpbb/trunk@6544 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_profile.html')
-rw-r--r--phpBB/adm/style/acp_profile.html17
1 files changed, 12 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html
index c018981ccb..020da77327 100644
--- a/phpBB/adm/style/acp_profile.html
+++ b/phpBB/adm/style/acp_profile.html
@@ -161,7 +161,14 @@
<!-- ELSE -->
<h1>{L_ACP_CUSTOM_PROFILE_FIELDS}</h1>
-
+
+ <!-- IF S_NEED_EDIT -->
+ <div class="errorbox">
+ <h3>{L_WARNING}</h3>
+ <p>{L_CUSTOM_FIELDS_NOT_TRANSLATED}</p>
+ </div>
+ <!-- ENDIF -->
+
<table cellspacing="1">
<thead>
<tr>
@@ -176,17 +183,17 @@
<td>{fields.FIELD_IDENT}</td>
<td>{fields.FIELD_TYPE}</td>
- <td style="text-align: center;"><a href="{fields.U_ACTIVATE_DEACTIVATE}">{fields.L_ACTIVATE_DEACTIVATE}</a><!-- IF fields.S_NEED_EDIT --> | <a href="{fields.U_EDIT}" style="color: red;">{L_EDIT}</a><!-- ENDIF --></td>
+ <td style="text-align: center;"><a href="{fields.U_ACTIVATE_DEACTIVATE}">{fields.L_ACTIVATE_DEACTIVATE}</a><!-- IF fields.S_NEED_EDIT --> | <a href="{fields.U_TRANSLATE}" style="color: red;">{L_TRANSLATE}</a><!-- ENDIF --></td>
<td style="width: 80px; text-align: right; white-space: nowrap;">
<!-- IF fields.S_FIRST_ROW && not fields.S_LAST_ROW -->
{ICON_MOVE_UP_DISABLED}
- <a href="{fields.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
+ <a href="{fields.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
<!-- ELSEIF not fields.S_FIRST_ROW && not fields.S_LAST_ROW-->
<a href="{fields.U_MOVE_UP}">{ICON_MOVE_UP}</a>
<a href="{fields.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
- <!-- ELSEIF fields.S_LAST_ROW && not fields.S_FIRST_ROW -->
- <a href="{fields.U_MOVE_UP}">{ICON_MOVE_UP}</a>
+ <!-- ELSEIF fields.S_LAST_ROW && not fields.S_FIRST_ROW -->
+ <a href="{fields.U_MOVE_UP}">{ICON_MOVE_UP}</a>
{ICON_MOVE_DOWN_DISABLED}
<!-- ENDIF -->
<!-- IF not fields.S_NEED_EDIT -->