[Scummvm-cvs-logs] SF.net SVN: scummvm: [24337] forum/trunk/SVMDesign

ender at users.sourceforge.net ender at users.sourceforge.net
Sun Oct 15 11:29:46 CEST 2006


Revision: 24337
          http://svn.sourceforge.net/scummvm/?rev=24337&view=rev
Author:   ender
Date:     2006-10-15 02:29:37 -0700 (Sun, 15 Oct 2006)

Log Message:
-----------
Patch #1524139 / Spam protection mod

Modified Paths:
--------------
    forum/trunk/SVMDesign/SVMDesign.css
    forum/trunk/SVMDesign/admin/forum_edit_body.tpl
    forum/trunk/SVMDesign/archives_forum_body.tpl
    forum/trunk/SVMDesign/groupcp_user_body.tpl
    forum/trunk/SVMDesign/index_body.tpl
    forum/trunk/SVMDesign/modcp_body.tpl
    forum/trunk/SVMDesign/overall_footer.tpl
    forum/trunk/SVMDesign/posting_body.tpl
    forum/trunk/SVMDesign/posting_topic_review.tpl
    forum/trunk/SVMDesign/profile_add_body.tpl
    forum/trunk/SVMDesign/search_results_topics.tpl
    forum/trunk/SVMDesign/search_username.tpl
    forum/trunk/SVMDesign/viewforum_body.tpl
    forum/trunk/SVMDesign/viewtopic_body.tpl
    forum/trunk/SVMDesign/viewtopic_poll_ballot.tpl

Added Paths:
-----------
    forum/trunk/SVMDesign/admin/spamwords_config_body.tpl
    forum/trunk/SVMDesign/admin/spamwords_edit_body.tpl
    forum/trunk/SVMDesign/admin/spamwords_flagged_body.tpl
    forum/trunk/SVMDesign/admin/spamwords_list_body.tpl
    forum/trunk/SVMDesign/admin/spamwords_log_body.tpl

