|
From: Markus P. <mar...@us...> - 2005-04-10 23:30:32
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4270 Modified Files: mx_poll_ballot.tpl mx_poll_result.tpl Log Message: Removed unnecessary colspan attributes from poll related templates. Index: mx_poll_ballot.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/mx_poll_ballot.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_poll_ballot.tpl 6 Mar 2005 01:10:16 -0000 1.5 --- mx_poll_ballot.tpl 10 Apr 2005 23:30:23 -0000 1.6 *************** *** 1,5 **** <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <td class="row1" colspan="2"><br clear="all" /> <form method="POST" action="{S_POLL_ACTION}"> <table cellspacing="0" cellpadding="4" border="0" align="center"> --- 1,5 ---- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <td class="row1"><br clear="all" /> <form method="POST" action="{S_POLL_ACTION}"> <table cellspacing="0" cellpadding="4" border="0" align="center"> *************** *** 31,33 **** </td> </tr> ! </table> --- 31,33 ---- </td> </tr> ! </table> \ No newline at end of file Index: mx_poll_result.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/mx_poll_result.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_poll_result.tpl 6 Mar 2005 01:10:16 -0000 1.5 --- mx_poll_result.tpl 10 Apr 2005 23:30:23 -0000 1.6 *************** *** 1,40 **** <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> ! <tr> ! <td class="row1" colspan="2"><br clear="all" /> ! <table cellspacing="0" cellpadding="4" border="0" align="center"> ! <tr> ! <td colspan="4" align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> ! </tr> ! <tr> ! <td align="center"> ! <table cellspacing="0" cellpadding="2" border="0"> ! <!-- BEGIN poll_option --> ! <tr> ! <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> ! </tr> ! <tr> ! <td> ! <table cellspacing="0" cellpadding="0" border="0"> ! <tr> ! <td><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/vote_lcap.gif" width="4" alt="" height="12" /></td> ! <td><img src="{U_PHPBB_ROOT_PATH}{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td> ! <td><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/vote_rcap.gif" width="4" alt="" height="12" /></td> ! </tr> ! </table> ! </td> ! </tr> ! <tr> ! <td colspan="3" align="center"><span class="gensmall"> {poll_option.POLL_OPTION_PERCENT} [{poll_option.POLL_OPTION_RESULT}]</span></td> ! </tr> ! <!-- END poll_option --> ! </table> </td> ! </tr> ! <tr> ! <td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td> ! </tr> ! </table> ! <br clear="all" /> ! </td> ! </tr> ! </table> --- 1,40 ---- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> ! <tr> ! <td class="row1"><br clear="all" /> ! <table cellspacing="0" cellpadding="4" border="0" align="center"> ! <tr> ! <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> ! </tr> ! <tr> ! <td align="center"> ! <table cellspacing="0" cellpadding="2" border="0"> ! <!-- BEGIN poll_option --> ! <tr> ! <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> ! </tr> ! <tr> ! <td> ! <table cellspacing="0" cellpadding="0" border="0"> ! <tr> ! <td><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/vote_lcap.gif" width="4" alt="" height="12" /></td> ! <td><img src="{U_PHPBB_ROOT_PATH}{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td> ! <td><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/vote_rcap.gif" width="4" alt="" height="12" /></td> ! </tr> ! </table> ! </td> ! </tr> ! <tr> ! <td align="center"><span class="gensmall"> {poll_option.POLL_OPTION_PERCENT} [{poll_option.POLL_OPTION_RESULT}]</span></td> ! </tr> ! <!-- END poll_option --> ! </table> ! </td> ! </tr> ! <tr> ! <td align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td> ! </tr> ! </table> ! <br clear="all" /> </td> ! </tr> ! </table> \ No newline at end of file |