Update of /cvsroot/xoops/xoops-current/html/modules/xoopspoll/class
In directory usw-pr-cvs1:/tmp/cvs-serv2354/html/modules/xoopspoll/class
Modified Files:
xoopspollrenderer.php
Log Message:
no comment
Index: xoopspollrenderer.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/xoopspoll/class/xoopspollrenderer.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** xoopspollrenderer.php 21 Sep 2002 04:29:49 -0000 1.6
--- xoopspollrenderer.php 25 Sep 2002 20:41:47 -0000 1.7
***************
*** 38,42 ****
function renderForm(){
$content = "<form action='".XOOPS_URL."/modules/xoopspoll/index.php' method='post'>";
! $content .= "<table border='0' cellpadding='0' cellspacing='0' valign='top' width='100%'><tr><td class='bg2'>\n";
$content .= "<table width='100%' border='0' cellpadding='4' cellspacing='1'>\n";
$content .= "<tr class='bg3'><td align='center' colspan='2'><input type='hidden' name='poll_id' value='".$this->poll->getVar("poll_id")."' />\n";
--- 38,42 ----
function renderForm(){
$content = "<form action='".XOOPS_URL."/modules/xoopspoll/index.php' method='post'>";
! $content .= "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td class='bg2'>\n";
$content .= "<table width='100%' border='0' cellpadding='4' cellspacing='1'>\n";
$content .= "<tr class='bg3'><td align='center' colspan='2'><input type='hidden' name='poll_id' value='".$this->poll->getVar("poll_id")."' />\n";
|