Modified: forum/trunk/SVMDesign/SVMDesign.css
===================================================================
--- forum/trunk/SVMDesign/SVMDesign.css	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/SVMDesign.css	2006-10-15 09:29:37 UTC (rev 24337)
@@ -1,4 +1,3 @@
-
 /* Font Properties */
 
 body, table {
@@ -15,31 +14,31 @@
 table            
 {
 font-size: 10px; 
-color: #000000; /* #383B3F */
+color: #000000;
 }
 
 td, th
 {
 font-size: 10px; 
-color: #000000; /* #383B3F */
+color: #000000;
 }
 
 .smalltext       
 { 
 font-size : 10px; 
-color: #000000; /* #383B3F */
+color: #000000;
 }
 
 .mediumtext      
 { 
 font-size : 11px; 
-color: #000000; /* #383B3F */
+color: #000000;
 }
 
 .largetext       
 { 
 font-size : 13px; 
-color: #000000; /* #383B3F */
+color: #000000;
 }
 
 .catrowtext      
@@ -81,7 +80,7 @@
 
 TD.catrow
 { 
-font-family: Verdana; 
+	/* font-family: Verdana; */
 font-size : 12px; 
 font-weight: bold;
 }
@@ -145,6 +144,5 @@
 input, textarea, select 
 {
   color : #000000;
-  /*font-family : Verdana, Arial, Helvetica, sans-serif;*/
-  font-size : 10px;
+  font-size : 12px;
 }

Modified: forum/trunk/SVMDesign/admin/forum_edit_body.tpl
===================================================================
--- forum/trunk/SVMDesign/admin/forum_edit_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/admin/forum_edit_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -24,6 +24,10 @@
 	  <td class="row1">{L_FORUM_STATUS}</td>
 	  <td class="row2"><select name="forumstatus">{S_STATUS_LIST}</select></td>
 	</tr>
+        <tr>
+          <td class="row1">{L_SPAM_STATUS}</td>
+          <td class="row2"><select name="spamstatus">{S_SPAM_STATUS}</select></td>
+        </tr>
 	<tr> 
 	  <td class="row1">{L_AUTO_PRUNE}</td>
 	  <td class="row2"><table cellspacing="0" cellpadding="1" border="0">

Added: forum/trunk/SVMDesign/admin/spamwords_config_body.tpl
===================================================================
--- forum/trunk/SVMDesign/admin/spamwords_config_body.tpl	                        (rev 0)
+++ forum/trunk/SVMDesign/admin/spamwords_config_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -0,0 +1,94 @@
+
+<h1>{L_CONFIGURATION_TITLE}</h1>
+
+<p>{L_CONFIGURATION_EXPLAIN}</p>
+
+<form action="{S_CONFIG_ACTION}" method="post"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline">
+	<tr>
+	  <th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th>
+	</tr>
+	<tr>
+		<td class="row2"><span class="nav">{L_CURRENT_WORDS}: </span><span class="gensmall">{L_NO_WORDS}
+		<!-- BEGIN words -->
+		{words.WORDS}
+		<!-- END words -->
+		</span></td>
+		<td class="row2" align="center">{L_MORE_WORDS}</td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_DISABLE_MOD}</span><br /><span class="gensmall">{L_DISABLE_MOD_EXPLAIN}</span></td>
+		<td class="row2" nowrap="nowrap"><input type="radio" name="enable_spam_words" value="0" {S_DISABLE_MOD_YES} /> {L_YES}  <input type="radio" name="enable_spam_words" value="1" {S_DISABLE_MOD_NO} /> {L_NO}</td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_HANDLE_SPAM}</span><br /><span class="gensmall">{L_HANDLE_SPAM_EXPLAIN}</span></td>
+		<td class="row2" nowrap="nowrap"><input type="radio" name="flag_posts" value="1" {S_FLAG_POSTS} /> {L_FLAG_POSTS}<br /><input type="radio" name="flag_posts" value="0" {S_ERROR_MESSAGE} /> {L_ERROR_MESSAGE}</td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_OFFENSES}</span><br /><span class="gensmall">{L_OFFENSES_EXPLAIN}</span></td>
+		<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="user_warnings" value="{OFFENSES}" /></td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_BAN_IP}</span></td>
+		<td class="row2" nowrap="nowrap"><input type="radio" name="ban_ip" value="1" {S_BAN_IP_YES} /> {L_YES}  <input type="radio" name="ban_ip" value="0" {S_BAN_IP_NO} /> {L_NO}</td>
+	</tr>
+	<tr>
+		<th class="thHead" colspan="2">{L_EXCEPTIONS}</th>
+	</tr>
+	<tr>
+		<td class="row2" colspan="2"><span class="gensmall">{L_EXCEPTIONS_EXPLAIN}</span></td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_ALLOW_ADMIN}</span></td>
+		<td class="row2" nowrap="nowrap"><input type="radio" name="allow_admin" value="1" {S_ALLOW_ADMIN_YES} /> {L_YES}  <input type="radio" name="allow_admin" value="0" {S_ALLOW_ADMIN_NO} /> {L_NO}</td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_ALLOW_MOD}</span></td>
+		<td class="row2" nowrap="nowrap"><input type="radio" name="allow_moderator" value="1" {S_ALLOW_MOD_YES} /> {L_YES}  <input type="radio" name="allow_moderator" value="0" {S_ALLOW_MOD_NO} /> {L_NO}</td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_ALLOW_REG}</span></td>
+		<td class="row2" nowrap="nowrap"><input type="radio" name="allow_reg" value="1" {S_ALLOW_REG_YES} /> {L_YES}  <input type="radio" name="allow_reg" value="0" {S_ALLOW_REG_NO} /> {L_NO}</td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_USER_POST_COUNT}</span></td>
+		<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="allow_user_posts" value="{USER_POST_COUNT}" />  {L_POSTS}</td>
+	</tr>
+	<tr>
+	  <th class="thHead" colspan="2">{L_PM_MESSAGES}</th>
+	</tr>
+	<tr>
+		<td class="row2" colspan="2"><span class="gensmall">{L_PM_MESSAGES_EXPLAIN}</span></td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_WARN_USER_PM}</span></td>
+		<td class="row2" nowrap="nowrap"><input type="radio" name="warn_user_pm" value="1" {S_WARN_USER_PM_YES} /> {L_YES}  <input type="radio" name="warn_user_pm" value="0" {S_WARN_USER_PM_NO} /> {L_NO}</td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_PM_SUBJECT}</span></td>
+		<td class="row2"><textarea name="warn_user_pm_subject" rows="2" cols="30">{PM_SUBJECT}</textarea></td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_PM_MESSAGE}</span></td>
+		<td class="row2"><textarea name="warn_user_pm_message" rows="4" cols="30">{PM_MESSAGE}</textarea></td>
+	</tr>
+	<tr>
+	  <th class="thHead" colspan="2">{L_ERROR_MESSAGES}</th>
+	</tr>
+	<tr>
+		<td class="row2" colspan="2"><span class="gensmall">{L_ERROR_MESSAGES_EXPLAIN}</span></td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_ERROR_TEXT}</span></td>
+		<td class="row2"><textarea name="error_message" rows="2" cols="30">{ERROR_TEXT}</textarea></td>
+	</tr>
+	<tr>
+		<td class="row1"><span class="gen">{L_ERROR_SIG}</span></td>
+		<td class="row2"><textarea name="error_message_sig" rows="2" cols="30">{ERROR_SIG}</textarea></td>
+	</tr>
+	<tr>
+		<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />  <input type="reset" value="{L_RESET}" class="liteoption" />
+		</td>
+	</tr>
+</table></form>
+
+<br clear="all" />


Property changes on: forum/trunk/SVMDesign/admin/spamwords_config_body.tpl
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: forum/trunk/SVMDesign/admin/spamwords_edit_body.tpl
===================================================================
--- forum/trunk/SVMDesign/admin/spamwords_edit_body.tpl	                        (rev 0)
+++ forum/trunk/SVMDesign/admin/spamwords_edit_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -0,0 +1,17 @@
+
+<h1>{L_WORDS_TITLE}</h1>
+
+<p>{L_WORDS_TEXT}</p>
+
+<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
+	<tr>
+		<th colspan="2" class="thHead">{L_WORD_CENSOR}</th>
+	</tr>
+	<tr>
+		<td class="row1">{L_WORD}</td>
+		<td class="row2"><input class="post" type="text" name="word" value="{WORD}" /></td>
+	</tr>
+	<tr>
+		<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="save" value="{L_SUBMIT}" class="mainoption" /></td>
+	</tr>
+</table></form>
\ No newline at end of file


