The branch, master has been updated
       via  76483d6b4dbd848d2e3ef0a3f2b4b59e0f27029e (commit)
      from  b41947d46e9ba888cc6f7f94af23e134bf412e08 (commit)


- Log -----------------------------------------------------------------
commit 76483d6b4dbd848d2e3ef0a3f2b4b59e0f27029e
Author: Marc Delisle <[email protected]>
Date:   Sun Jan 9 08:01:05 2011 -0500

    Page selector in Databases tab did not trigger on change

-----------------------------------------------------------------------

Summary of changes:
 server_databases.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/server_databases.php b/server_databases.php
index af4b3cf..8c81553 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -116,6 +116,7 @@ if ($server > 0) {
  * Displays the page
  */
 if ($databases_count > 0) {
+    echo '<div id="tableslistcontainer">';
     reset($databases);
     $first_database = current($databases);
     // table col order
@@ -261,6 +262,7 @@ if ($databases_count > 0) {
        echo '</li>' . "\n" . '</ul>' . "\n";
     }
     echo '</form>';
+    echo '</div>';
 } else {
     echo __('No databases');
 }


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to