PDF Pages: Allow to choose between Landscape and Portrait for Datadict.
Added one pt above and below text for rowheight in datadict
This commit is contained in:
@@ -520,7 +520,12 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
|
||||
<input type="checkbox" name="all_tab_same_wide" id="all_tab_same_wide" />
|
||||
<label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?></label> <br />
|
||||
<input type="checkbox" name="with_doc" id="with_doc" checked="checked" />
|
||||
<label for="with_doc"><?php echo $strDataDict; ?></label>
|
||||
<label for="with_doc"><?php echo $strDataDict; ?></label> <br />
|
||||
<?php echo $strShowDatadictAs; ?>
|
||||
<select name="orientation">
|
||||
<option value="L"><?php echo $strLandscape;?></option>
|
||||
<option value="P"><?php echo $strPortrait;?></option>
|
||||
</select>
|
||||
<input type="submit" value="<?php echo $strGo; ?>" />
|
||||
</form>
|
||||
</li>
|
||||
@@ -545,4 +550,4 @@ echo "\n" . '</ul>';
|
||||
*/
|
||||
echo "\n";
|
||||
require('./footer.inc.php3');
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user