Property changes on: forum/trunk/SVMDesign/admin/spamwords_edit_body.tpl
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: forum/trunk/SVMDesign/admin/spamwords_flagged_body.tpl
===================================================================
--- forum/trunk/SVMDesign/admin/spamwords_flagged_body.tpl	                        (rev 0)
+++ forum/trunk/SVMDesign/admin/spamwords_flagged_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -0,0 +1,45 @@
+
+<h1>{L_FLAGGED_POSTS}</h1>
+<P>{L_FLAGGED_POSTS_EXPLAIN}</p>
+
+<form method="post" action="{S_FLAGGED_ACTION}">
+<table width="100%" cellspacing="2" cellpadding="0" border="0">
+	<tr>
+		<td><span class="nav">{PAGE_NUMBER}</span></td>
+		<td align="right"><span class="nav">{PAGINATION}</span></td>
+	</tr>
+</table>
+<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline" width="100%">
+	<tr>
+		<th class="thTop" nowrap="nowrap">{L_USERNAME}</th>
+		<th class="thTop" nowrap="nowrap">{L_SUBJECT}</th>
+		<th class="thTop" nowrap="nowrap">{L_MESSAGE}</th>
+		<th class="thTop" nowrap="nowrap">{L_TIME}</th>
+		<th colspan="2" class="thCornerR" width="15%">{L_ACTION}</th>
+	</tr>
+	<!-- BEGIN flagged -->
+	<tr>
+		<td class="{flagged.ROW_CLASS}" align="center" nowrap="nowrap" height="28">{flagged.USERNAME}</td>
+		<td class="{flagged.ROW_CLASS}" align="left">{flagged.SUBJECT}</td>
+		<td class="{flagged.ROW_CLASS}" align="left">{flagged.MESSAGE}</td>
+		<td class="{flagged.ROW_CLASS}" align="center" nowrap="nowrap">{flagged.TIME}</td>
+		<td class="{flagged.ROW_CLASS}" align="center"><a href="{flagged.U_EDIT}">{L_EDIT}</a></td>
+		<td class="{flagged.ROW_CLASS}" align="center"><a href="{flagged.U_DELETE}">{L_DELETE}</a></td>
+	</tr>
+	<!-- END flagged -->
+	<!-- BEGIN no_flagged -->
+	<tr>
+		<td class="row1" colspan="5" align="center" height="28"><span class="gen">{no_flagged.L_NO_FLAGGED_POSTS}</span></td>
+	</tr>
+	<!-- END no_flagged -->
+	<tr>
+		<td colspan="7" align="center" class="catBottom"> </td>
+	</tr>
+</table>
+<table width="100%" cellspacing="2" cellpadding="0" border="0">
+	<tr>
+		<td><span class="nav">{PAGE_NUMBER}</span></td>
+		<td align="right"><span class="nav">{PAGINATION}</span></td>
+	</tr>
+</table>
+</form>
\ No newline at end of file


Property changes on: forum/trunk/SVMDesign/admin/spamwords_flagged_body.tpl
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: forum/trunk/SVMDesign/admin/spamwords_list_body.tpl
===================================================================
--- forum/trunk/SVMDesign/admin/spamwords_list_body.tpl	                        (rev 0)
+++ forum/trunk/SVMDesign/admin/spamwords_list_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -0,0 +1,21 @@
+
+<h1>{L_WORDS_TITLE}</h1>
+
+<P>{L_WORDS_TEXT}</p>
+
+<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
+	<tr>
+		<th class="thCornerL">{L_WORD}</th>
+		<th colspan="2" class="thCornerR">{L_ACTION}</th>
+	</tr>
+	<!-- BEGIN words -->
+	<tr>
+		<td class="{words.ROW_CLASS}" align="center">{words.WORD}</td>
+		<td class="{words.ROW_CLASS}"><a href="{words.U_WORD_EDIT}">{L_EDIT}</a></td>
+		<td class="{words.ROW_CLASS}"><a href="{words.U_WORD_DELETE}">{L_DELETE}</a></td>
+	</tr>
+	<!-- END words -->
+	<tr>
+		<td colspan="5" align="center" class="catBottom">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_ADD_WORD}" class="mainoption" /></td>
+	</tr>
+</table></form>


