Project

General

Profile

« Previous | Next » 

Revision 331

Added by stefan over 18 years ago

John: New option in backup tool - either export all tables in database or only WB specific.

View differences:

tool.php
30 30
?>
31 31
<br />
32 32
<form name="prompt" method="post" action="<?php echo WB_URL; ?>/modules/backup/backup-sql.php">
33
		<input type="radio" checked="checked" name="tables" value="ALL"><?php echo $TEXT['BACKUP_ALL_TABLES']; ?><br>
34
		<input type="radio" name="tables" value="WB"><?php echo $TEXT['BACKUP_WB_SPECIFIC']; ?><br><br> 
33 35
	<input type="submit" name="backup" value="<?php echo $TEXT['BACKUP_DATABASE']; ?>" onClick="javascript: if(!confirm('<?php echo $MESSAGE['GENERIC']['PLEASE_BE_PATIENT']; ?>')) { return false; }" />
34 36
</form>

Also available in: Unified diff