diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-06-20 18:45:16 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-06-20 18:45:16 +0000 |
| commit | 433de350c0fa2e1e09c23e6f5f29f118222d2df8 (patch) | |
| tree | 25e43220f961118c26112aa08a858d7ab4f6c065 /phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html | |
| parent | 0d626d77bfaebb7e7e281e963b486911470f0992 (diff) | |
| download | forums-433de350c0fa2e1e09c23e6f5f29f118222d2df8.tar forums-433de350c0fa2e1e09c23e6f5f29f118222d2df8.tar.gz forums-433de350c0fa2e1e09c23e6f5f29f118222d2df8.tar.bz2 forums-433de350c0fa2e1e09c23e6f5f29f118222d2df8.tar.xz forums-433de350c0fa2e1e09c23e6f5f29f118222d2df8.zip | |
- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
As a coincidence also Bug #46535 got fixed.
Additionally the error message displayed with trigger_error() if accessing the private message tab in the ucp is now displayed inline in addition to a slightly different message for newly registered users to let them know that access permissions may be lifted over time.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9636 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html b/phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html index 36998f18c1..c86211bc7e 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewfolder.html @@ -37,7 +37,7 @@ </form> <!-- ELSE --> - + <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" border="0"> <!-- IF NUM_NOT_MOVED or NUM_REMOVED --> <tr> @@ -74,7 +74,7 @@ <!-- ENDIF --> <span class="topictitle"> - {messagerow.ATTACH_ICON_IMG} + {messagerow.ATTACH_ICON_IMG} <!-- IF messagerow.S_PM_DELETED --> {L_MESSAGE_REMOVED_FROM_OUTBOX}<br /> <a href="{messagerow.U_REMOVE_PM}" style="float: {S_CONTENT_FLOW_END};">{L_DELETE_MESSAGE}</a> @@ -92,7 +92,7 @@ </tr> <!-- BEGINELSE --> <tr> - <td class="row1" colspan="{$COLSPAN}" height="30" align="center" valign="middle"><span class="gen">{L_NO_MESSAGES}</span></td> + <td class="row1" colspan="{$COLSPAN}" height="30" align="center" valign="middle"><span class="gen"><!-- IF S_USER_NEW -->{L_USER_NEW_PERMISSION_DISALLOWED}<!-- ELSE -->{L_NO_MESSAGES}<!-- ENDIF --></span></td> </tr> <!-- END messagerow --> </table> |