Property changes on: forum/trunk/SVMDesign/admin/spamwords_list_body.tpl
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: forum/trunk/SVMDesign/admin/spamwords_log_body.tpl
===================================================================
--- forum/trunk/SVMDesign/admin/spamwords_log_body.tpl	                        (rev 0)
+++ forum/trunk/SVMDesign/admin/spamwords_log_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -0,0 +1,53 @@
+
+<h1>{L_LOG}</h1>
+
+<p><span class="genmed">{L_LOG_EXPLAIN}</span></p>
+
+<form method="post" action="{S_MODE_ACTION}">
+<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
+	<tr>
+		<td align="right" nowrap="nowrap"><span class="genmed">{L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}  
+		<input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" />
+		</span></td>
+	</tr>
+</table>
+
+<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
+	<tr>
+		<th align="center" height="28" class="thCornerL" nowrap="nowrap">{L_USER}</th>
+		<th align="center" class="thTop" nowrap="nowrap">{L_SUBJECT}</th>
+		<th align="center" class="thTop" nowrap="nowrap">{L_MESSAGE}</th>
+		<th align="center" class="thTop" nowrap="nowrap">{L_FLAGGED}</th>
+		<th align="center" class="thTop" nowrap="nowrap">{L_IP}</th>
+		<th align="center" class="thTop" nowrap="nowrap">{L_TIME}</th>
+		<th align="center" class="thCornerR" nowrap="nowrap">{L_BROWSER}</th>
+	</tr>
+	<!-- BEGIN no_log -->
+	<tr>
+		<td class="row1" align="center" colspan="7"><span class="gen">{no_log.L_NO_LOG}</span></td>
+	</tr>
+	<!-- END no_log -->
+	<!-- BEGIN log_row -->
+	<tr>
+		<td class="{log_row.ROW_CLASS}" align="center" valign="middle" height="28"><span class="genmed">{log_row.USER}</span></td>
+		<td class="{log_row.ROW_CLASS}" align="left" valign="middle"><span class="genmed">{log_row.SUBJECT}</span></td>
+		<td class="{log_row.ROW_CLASS}" align="left" valign="middle"><span class="genmed">{log_row.MESSAGE}</span></td>
+		<td class="{log_row.ROW_CLASS}" align="center" valign="middle"><span class="genmed">{log_row.FLAGGED}</span></td>
+		<td class="{log_row.ROW_CLASS}" align="center" valign="middle"><span class="genmed">{log_row.IP}</span></td>
+		<td class="{log_row.ROW_CLASS}" align="center" valign="middle" nowrap="nowrap"><span class="genmed">{log_row.TIME}</span></td>
+		<td class="{log_row.ROW_CLASS}" align="center" valign="middle"><span class="genmed">{log_row.BROWSER}</span></td>
+	</tr>
+	<!-- END log_row -->
+	</form>
+	<tr><form method="post" action="{S_MODE_ACTION}">
+		<td colspan="7" class="catBottom" align="center">
+		<input class="liteoption" type="submit" name="delete" value="{L_DELETE}">
+		</td></form>
+	</tr>
+</table>
+<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
+	<tr>
+		<td align="left" nowrap="nowrap"><span class="nav">{PAGE_NUMBER}</span></td>
+		<td align="right" nowrap="nowrap"><span class="nav">{PAGINATION}</span></td>
+	</tr>
+</table>


Property changes on: forum/trunk/SVMDesign/admin/spamwords_log_body.tpl
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: forum/trunk/SVMDesign/archives_forum_body.tpl
===================================================================
--- forum/trunk/SVMDesign/archives_forum_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/archives_forum_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -38,8 +38,8 @@
           <!-- END topicrow -->
           <!-- BEGIN switch_no_topics -->
           <tr align="center"> 
-            <td colspan="6" class="row1"><span class="gen">Crap! Post some topics 
-              already and let the discussion begin!</span></td>
+            <td colspan="6" class="row1">Crap! Post some topics 
+              already and let the discussion begin!</td>
           </tr>
           <!-- END switch_no_topics -->
         </table>

Modified: forum/trunk/SVMDesign/groupcp_user_body.tpl
===================================================================
--- forum/trunk/SVMDesign/groupcp_user_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/groupcp_user_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -73,7 +73,7 @@
 
 <table width="98%" cellspacing="2" border="0" align="center" cellpadding="2">
   <tr> 
-	<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
+	<td align="right" valign="top">{S_TIMEZONE}</td>
   </tr>
 </table>
 

Modified: forum/trunk/SVMDesign/index_body.tpl
===================================================================
--- forum/trunk/SVMDesign/index_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/index_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -5,7 +5,6 @@
       <!-- BEGIN switch_user_logged_in -->
 	  <span class="smalltext">
       <a href="{U_SEARCH_NEW}" class="smalllink">{L_SEARCH_NEW}</a><br>
-	  <a href="{U_PRIVATEMSGS}" class="smalllink">{PRIVATE_MESSAGE_INFO}</a><br>
 	  </span>
       <!-- END switch_user_logged_in -->
       </td>
@@ -46,7 +45,7 @@
           <td class="row1" align="right" nowrap> 
             <table width="100%">
               <tr> 
-                <td nowrap align="right"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
+                <td nowrap align="right">{catrow.forumrow.LAST_POST}</td>
               </tr>
             </table>
           </td>

Modified: forum/trunk/SVMDesign/modcp_body.tpl
===================================================================
--- forum/trunk/SVMDesign/modcp_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/modcp_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -49,7 +49,7 @@
   <table width="98%" cellspacing="2" border="0" align="center" cellpadding="2">
     <tr> 
 	<td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</span></td>
