[Scummvm-cvs-logs] SF.net SVN: scummvm: [21352] forum/SVMDesign
sev at users.sourceforge.net
sev at users.sourceforge.net
Fri Mar 17 17:36:05 CET 2006
Revision: 21352
Author: sev
Date: 2006-03-17 17:35:05 -0800 (Fri, 17 Mar 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=21352&view=rev
Log Message:
-----------
o Fix "mark all topics read" wrapping around on
o Swap link to forum index with link to our website
o Put PM notification on the top and 'view my posts' to the bottom for better
usability.
Modified Paths:
--------------
forum/SVMDesign/index_body.tpl
forum/SVMDesign/overall_header.tpl
forum/SVMDesign/viewforum_body.tpl
Modified: forum/SVMDesign/index_body.tpl
===================================================================
--- forum/SVMDesign/index_body.tpl 2006-03-18 01:01:03 UTC (rev 21351)
+++ forum/SVMDesign/index_body.tpl 2006-03-18 01:35:05 UTC (rev 21352)
@@ -5,7 +5,7 @@
<!-- BEGIN switch_user_logged_in -->
<span class="smalltext">
<a href="{U_SEARCH_NEW}" class="smalllink">{L_SEARCH_NEW}</a><br>
- <a href="{U_SEARCH_SELF}" class="smalllink">{L_SEARCH_SELF}</a><br>
+ <a href="{U_PRIVATEMSGS}" class="smalllink">{PRIVATE_MESSAGE_INFO}</a><br>
</span>
<!-- END switch_user_logged_in -->
</td>
@@ -69,7 +69,7 @@
<td colspan="3" class="row1">
<!-- BEGIN switch_user_logged_in -->
- <a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a> <b> </b><br>
+ <a href="{U_SEARCH_SELF}" class="mainmenu">{L_SEARCH_SELF}</a><br>
<!-- END switch_user_logged_in -->
<a href="viewonline.php" class="mainmenu">View users currently online</a> <b> </b><br>
@@ -86,7 +86,7 @@
</span></td>
-->
<td colspan="2" class="row1" style="vertical-align: top;"> <span class="smalltext">
- {TOTAL_POSTS}<br>
+ {TOTAL_POSTS}<br>
{TOTAL_USERS}</span></td>
</tr>
Modified: forum/SVMDesign/overall_header.tpl
===================================================================
--- forum/SVMDesign/overall_header.tpl 2006-03-18 01:01:03 UTC (rev 21351)
+++ forum/SVMDesign/overall_header.tpl 2006-03-18 01:35:05 UTC (rev 21352)
@@ -29,8 +29,8 @@
<td><img src="templates/SVMDesign/images/logo_phpVB2.gif" width="199" height="65" alt="ScummVM logo"></td>
<td width="50%" style="background-image: url('templates/SVMDesign/images/top_bg.gif'); vertical-align: middle; text-align: left; white-space:nowrap;">
- <a href="http://www.scummvm.org/">ScummVM website</a> -
- <a href="index.php">Forum Index</a>
+ <a href="index.php">Forum Index</a> -
+ <a href="http://www.scummvm.org/">ScummVM website</a>
</td>
<td width="50%" style="background-image: url('templates/SVMDesign/images/top_bg.gif'); vertical-align: middle; text-align: right; white-space:nowrap;">
Modified: forum/SVMDesign/viewforum_body.tpl
===================================================================
--- forum/SVMDesign/viewforum_body.tpl 2006-03-18 01:01:03 UTC (rev 21351)
+++ forum/SVMDesign/viewforum_body.tpl 2006-03-18 01:35:05 UTC (rev 21352)
@@ -12,7 +12,7 @@
class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a> > <a
class="largelink" href="{U_VIEW_FORUM}"><b>{FORUM_NAME}</b></a></span></td>
- <td style="vertical-align: middle;" align="right" width="20%"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a>
+ <td style="vertical-align: middle;" align="right"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a>
</td>
</tr>
@@ -22,7 +22,7 @@
<b><span class="smalltext">{PAGINATION} </span></b><span class="smalltext"><b>{LOGGED_IN_USER_LIST}</b></span>
</td>
- <td align="right">
+ <td align="right" style="white-space: nowrap;">
<span class="smalltext"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}
</a></span>
</td>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list