Skip to content

Commit e134414

Browse files
author
Stephen
committed
add config var for height
1 parent 3dba931 commit e134414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/setup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
//$page_def[] = config_add_boolean_select('pdf_export_debug', $lang['pdf_exportdebug']);
2323
$page_def[] = config_add_text_input('pdf_export_logo_url', $lang["pdf_export_logo_url"]);
2424
$page_def[] = config_add_text_input('pdf_export_imagesizeid', $lang["pdf_export_imagesizeid"]);
25+
$page_def[] = config_add_text_input('pdf_export_imgheight', $lang["pdf_export_imgheight"]);
2526

2627
$pdf_export_full_fields_options=array();
2728
$allfields = sql_query('SELECT ref, title FROM resource_type_field;');

0 commit comments

Comments
 (0)