-	<td align="right" valign="top" nowrap><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
+	<td align="right" valign="top" nowrap>{S_TIMEZONE}<br /><span class="nav">{PAGINATION}</span></td>
   </tr>
 </table>
 </form>

Modified: forum/trunk/SVMDesign/overall_footer.tpl
===================================================================
--- forum/trunk/SVMDesign/overall_footer.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/overall_footer.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -3,9 +3,8 @@
 <!-- BEGIN switch_user_logged_in -->
   <span class="smalltext"><b>{ADMIN_LINK}</b></span> 
 <!-- END switch_user_logged_in -->
-  <font size="-3"> Powered by phpBB © 2001, 2006 <a href="http://www.phpbb.com/" class="smalllink">phpBB Group</a><br>
-
-  Design implemented by <a href="http://www.unet.univie.ac.at/~a0200586/">clem</a>, icons by raina</font></div>
+  <span class="smalltext"> Powered by phpBB © 2001, 2006 <a href="http://www.phpbb.com/" class="smalllink">phpBB Group</a><br>
+  Design implemented by <a href="http://www.unet.univie.ac.at/~a0200586/" class="smalllink">clem</a>, icons by raina</span></div>
 </td>
         </tr>
       </table>

Modified: forum/trunk/SVMDesign/posting_body.tpl
===================================================================
--- forum/trunk/SVMDesign/posting_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/posting_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -243,40 +243,40 @@
           </tr>
           <!-- BEGIN switch_username_select -->
           <tr> 
-            <td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td>
-            <td class="row1"><span class="genmed">
+            <td class="row1"><b>{L_USERNAME}</b></td>
+            <td class="row1">
               <input type="text" class="post" tabindex="1" name="username" size="25" maxlength="25" value="{USERNAME}" />
-              </span></td>
+              </td>
           </tr>
           <!-- END switch_username_select -->
           <!-- This is for private messaging -->
           <!-- BEGIN switch_privmsg -->
           <tr> 
-            <td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td>
-            <td class="row1"><span class="genmed"> 
+            <td class="row1"><b>{L_USERNAME}</b></td>
+            <td class="row1">
               <input type="text"  class="post" name="username" maxlength="25" size="25" tabindex="1" value="{USERNAME}" />
                 
               <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" />
-              </span></td>
+              </td>
           </tr>
           <!-- END switch_privmsg -->
           <tr> 
-            <td class="row1" width="22%"><span class="gen"><b>{L_SUBJECT}</b></span></td>
-            <td class="row1" width="78%"> <span class="gen"> 
+            <td class="row1" width="22%"><b>{L_SUBJECT}</b></td>
+            <td class="row1" width="78%">
               <input type="text" name="subject" size="45" maxlength="60" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" />
-              </span> </td>
+              </td>
           </tr>
           <tr> 
             <td class="row1" valign="top"> 
               <table width="100%" border="0" cellspacing="0" cellpadding="1">
                 <tr> 
-                  <td><span class="gen"><b>{L_MESSAGE_BODY}</b></span> </td>
+                  <td><b>{L_MESSAGE_BODY}</b></td>
                 </tr>
                 <tr> 
                   <td valign="middle" align="center"> <br />
                     <table width="100" border="0" cellspacing="0" cellpadding="5">
                       <tr align="center"> 
-                        <td colspan="{S_SMILIES_COLSPAN}" class="gensmall"><b>{L_EMOTICONS}</b></td>
+                        <td colspan="{S_SMILIES_COLSPAN}"><b>{L_EMOTICONS}</b></td>
                       </tr>
                       <!-- BEGIN smilies_row -->
                       <tr align="center" valign="middle"> 
@@ -298,88 +298,88 @@
             <td class="row1" valign="top">
               <table width="450" border="0" cellspacing="0" cellpadding="2">
                 <tr align="center" valign="middle"> 
-                  <td><span class="genmed"> 
+                  <td>
                     <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
-                    </span></td>
-                  <td><span class="genmed"> 
+                    </td>
+                  <td>
                     <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
-                    </span></td>
-                  <td><span class="genmed"> 
+                    </td>
+                  <td>
                     <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" />
-                    </span></td>
-                  <td><span class="genmed"> 
+                    </td>
+                  <td>
                     <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" />
-                    </span></td>
-                  <td><span class="genmed"> 
+                    </td>
+                  <td>
                     <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" />
-                    </span></td>
-                  <td><span class="genmed"> 
+                    </td>
+                  <td>
                     <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" />
-                    </span></td>
-                  <td><span class="genmed"> 
+                    </td>
+                  <td>
                     <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" />
-                    </span></td>
-                  <td><span class="genmed"> 
+                    </td>
+                  <td>
                     <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px"  onClick="bbstyle(14)" onMouseOver="helpline('p')" />
-                    </span></td>
-                  <td><span class="genmed"> 
+                    </td>
+                  <td>
                     <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
-                    </span></td>
+                    </td>
                 </tr>
                 <tr> 
                   <td colspan="9"> 
                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
                       <tr> 
-                        <td><span class="genmed">  {L_FONT_COLOR}: 
+                        <td> {L_FONT_COLOR}: 
                           <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
