pdf erstellung aufhrbung der 50 Personen Grenze
This commit is contained in:
@@ -34,6 +34,7 @@ if ($canManageSettings) {
|
||||
'negative_warning_cents' => -abs(saas_parse_money_cents($_POST['negative_warning'] ?? '') ?? 0),
|
||||
'pdf_show_empty_rows' => !empty($_POST['pdf_show_empty_rows']) ? 1 : 0,
|
||||
'pdf_split_mode' => $_POST['pdf_split_mode'] ?? 'drinking_behavior',
|
||||
'pdf_row_height_px' => $_POST['pdf_row_height_px'] ?? 16,
|
||||
];
|
||||
}
|
||||
} else {
|
||||
@@ -127,6 +128,10 @@ include 'nav.php';
|
||||
<option value="alphabetical" <?php echo $settings['pdf_split_mode'] === 'alphabetical' ? 'selected' : ''; ?>>Alphabetisch</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-6 col-12-small">
|
||||
<label for="pdf_row_height_px">Zeilenhöhe im Ausdruck (10–60px)</label>
|
||||
<input type="number" name="pdf_row_height_px" id="pdf_row_height_px" min="10" max="60" value="<?php echo saas_html($settings['pdf_row_height_px']); ?>" required>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="actions">
|
||||
<li><button type="submit">Speichern</button></li>
|
||||
|
||||
Reference in New Issue
Block a user