Project

General

Profile

« Previous | Next » 

Revision 1684

Added by Dietmar about 12 years ago

! update upgrade-script, now don't overwrite existings values in settings
+ add field tooltip to table pages in installer
! change some module tool_icon.png (Tks to Stefek)
! add date_time string to backup_droplets.zip
- search and comment out founded require_once(WB_PATH."/framework/class.database.php");
- this will be never needed anymore and produce errors
! rename class.msg_queue.php in msgQueue.php to work with autokoader
+ add function format_message to class.wb.php

View differences:

tool.php
143 143
	echo '<h2>' .$MOD_CAPTCHA_CONTROL['HEADING'] .'</h2>';
144 144

  
145 145
	// output the form with values from the database
146
	echo '<p>' .$MOD_CAPTCHA_CONTROL['HOWTO'] .'</p>';
146
	echo '<p class="info big120">' .$MOD_CAPTCHA_CONTROL['HOWTO'] .'</p>';
147 147
?>
148 148
<form name="store_settings" action="<?php echo $_SERVER['REQUEST_URI']; ?>" method="post">
149 149
	<?php echo $admin->getFTAN(); ?>
......
180 180
				name="enabled_captcha" value="0" /><?php echo $MOD_CAPTCHA_CONTROL['DISABLED'];?>
181 181
		</td>
182 182
	</tr>
183
	<tr><td>&nbsp;</td><td style="font-size:smaller;"><?php echo $MOD_CAPTCHA_CONTROL['CAPTCHA_EXP'];?></td></tr>
183
	<tr><td>&nbsp;</td><td><?php echo $MOD_CAPTCHA_CONTROL['CAPTCHA_EXP'];?></td></tr>
184 184
	<tr><td colspan="2"><br /><strong><?php echo $MOD_CAPTCHA_CONTROL['ASP_CONF'];?>:</strong></td></tr>
185 185
	<tr>
186 186
		<td><?php echo $MOD_CAPTCHA_CONTROL['ASP_TEXT'];?>:</td>
......
193 193
	</tr>
194 194
	<tr>
195 195
        <td>&nbsp;</td>
196
        <td style="font-size:smaller;"><?php echo $MOD_CAPTCHA_CONTROL['ASP_EXP'];?></td>
196
        <td ><?php echo $MOD_CAPTCHA_CONTROL['ASP_EXP'];?></td>
197 197
    </tr>
198 198
	</table>
199 199
	<input type="submit" name="save_settings" style="margin-top:10px; width:140px;" value="<?php echo $TEXT['SAVE']; ?>" />

Also available in: Unified diff