-                            <option style="color:black; background-color: #FFFFFF " value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option>
-                            <option style="color:darkred; background-color: #DEE3E7" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option>
-                            <option style="color:red; background-color: #DEE3E7" value="red" class="genmed">{L_COLOR_RED}</option>
-                            <option style="color:orange; background-color: #DEE3E7" value="orange" class="genmed">{L_COLOR_ORANGE}</option>
-                            <option style="color:brown; background-color: #DEE3E7" value="brown" class="genmed">{L_COLOR_BROWN}</option>
-                            <option style="color:yellow; background-color: #DEE3E7" value="yellow" class="genmed">{L_COLOR_YELLOW}</option>
-                            <option style="color:green; background-color: #DEE3E7" value="green" class="genmed">{L_COLOR_GREEN}</option>
-                            <option style="color:olive; background-color: #DEE3E7" value="olive" class="genmed">{L_COLOR_OLIVE}</option>
-                            <option style="color:cyan; background-color: #DEE3E7" value="cyan" class="genmed">{L_COLOR_CYAN}</option>
-                            <option style="color:blue; background-color: #DEE3E7" value="blue" class="genmed">{L_COLOR_BLUE}</option>
-                            <option style="color:darkblue; background-color: #DEE3E7" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option>
-                            <option style="color:indigo; background-color: #DEE3E7" value="indigo" class="genmed">{L_COLOR_INDIGO}</option>
-                            <option style="color:violet; background-color: #DEE3E7" value="violet" class="genmed">{L_COLOR_VIOLET}</option>
-                            <option style="color:white; background-color: #DEE3E7" value="white" class="genmed">{L_COLOR_WHITE}</option>
-                            <option style="color:black; background-color: #DEE3E7" value="black" class="genmed">{L_COLOR_BLACK}</option>
+                            <option style="color:black; background-color: #FFFFFF " value="{T_FONTCOLOR1}">{L_COLOR_DEFAULT}</option>
+                            <option style="color:darkred; background-color: #DEE3E7" value="darkred">{L_COLOR_DARK_RED}</option>
+                            <option style="color:red; background-color: #DEE3E7" value="red">{L_COLOR_RED}</option>
+                            <option style="color:orange; background-color: #DEE3E7" value="orange">{L_COLOR_ORANGE}</option>
+                            <option style="color:brown; background-color: #DEE3E7" value="brown">{L_COLOR_BROWN}</option>
+                            <option style="color:yellow; background-color: #DEE3E7" value="yellow">{L_COLOR_YELLOW}</option>
+                            <option style="color:green; background-color: #DEE3E7" value="green">{L_COLOR_GREEN}</option>
+                            <option style="color:olive; background-color: #DEE3E7" value="olive">{L_COLOR_OLIVE}</option>
+                            <option style="color:cyan; background-color: #DEE3E7" value="cyan">{L_COLOR_CYAN}</option>
+                            <option style="color:blue; background-color: #DEE3E7" value="blue">{L_COLOR_BLUE}</option>
+                            <option style="color:darkblue; background-color: #DEE3E7" value="darkblue">{L_COLOR_DARK_BLUE}</option>
+                            <option style="color:indigo; background-color: #DEE3E7" value="indigo">{L_COLOR_INDIGO}</option>
+                            <option style="color:violet; background-color: #DEE3E7" value="violet">{L_COLOR_VIOLET}</option>
+                            <option style="color:white; background-color: #DEE3E7" value="white">{L_COLOR_WHITE}</option>
+                            <option style="color:black; background-color: #DEE3E7" value="black">{L_COLOR_BLACK}</option>
                           </select>
                            {L_FONT_SIZE}:
                           <select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
-                            <option value="7" class="genmed">{L_FONT_TINY}</option>
-                            <option value="9" class="genmed">{L_FONT_SMALL}</option>
-                            <option value="12" selected class="genmed">{L_FONT_NORMAL}</option>
-                            <option value="18" class="genmed">{L_FONT_LARGE}</option>
-                            <option  value="24" class="genmed">{L_FONT_HUGE}</option>
+                            <option value="7">{L_FONT_TINY}</option>
+                            <option value="9">{L_FONT_SMALL}</option>
+                            <option value="12" selected>{L_FONT_NORMAL}</option>
+                            <option value="18">{L_FONT_LARGE}</option>
+                            <option  value="24">{L_FONT_HUGE}</option>
                           </select>
-                          </span></td>
-                        <td nowrap align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td>
+                          </td>
+                        <td nowrap align="right"><a href="javascript:bbstyle(-1)" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></td>
                       </tr>
                     </table>
                   </td>
                 </tr>
                 <tr> 
-                  <td colspan="9"> <span class="gensmall"> 
-                    <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" />
-                    </span></td>
+                  <td colspan="9">
+                    <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px;" value="{L_STYLES_TIP}" />
+                    </td>
                 </tr>
                 <tr> 
-                  <td colspan="9"><span class="gen"> 
+                  <td colspan="9">
                     <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
-                    </span></td>
+                    </td>
                 </tr>
               </table>
               </td>
           </tr>
           <tr> 
-            <td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span><br />
-              <span class="gensmall">{HTML_STATUS}<br />
+            <td class="row1" valign="top"><b>{L_OPTIONS}</b><br />
+              {HTML_STATUS}<br />
               {BBCODE_STATUS}<br />
