aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_profile.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-07-01 19:11:52 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-07-01 19:11:52 +0000
commit6df6eb0e601d459544b0cbcee063cf19c01bb37d (patch)
treec99b89abfafe03c69d5e0852abda5f4c0b98f155 /phpBB/adm/style/acp_profile.html
parent7ad5db1856f18edb5fb8e2cd784b1eb22d3dcbc1 (diff)
downloadforums-6df6eb0e601d459544b0cbcee063cf19c01bb37d.tar
forums-6df6eb0e601d459544b0cbcee063cf19c01bb37d.tar.gz
forums-6df6eb0e601d459544b0cbcee063cf19c01bb37d.tar.bz2
forums-6df6eb0e601d459544b0cbcee063cf19c01bb37d.tar.xz
forums-6df6eb0e601d459544b0cbcee063cf19c01bb37d.zip
- add additional auth check to the permission roles modules
- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved... - added "active module" var to the module class returning the current active module - changed call to image magick - add administrator to global moderators group by default - extend auth_option column a little bit - other bugfixes git-svn-id: file:///svn/phpbb/trunk@6135 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_profile.html')
-rw-r--r--phpBB/adm/style/acp_profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html
index 51f62d2199..ca5d49401f 100644
--- a/phpBB/adm/style/acp_profile.html
+++ b/phpBB/adm/style/acp_profile.html
@@ -40,7 +40,7 @@
<fieldset>
<legend>{L_VISIBILITY_OPTION}</legend>
<dl>
- <dt><label for="field_option_none">{L_DISPLAY_AT_PROFILE}:</label></dt>
+ <dt><label for="field_option_none">{L_DISPLAY_AT_PROFILE}:</label><br /><span>{L_DISPLAY_AT_PROFILE_EXPLAIN}</span></dt>
<dd><input type="radio" class="radio" id="field_option_none" name="field_option" value="none"<!-- IF not S_SHOW_ON_REG and not S_FIELD_REQUIRED and not S_FIELD_HIDE --> checked="checked"<!-- ENDIF --> /></dd>
</dl>
<dl>