diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-02-24 17:33:42 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-02-24 17:33:42 +0000 |
commit | 724b37ae9706c24b23833da67565dc20d7d78045 (patch) | |
tree | eea320ac39a6498362441f819b9ea53381524de5 /phpBB/adm | |
parent | 37e0e0a4da489125f825ad9f2ba9ea1763e82452 (diff) | |
download | forums-724b37ae9706c24b23833da67565dc20d7d78045.tar forums-724b37ae9706c24b23833da67565dc20d7d78045.tar.gz forums-724b37ae9706c24b23833da67565dc20d7d78045.tar.bz2 forums-724b37ae9706c24b23833da67565dc20d7d78045.tar.xz forums-724b37ae9706c24b23833da67565dc20d7d78045.zip |
- blabla, additional bugfixing permissions...
git-svn-id: file:///svn/phpbb/trunk@5580 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_permission_roles.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_permission_roles.html b/phpBB/adm/style/acp_permission_roles.html index 21aa9d911f..972abe35a1 100644 --- a/phpBB/adm/style/acp_permission_roles.html +++ b/phpBB/adm/style/acp_permission_roles.html @@ -194,7 +194,7 @@ <!-- ENDIF --> </td> <td style="vertical-align: top; white-space: nowrap;"><a href="{roles.U_EDIT}">{L_EDIT_ROLE}</a></td> - <td style="vertical-align: top; white-space: nowrap;"><a href="{roles.U_DISPLAY_ITEMS}">{L_VIEW_ASSIGNED_ITEMS}</a></td> + <td style="vertical-align: top; white-space: nowrap;"><!-- IF roles.U_DISPLAY_ITEMS --><a href="{roles.U_DISPLAY_ITEMS}">{L_VIEW_ASSIGNED_ITEMS}</a><!-- ELSE -->{L_VIEW_ASSIGNED_ITEMS}<!-- ENDIF --></td> <td style="vertical-align: top; white-space: nowrap;"><a href="{roles.U_REMOVE}">{L_REMOVE_ROLE}</a></td> </tr> <!-- END roles --> @@ -208,7 +208,7 @@ </form> <!-- IF S_DISPLAY_ROLE_MASK --> - + <a name="assigned_to"></a> <h1>{L_ROLE_ASSIGNED_TO}</h1> |