-              {SMILIES_STATUS}</span></td>
+              {SMILIES_STATUS}</td>
             <td class="row1">
               <table cellspacing="0" cellpadding="1" border="0">
                 <!-- BEGIN switch_html_checkbox -->
@@ -387,7 +387,7 @@
                   <td> 
                     <input type="checkbox" name="disable_html" {S_HTML_CHECKED} />
                   </td>
-                  <td><span class="gen">{L_DISABLE_HTML}</span></td>
+                  <td>{L_DISABLE_HTML}</td>
                 </tr>
                 <!-- END switch_html_checkbox -->
                 <!-- BEGIN switch_bbcode_checkbox -->
@@ -395,7 +395,7 @@
                   <td> 
                     <input type="checkbox" name="disable_bbcode" {S_BBCODE_CHECKED} />
                   </td>
-                  <td><span class="gen">{L_DISABLE_BBCODE}</span></td>
+                  <td>{L_DISABLE_BBCODE}</td>
                 </tr>
                 <!-- END switch_bbcode_checkbox -->
                 <!-- BEGIN switch_smilies_checkbox -->
@@ -403,7 +403,7 @@
                   <td> 
                     <input type="checkbox" name="disable_smilies" {S_SMILIES_CHECKED} />
                   </td>
-                  <td><span class="gen">{L_DISABLE_SMILIES}</span></td>
+                  <td>{L_DISABLE_SMILIES}</td>
                 </tr>
                 <!-- END switch_smilies_checkbox -->
                 <!-- BEGIN switch_signature_checkbox -->
@@ -411,7 +411,7 @@
                   <td> 
                     <input type="checkbox" name="attach_sig" {S_SIGNATURE_CHECKED} />
                   </td>
-                  <td><span class="gen">{L_ATTACH_SIGNATURE}</span></td>
+                  <td>{L_ATTACH_SIGNATURE}</td>
                 </tr>
                 <!-- END switch_signature_checkbox -->
                 <!-- BEGIN switch_notify_checkbox -->
@@ -419,7 +419,7 @@
                   <td> 
                     <input type="checkbox" name="notify" {S_NOTIFY_CHECKED} />
                   </td>
-                  <td><span class="gen">{L_NOTIFY_ON_REPLY}</span></td>
+                  <td>{L_NOTIFY_ON_REPLY}</td>
                 </tr>
                 <!-- END switch_notify_checkbox -->
                 <!-- BEGIN switch_delete_checkbox -->
@@ -427,13 +427,13 @@
                   <td> 
                     <input type="checkbox" name="delete" />
                   </td>
-                  <td><span class="gen">{L_DELETE_POST}</span></td>
+                  <td>{L_DELETE_POST}</td>
                 </tr>
                 <!-- END switch_delete_checkbox -->
                 <!-- BEGIN switch_type_toggle -->
                 <tr> 
                   <td></td>
-                  <td><span class="gen">{S_TYPE_TOGGLE}</span></td>
+                  <td>{S_TYPE_TOGGLE}</td>
                 </tr>
                 <!-- END switch_type_toggle -->
               </table>
@@ -452,7 +452,7 @@
   </table>
   <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
     <tr> 
-      <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
+      <td align="right" valign="top">{S_TIMEZONE}</td>
     </tr>
   </table>
 </form>

Modified: forum/trunk/SVMDesign/posting_topic_review.tpl
===================================================================
--- forum/trunk/SVMDesign/posting_topic_review.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/posting_topic_review.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -27,7 +27,7 @@
             <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr> 
                 <td width="100%"><img src="{postrow.MINI_POST_IMG}" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_POSTED}: 
-                  {postrow.POST_DATE}<span class="gen"> </span>   {L_POST_SUBJECT}: 
+                  {postrow.POST_DATE}    {L_POST_SUBJECT}: 
                   {postrow.POST_SUBJECT}</span></td>
               </tr>
               <tr> 

Modified: forum/trunk/SVMDesign/profile_add_body.tpl
===================================================================
--- forum/trunk/SVMDesign/profile_add_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/profile_add_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -235,18 +235,18 @@
             <TD class="row1" colspan="2">
               <TABLE width="70%" cellspacing="2" cellpadding="0" border="0" align="center">
                 <TR> 
-                  <TD width="65%"><SPAN class="gensmall">{L_AVATAR_EXPLAIN}</SPAN></TD>
-                  <TD align="center"><SPAN class="gensmall">{L_CURRENT_IMAGE}</SPAN><BR />
+                  <TD width="65%">{L_AVATAR_EXPLAIN}</TD>
+                  <TD align="center">{L_CURRENT_IMAGE}<BR />
                     {AVATAR}<BR />
                     <INPUT type="checkbox" name="avatardel" />
-                     <SPAN class="gensmall">{L_DELETE_AVATAR}</SPAN></TD>
+                     {L_DELETE_AVATAR}</TD>
                 </TR>
               </TABLE>
             </TD>
           </TR>
           <!-- BEGIN switch_avatar_local_upload -->
           <TR> 
