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:
Mike Beck
2002-12-06 17:39:43 +00:00
parent c10eb1bf5b
commit d027078e2c
93 changed files with 307 additions and 15 deletions

View File

@@ -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>
&nbsp;&nbsp;<input type="submit" value="<?php echo $strGo; ?>" />
</form>
</li>
@@ -545,4 +550,4 @@ echo "\n" . '</ul>';
*/
echo "\n";
require('./footer.inc.php3');
?>
?>