[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_6RC1-20982-g281faff

Marc Delisle lem9 at users.sourceforge.net
Thu Oct 13 19:01:21 CEST 2011


The branch, master has been updated
       via  281faff4b2320980ce912862517981f575af4938 (commit)
      from  c84dcb69c3173bae243f8cab08a5196209ce45a5 (commit)


- Log -----------------------------------------------------------------
commit 281faff4b2320980ce912862517981f575af4938
Author: Marc Delisle <marc at infomarc.info>
Date:   Thu Oct 13 12:59:59 2011 -0400

    As suggested by Michal

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

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

diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php
index c34bd1d..6f3cba4 100644
--- a/libraries/tbl_properties.inc.php
+++ b/libraries/tbl_properties.inc.php
@@ -560,10 +560,7 @@ unset($_form_params);
 if ($action == 'tbl_create.php') {
     ?>
     <table>
-        <tr valign="top">
-            <th><?php echo __('Table name'); ?>: </th>
-        </tr>
-        <tr><td><input type="text" name="table" size="40" maxlength="80"
+        <tr><td><?php echo __('Table name'); ?>: <input type="text" name="table" size="40" maxlength="80"
                 value="<?php echo (isset($_REQUEST['table']) ? htmlspecialchars($_REQUEST['table']) : ''); ?>"
                 class="textfield" />
             </td>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list