Project

General

Profile

« Previous | Next » 

Revision 1657

Added by Dietmar about 12 years ago

some validation fixes in backend

View differences:

tool.php
147 147
?>
148 148
<form name="store_settings" action="<?php echo $_SERVER['REQUEST_URI']; ?>" method="post">
149 149
	<?php echo $admin->getFTAN(); ?>
150
	<table width="98%" cellspacing="0" border="0" cellpadding="5px" class="row_a">
150
	<table summary="" width="98%" cellspacing="0" border="0" cellpadding="5" class="row_a">
151 151
	<tr><td colspan="2"><strong><?php echo $MOD_CAPTCHA_CONTROL['CAPTCHA_CONF'];?>:</strong></td></tr>
152 152
	<tr>
153 153
		<td width="30%"><?php echo $MOD_CAPTCHA_CONTROL['CAPTCHA_TYPE'];?>:</td>
......
161 161
	</tr>
162 162
	<tr>
163 163
		<td>&nbsp;</td>
164
		<td align="left" width="150px">
164
		<td align="left" width="150">
165 165
            <img alt="captcha_example" id="captcha_example" src="<?php echo WB_URL.'/include/captcha/captchas/'.$captcha_type.'.png'?>" />
166 166
        </td>
167 167
	</tr>

Also available in: Unified diff