|
From: Jon O. <jon...@us...> - 2005-05-01 16:39:51
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv651/modules/mx_kb/templates/subSilver Modified Files: kb_footer.tpl kb_rate_body.tpl Log Message: additional fixes Index: kb_rate_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_rate_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_rate_body.tpl 20 Apr 2005 20:48:24 -0000 1.3 --- kb_rate_body.tpl 1 May 2005 16:39:23 -0000 1.4 *************** *** 22,25 **** --- 22,26 ---- <!-- BEGIN rate --> + <form action="{S_RATE_ACTION}" method="POST"> <table width="100%" cellpadding="4" cellspacing="0" class="forumline"> <tr> *************** *** 28,32 **** <tr> <td class="row1" width="90%"><span class="genmed">{RATEINFO}</span></td> ! <td class="row2"><form action="{S_RATE_ACTION}" method="post"> <select size="1" name="rating" class="forminput"> <option value="1">{L_R1}</option> --- 29,33 ---- <tr> <td class="row1" width="90%"><span class="genmed">{RATEINFO}</span></td> ! <td class="row2"> <select size="1" name="rating" class="forminput"> <option value="1">{L_R1}</option> *************** *** 40,51 **** <option value="9">{L_R9}</option> <option value="10">{L_R10}</option> - <input type="hidden" name="action" value="rate"> - <input type="hidden" name="id" value="{ID}"> - <input type="hidden" name="rate" value="dorate"> </select> </td> </tr> <tr> ! <td colspan="2" class="catBottom" align="center"><input class="liteoption" type="submit" value="{L_RATE}" name="B1"> <!-- END rate --> </td> --- 41,52 ---- <option value="9">{L_R9}</option> <option value="10">{L_R10}</option> </select> + <input type="hidden" name="mode" value="rate"> + <input type="hidden" name="k" value="{ID}"> + <input type="hidden" name="rate" value="dorate"> </td> </tr> <tr> ! <td colspan="2" class="catBottom" align="center"><input class="liteoption" type="submit" value="{L_RATE}"> <!-- END rate --> </td> Index: kb_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_footer.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** kb_footer.tpl 5 Apr 2005 20:52:30 -0000 1.7 --- kb_footer.tpl 1 May 2005 16:39:23 -0000 1.8 *************** *** 38,42 **** <!-- BEGIN copy_footer --> <div align="center"><span class="copyright"><br /> ! Powered by Knowledge Base MOD, {L_MODULE_ORIG_AUTHOR} & <a href="http://www.mx-system.com/" target="_phpbb" class="copyright">{L_MODULE_AUTHOR}</a> © 2002-2005 <br /><a href="http://www.phpbb.com/phpBB/viewtopic.php?t=200195" target="_phpbb" class="copyright">PHPBB.com MOD</a> </span></div> <!-- END copy_footer --> --- 38,42 ---- <!-- BEGIN copy_footer --> <div align="center"><span class="copyright"><br /> ! Powered by {L_MODULE_VERSION}, {L_MODULE_ORIG_AUTHOR} & <a href="http://www.mx-system.com/" target="_phpbb" class="copyright">{L_MODULE_AUTHOR}</a> © 2002-2005 <br /><a href="http://www.phpbb.com/phpBB/viewtopic.php?t=200195" target="_phpbb" class="copyright">PHPBB.com MOD</a> </span></div> <!-- END copy_footer --> |