[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_6RC1-8911-g35c4fc3

Marc Delisle lem9 at users.sourceforge.net
Sat Aug 28 14:45:52 CEST 2010


The branch, master has been updated
       via  35c4fc35ee4b495876cb07ecbd4b8eae133260f4 (commit)
      from  c0482e135b3a01ede5328ee8fbeb920e1345f3a2 (commit)


- Log -----------------------------------------------------------------
commit 35c4fc35ee4b495876cb07ecbd4b8eae133260f4
Author: Marc Delisle <marc at infomarc.info>
Date:   Sat Aug 28 08:45:29 2010 -0400

    put back lost feature: changing paper size or orientation changes the scratchboard (todo: improve the interface to show that these are not only related to the Display dialog)

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

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

diff --git a/libraries/schema/User_Schema.class.php b/libraries/schema/User_Schema.class.php
index 3139b0a..ebf9770 100644
--- a/libraries/schema/User_Schema.class.php
+++ b/libraries/schema/User_Schema.class.php
@@ -392,13 +392,13 @@ class PMA_User_Schema
             <label for="with_doc"><?php echo __('Data Dictionary'); ?></label><br />
             <input type="checkbox" name="show_keys" id="show_keys" />
             <label for="show_keys"><?php echo __('Only show keys'); ?></label><br />
-            <select name="orientation" id="orientation_opt">
+            <select name="orientation" id="orientation_opt" onchange="refreshDragOption('pdflayout');" >
                 <option value="L"><?php echo __('Landscape');?></option>
                 <option value="P"><?php echo __('Portrait');?></option>
             </select>
             <label for="orientation_opt"><?php echo __('Orientation'); ?></label>
             <br />
-            <select name="paper" id="paper_opt">
+            <select name="paper" id="paper_opt" onchange="refreshDragOption('pdflayout');">
                 <?php
                 foreach ($cfg['PDFPageSizes'] as $key => $val) {
                         echo '<option value="' . $val . '"';


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list