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)
This commit is contained in:
@@ -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 . '"';
|
||||
|
Reference in New Issue
Block a user