[evolvis-commits] r11689: substitution of the content style with ta?==?UTF-8?Q?blecontent↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:22:23 CET 2011


Author: mirabilos
Date: 2011-02-24 18:22:23 +0100 (Thu, 24 Feb 2011)
New Revision: 11689

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/forum/forum.php
   trunk/gforge_base/evolvisforge-5.1/gforge/www/forum/include/ForumHTML.class
Log:
substitution of the content style with tablecontent


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/forum/forum.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/forum/forum.php	2011-02-24 17:22:22 UTC (rev 11688)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/forum/forum.php	2011-02-24 17:22:23 UTC (rev 11689)
@@ -352,7 +352,7 @@
 		This code puts the nice next/prev.
 	*/
 	$ret_val .= '<table width="100%" border="0">
-		<tr class="content"><td width="50%">';
+		<tr class="tablecontent"><td width="50%">';
 	if ($offset != 0) {
 		$ret_val .= '<span class="prev">
 		<a href="javascript:history.back()"><strong>' .

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/forum/include/ForumHTML.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/forum/include/ForumHTML.class	2011-02-24 17:22:22 UTC (rev 11688)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/forum/include/ForumHTML.class	2011-02-24 17:22:23 UTC (rev 11689)
@@ -172,7 +172,7 @@
 		$ret_val .= '
 		<table border="0">
 			<tr>
-				<td style="content" nowrap="nowrap">'.$Language->getText('forum_utils','by').
+				<td style="tablecontent" nowrap="nowrap">'.$Language->getText('forum_utils','by').
 					$msg->getPosterRealName().
 					'<br />
 					';
@@ -218,7 +218,7 @@
 		'
 		<table border="0">
 			<tr>
-				<td class="content" nowrap="nowrap">'; if ($msgforum->userIsAdmin()) {$ret_val .= $fa->PrintAdminMessageOptions($msg->getID(),$group_id,$msg->getThreadID(),$msgforum->getID());} $ret_val .= $Language->getText('forum_utils','by').' <a href="/users/'.
+				<td class="tablecontent" nowrap="nowrap">'; if ($msgforum->userIsAdmin()) {$ret_val .= $fa->PrintAdminMessageOptions($msg->getID(),$group_id,$msg->getThreadID(),$msgforum->getID());} $ret_val .= $Language->getText('forum_utils','by').' <a href="/users/'.
 					$msg->getPosterName() .'/">'.
 					$msg->getPosterRealName() .'</a>'.
 					'<br />



More information about the evolvis-commits mailing list