|
From: Markus P. <mar...@us...> - 2005-04-26 00:15:39
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27303/modules/mx_coreblocks/templates/subSilver Modified Files: mx_poll_ballot.tpl mx_poll_result.tpl Log Message: Added link to topic in poll results. Index: mx_poll_ballot.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_poll_ballot.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_poll_ballot.tpl 10 Apr 2005 23:30:23 -0000 1.6 --- mx_poll_ballot.tpl 26 Apr 2005 00:15:03 -0000 1.7 *************** *** 5,9 **** <table cellspacing="0" cellpadding="4" border="0" align="center"> <tr> ! <td align="center"><span class="gen"><a href="{U_URL}">{POLL_QUESTION}</a></span></td> </tr> <tr> --- 5,9 ---- <table cellspacing="0" cellpadding="4" border="0" align="center"> <tr> ! <td align="center"><span class="gen"><a href="{U_URL}"><b>{POLL_QUESTION}</b></a></span></td> </tr> <tr> Index: mx_poll_result.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_poll_result.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_poll_result.tpl 10 Apr 2005 23:30:23 -0000 1.6 --- mx_poll_result.tpl 26 Apr 2005 00:15:03 -0000 1.7 *************** *** 4,8 **** <table cellspacing="0" cellpadding="4" border="0" align="center"> <tr> ! <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> </tr> <tr> --- 4,8 ---- <table cellspacing="0" cellpadding="4" border="0" align="center"> <tr> ! <td align="center"><span class="gen"><a href="{U_URL}"><b>{POLL_QUESTION}</b></a></span></td> </tr> <tr> |