[pLog-svn] r6222 - misc/phpbb-lifetype-template/LifeType

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Mar 13 12:44:39 EDT 2008


Author: oscar
Date: 2008-03-13 12:44:39 -0400 (Thu, 13 Mar 2008)
New Revision: 6222

Modified:
   misc/phpbb-lifetype-template/LifeType/index_body.tpl
   misc/phpbb-lifetype-template/LifeType/overall_header.tpl
   misc/phpbb-lifetype-template/LifeType/viewforum_body.tpl
   misc/phpbb-lifetype-template/LifeType/viewtopic_body.tpl
Log:
someone's changes, never committed

Modified: misc/phpbb-lifetype-template/LifeType/index_body.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/index_body.tpl	2008-03-13 16:44:12 UTC (rev 6221)
+++ misc/phpbb-lifetype-template/LifeType/index_body.tpl	2008-03-13 16:44:39 UTC (rev 6222)
@@ -12,7 +12,7 @@
   <!-- BEGIN forumrow -->
   <tr> 
 	<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
-	<td class="row1" width="100%" onmouseover="this.style.backgroundColor='{T_TR_COLOR2}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
+	<td class="row1" width="100%" onmouseover="this.style.backgroundColor='{T_TR_COLOR2}';" onMouseOut=this.style.backgroundColor=""><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
 	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
 	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
 	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>

Modified: misc/phpbb-lifetype-template/LifeType/overall_header.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/overall_header.tpl	2008-03-13 16:44:12 UTC (rev 6221)
+++ misc/phpbb-lifetype-template/LifeType/overall_header.tpl	2008-03-13 16:44:39 UTC (rev 6222)
@@ -377,7 +377,7 @@
 
 <table width="750" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
   <tr> 
-    <td align="left" class="mainmenu"><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>&nbsp;&nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp;&nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp;&nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;
+    <td align="left" class="mainmenu"><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>&nbsp;&nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp;
 	<!-- BEGIN switch_user_logged_in -->
 	<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>&nbsp;&nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>
 	<!-- END switch_user_logged_in -->

Modified: misc/phpbb-lifetype-template/LifeType/viewforum_body.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/viewforum_body.tpl	2008-03-13 16:44:12 UTC (rev 6221)
+++ misc/phpbb-lifetype-template/LifeType/viewforum_body.tpl	2008-03-13 16:44:39 UTC (rev 6222)
@@ -13,7 +13,7 @@
   <!-- BEGIN topicrow -->
   <tr> 
     <td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
-    <td class="row1" width="100%" onmouseover="this.style.backgroundColor='{T_TR_COLOR2}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"><span class="genmed">{topicrow.NEWEST_POST_IMG}<font color="{T_BODY_LINK}">{topicrow.TOPIC_TYPE}</font><a href="{topicrow.U_VIEW_TOPIC}" class="genmed">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
+    <td class="row1" width="100%" onmouseover="this.style.backgroundColor='{T_TR_COLOR2}';" onMouseOut=this.style.backgroundColor=""><span class="genmed">{topicrow.NEWEST_POST_IMG}<font color="{T_BODY_LINK}">{topicrow.TOPIC_TYPE}</font><a href="{topicrow.U_VIEW_TOPIC}" class="genmed">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
       {topicrow.GOTO_PAGE}</span></td>
     <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
     <td class="row2" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
@@ -68,6 +68,9 @@
 </form>
 
 <table align="CENTER" width="750" border="0" cellspacing="0" cellpadding="0">
+  <tr> 
+    <td align="left"><span class="gensmall">{S_WATCH_FORUM}</span></td>
+  </tr>
     <tr> 
       <td align="right">{JUMPBOX}<br /></td>
     </tr>
@@ -100,4 +103,4 @@
     </tr>
 </table>
 
-<br />
\ No newline at end of file
+<br />

Modified: misc/phpbb-lifetype-template/LifeType/viewtopic_body.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/viewtopic_body.tpl	2008-03-13 16:44:12 UTC (rev 6221)
+++ misc/phpbb-lifetype-template/LifeType/viewtopic_body.tpl	2008-03-13 16:44:39 UTC (rev 6222)
@@ -130,4 +130,4 @@
   </tr>
 </table>
 
-<br />
\ No newline at end of file
+<br />



More information about the pLog-svn mailing list