Added a link to empty the current table in tbl_properties.php3
This commit is contained in:
@@ -517,7 +517,7 @@ if ($cfgBookmark['db'] && $cfgBookmark['table']) {
|
||||
</form>
|
||||
</li>
|
||||
|
||||
<!-- Display, select and insert -->
|
||||
<!-- Display, select, insert and empty -->
|
||||
<li>
|
||||
<div style="margin-bottom: 10px">
|
||||
<a href="sql.php3?<?php echo $url_query; ?>&sql_query=<?php echo urlencode('SELECT * FROM ' . backquote($table)); ?>&pos=0">
|
||||
@@ -525,7 +525,9 @@ if ($cfgBookmark['db'] && $cfgBookmark['table']) {
|
||||
<a href="tbl_select.php3?<?php echo $url_query; ?>">
|
||||
<b><?php echo $strSelect; ?></b></a> -
|
||||
<a href="tbl_change.php3?<?php echo $url_query; ?>">
|
||||
<b><?php echo $strInsert; ?></b></a>
|
||||
<b><?php echo $strInsert; ?></b></a> -
|
||||
<a href="sql.php3?<?php echo $url_query; ?>&sql_query=<?php echo urlencode('DELETE FROM ' . backquote($table)); ?>&zero_rows=<?php echo urlencode($strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenEmptied); ?>">
|
||||
<b><?php echo $strEmpty; ?></b></a>
|
||||
<br />
|
||||
</div>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user