[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1594-gf11509d

Michal Čihař nijel at users.sourceforge.net
Wed Feb 2 14:53:54 CET 2011


The branch, master has been updated
       via  f11509d5b577d30a7776600c0e9c47b5433b50f2 (commit)
      from  f2ebfe1bd53abc3962256e3c574cc26aa70cd36e (commit)


- Log -----------------------------------------------------------------
commit f11509d5b577d30a7776600c0e9c47b5433b50f2
Author: Michal Čihař <mcihar at novell.com>
Date:   Wed Feb 2 14:52:56 2011 +0100

    Add table caption and move documentation link there.
    
    Otherwise the separate documentation link looks little strange.

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

Summary of changes:
 libraries/tbl_properties.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php
index c6446ea..4bc1029 100644
--- a/libraries/tbl_properties.inc.php
+++ b/libraries/tbl_properties.inc.php
@@ -631,6 +631,8 @@ if (is_array($content_cells) && is_array($header_cells)) {
     //$empty_row = array_pop($content_cells);
 
     echo '<table id="table_columns">';
+    echo '<caption class="tblHeaders">' . __('Structure') . PMA_showMySQLDocu('SQL-Syntax', 'CREATE_TABLE') . '</caption>';
+
     if ($display_type == 'horizontal') {
         ?>
 <tr>
@@ -787,8 +789,6 @@ if ($action == 'tbl_create.php') {
 
 </form>
 
-<center><?php echo PMA_showMySQLDocu('SQL-Syntax', 'CREATE_TABLE'); ?></center>
-
 <div id="enum_editor">
 <a class="close_enum_editor"><?php echo __('Close'); ?></a>
 <h3><?php printf(__('Values for the column "%s"'), isset($row['Field']) ? htmlspecialchars($row['Field']) : ""); ?></h3>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list