[phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [254] phpBB Reloaded Styles/subBlack/index_body
Status: Planning
Brought to you by:
tehphpmaster
From: <kla...@us...> - 2006-10-22 05:33:34
|
Revision: 254 http://svn.sourceforge.net/phpbbreloaded/?rev=254&view=rev Author: klarinetking Date: 2006-10-21 22:33:29 -0700 (Sat, 21 Oct 2006) Log Message: ----------- Style Fix #4 (Thanks Noxwizard) Modified Paths: -------------- phpBB Reloaded Styles/subBlack/index_body.tpl Modified: phpBB Reloaded Styles/subBlack/index_body.tpl =================================================================== --- phpBB Reloaded Styles/subBlack/index_body.tpl 2006-10-22 05:09:18 UTC (rev 253) +++ phpBB Reloaded Styles/subBlack/index_body.tpl 2006-10-22 05:33:29 UTC (rev 254) @@ -214,39 +214,34 @@ <br class="nav" /> <table width="100%" cellspacing="0" border="0" align="center" cellpadding="0"> <tr> - <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> - <tr> - <td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td> - <td class="gensmall">{L_NEW_POSTS}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td> - <td class="gensmall">{L_NO_NEW_POSTS}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td> - <td class="gensmall">{L_ANNOUNCEMENT}</td> - </tr> - <tr> - <td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td> - <td class="gensmall">{L_NEW_POSTS_HOT}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td> - <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td> - <td class="gensmall">{L_STICKY}</td> - </tr> - <tr> - <td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td> - <td class="gensmall">{L_NEW_POSTS_LOCKED}</td> - <td> </td> - <td class="gensmall"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" width="19" height="18" /></td> - <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_OWN_IMG}" alt="{L_TOPIC_OWN}" width="19" height="18" /></td> - <td class="gensmall" colspan="4">{L_TOPIC_OWN}</td> - </tr> - </table></td> - <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> + <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> + <tr> + <td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td> + <td class="gensmall">{L_NEW_POSTS}</td> + <td> </td> + <td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td> + <td class="gensmall">{L_ANNOUNCEMENT}</td> + </tr> + <tr> + <td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td> + <td class="gensmall">{L_NO_NEW_POSTS}</td> + <td> </td> + <td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td> + <td class="gensmall">{L_STICKY}</td> + </tr> + <tr> + <td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_TOPIC_HOT}" width="19" height="18" /></td> + <td class="gensmall">{L_TOPIC_HOT}</td> + <td> </td> + <td width="20" align="center"><img src="{FOLDER_LOCKED_IMG}" alt="{L_TOPIC_LOCKED}" width="19" height="18" /></td> + <td class="gensmall">{L_TOPIC_LOCKED}</td> + </tr> + <tr> + <td width="20" align="center"><img src="{FOLDER_OWN_IMG}" alt="{L_TOPIC_OWN}" width="19" height="18" /></td> + <td class="gensmall" colspan="4">{L_TOPIC_OWN}</td> + </tr> + </table></td> + <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> </table> <!-- END forum_legend_ELSE --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |