|
...
|
...
|
@@ -56,7 +56,7 @@ include("includes/pagesetup.php");
|
|
56
|
56
|
<input type='hidden' name='reportpage' value='".descript($_GET['url'])."'></td></tr>";
|
|
57
|
57
|
$output .= "<tr><td><label for='comments'>"._COMMENTS.":</label></td><td> <TEXTAREA class='textbox' name='comments' cols='50' rows='6'></TEXTAREA></td></tr>";
|
|
58
|
58
|
if(!USERUID && !empty($captcha)) $output .= "<tr><td><span class='label'>"._CAPTCHANOTE."</span></td><td><img width=120 height=30 src='"._BASEDIR."includes/button.php' alt='CAPTCHA image'><br /><br /><input MAXLENGTH=5 SIZE=5 name='userdigit' type='text' value=''></td></tr>";
|
|
59
|
|
- $output .= "<tr><td colspan='2'><div style='text-align: center;'><INPUT name='submit' class='button' type='submit' value='"._SUBMIT."'></td></tr></table></form>";
|
|
|
59
|
+ $output .= "<tr><td colspan='2'><div style='text-align: center;'><INPUT name='submit' class='button' type='submit' value='"._SUBMIT."'></div></td></tr></table></form>";
|
|
60
|
60
|
}
|
|
61
|
61
|
|
|
62
|
62
|
$tpl->assign( "output", $output );
|