diff options
| author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-23 22:27:39 +0000 |
|---|---|---|
| committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-23 22:27:39 +0000 |
| commit | 56e83ff4ea36362e264daa593115736054d388a7 (patch) | |
| tree | 61bbdd683c67f14824654a9d16bba0683d88ea30 /phpBB/styles | |
| parent | f24037d22b591c9443b519ed0994f6cac68c3352 (diff) | |
| download | forums-56e83ff4ea36362e264daa593115736054d388a7.tar forums-56e83ff4ea36362e264daa593115736054d388a7.tar.gz forums-56e83ff4ea36362e264daa593115736054d388a7.tar.bz2 forums-56e83ff4ea36362e264daa593115736054d388a7.tar.xz forums-56e83ff4ea36362e264daa593115736054d388a7.zip | |
#10065
Rewording UCP_PM_OPTIONS to something more verbose since that panel does contain a lot of options. Rejigged the menu as "Manage PM drafts" sits better with "Compose message", with UCP_PM_OPTIONS on its own at the bottom.
git-svn-id: file:///svn/phpbb/trunk@7390 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_header.html b/phpBB/styles/prosilver/template/ucp_header.html index 96f6d7591a..151a3f04d2 100644 --- a/phpBB/styles/prosilver/template/ucp_header.html +++ b/phpBB/styles/prosilver/template/ucp_header.html @@ -24,7 +24,7 @@ <!-- IF S_PRIVMSGS --> <!-- BEGIN t_block2 --> - <!-- IF S_PRIVMSGS and t_block2.S_FIRST_ROW --> + <!-- IF S_PRIVMSGS and not t_block2.S_LAST_ROW --> <ul> <!-- IF t_block2.S_SELECTED --> <li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li> @@ -32,10 +32,10 @@ <li><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li> <!-- ENDIF --> </ul> - <hr /> <!-- ENDIF --> <!-- END t_block2 --> + <hr /> <!-- BEGIN folder --> <!-- IF folder.S_FIRST_ROW --><ul><!-- ENDIF --> <!-- IF folder.S_CUR_FOLDER --> @@ -50,7 +50,7 @@ <ul> <!-- BEGIN t_block2 --> - <!-- IF (S_PRIVMSGS and t_block2.S_ROW_COUNT) or not S_PRIVMSGS --> + <!-- IF (S_PRIVMSGS and t_block2.S_LAST_ROW) or not S_PRIVMSGS --> <!-- IF t_block2.S_SELECTED --> <li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li> <!-- ELSE --> |
