Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2011-12-11 13:24:14 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2011-12-11 13:24:14 +0400
commite7e5f058b1b3ead3f94728800e5e1bc36a7b1d09 (patch)
tree7a4766f0747a01e7709cd587cc23824a0ea38a57 /db_tracking.php
parent8fa0b5b57fda035d77382ba96079468486c5df56 (diff)
Better AJAX functionality for Tracking page in Database view
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/db_tracking.php b/db_tracking.php
index 1078fa26fb..a448647c2c 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -76,6 +76,7 @@ $all_tables_result = PMA_query_as_controluser($all_tables_query);
// If a HEAD version exists
if (PMA_DBI_num_rows($all_tables_result) > 0) {
?>
+ <div id="tracked_tables">
<h3><?php echo __('Tracked tables');?></h3>
<table id="versions" class="data">
@@ -146,6 +147,7 @@ if (PMA_DBI_num_rows($all_tables_result) > 0) {
?>
</tbody>
</table>
+ </div>
<?php
}