-            <TD class="row1"><SPAN class="gen">{L_UPLOAD_AVATAR_FILE}:</SPAN></TD>
+            <TD class="row1">{L_UPLOAD_AVATAR_FILE}:</TD>
             <TD class="row1">
               <INPUT type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" />
               <INPUT type="file" name="avatar" class="post" style="width:200px" />
@@ -255,8 +255,8 @@
           <!-- END switch_avatar_local_upload -->
           <!-- BEGIN switch_avatar_remote_upload -->
           <TR> 
-            <TD class="row1"><SPAN class="gen">{L_UPLOAD_AVATAR_URL}:</SPAN><BR />
-              <SPAN class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</SPAN></TD>
+            <TD class="row1">{L_UPLOAD_AVATAR_URL}:<BR />
+              {L_UPLOAD_AVATAR_URL_EXPLAIN}</TD>
             <TD class="row1">
               <INPUT type="text" name="avatarurl" size="40" class="post" style="width:200px" />
             </TD>
@@ -264,8 +264,8 @@
           <!-- END switch_avatar_remote_upload -->
           <!-- BEGIN switch_avatar_remote_link -->
           <TR> 
-            <TD class="row1"><SPAN class="gen">{L_LINK_REMOTE_AVATAR}:</SPAN><BR />
-              <SPAN class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</SPAN></TD>
+            <TD class="row1">{L_LINK_REMOTE_AVATAR}:<BR />
+              {L_LINK_REMOTE_AVATAR_EXPLAIN}</TD>
             <TD class="row1">
               <INPUT type="text" name="avatarremoteurl" size="40" class="post" style="width:200px" />
             </TD>
@@ -273,7 +273,7 @@
           <!-- END switch_avatar_remote_link -->
           <!-- BEGIN switch_avatar_local_gallery -->
           <TR> 
-            <TD class="row1"><SPAN class="gen">{L_AVATAR_GALLERY}:</SPAN></TD>
+            <TD class="row1">{L_AVATAR_GALLERY}:</TD>
             <TD class="row1">
               <INPUT type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" />
             </TD>

Modified: forum/trunk/SVMDesign/search_results_topics.tpl
===================================================================
--- forum/trunk/SVMDesign/search_results_topics.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/search_results_topics.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -39,7 +39,7 @@
 <table width="98%" cellspacing="2" border="0" align="center" cellpadding="2">
   <tr> 
 	<td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td>
-	<td align="right" valign="top" nowrap><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td>
+	<td align="right" valign="top" nowrap><span class="nav">{PAGINATION}</span><br />{S_TIMEZONE}</td>
   </tr>
 </table>
 

Modified: forum/trunk/SVMDesign/search_username.tpl
===================================================================
--- forum/trunk/SVMDesign/search_username.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/search_username.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -32,7 +32,7 @@
               </span><br />
               <!-- END switch_select_name -->
               <br />
-              <span class="mediumtext"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td>
+              <span class="mediumtext"><a href="javascript:window.close();">{L_CLOSE_WINDOW}</a></span></td>
           </tr>
         </table>
       </td>

Modified: forum/trunk/SVMDesign/viewforum_body.tpl
===================================================================
--- forum/trunk/SVMDesign/viewforum_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/viewforum_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -51,8 +51,8 @@
           <!-- END topicrow -->
           <!-- BEGIN switch_no_topics -->
           <tr align="center"> 
-            <td colspan="6" class="row1"><span class="gen">Crap! Post some topics 
-              already and let the discussion begin!</span></td>
+            <td colspan="6" class="row1">Crap! Post some topics 
+              already and let the discussion begin!</td>
           </tr>
           <!-- END switch_no_topics -->
           <tr> 

Modified: forum/trunk/SVMDesign/viewtopic_body.tpl
===================================================================
--- forum/trunk/SVMDesign/viewtopic_body.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/viewtopic_body.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -18,7 +18,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> > <b>{TOPIC_TITLE}</b></span></td>
 	<td style="text-align: right; whitespace: nowrap; vertical-align: bottom;">{PAGINATION}</td>
-	<td align="right"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
+	<td align="right">{S_WATCH_TOPIC}</td>
   </tr>
 </table>
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
@@ -141,7 +141,7 @@
         </table>
       </td>
       
-    <td align="right"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
+    <td align="right">{S_WATCH_TOPIC}<br />
        <br />
       {S_TOPIC_ADMIN}</td>
     </tr>

Modified: forum/trunk/SVMDesign/viewtopic_poll_ballot.tpl
===================================================================
--- forum/trunk/SVMDesign/viewtopic_poll_ballot.tpl	2006-10-15 09:08:51 UTC (rev 24336)
+++ forum/trunk/SVMDesign/viewtopic_poll_ballot.tpl	2006-10-15 09:29:37 UTC (rev 24337)
@@ -26,7 +26,7 @@
 					</tr>
 					<tr>
 						
-		  <td align="center" class="row1"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="smalllink">{L_VIEW_RESULTS}</a></b></span></td>
+		  <td align="center" class="row1"><b><a href="{U_VIEW_RESULTS}" class="smalllink">{L_VIEW_RESULTS}</a></b></td>
 					</tr>
 				</table>
 				</td></tr></table>


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