Move some arrays out of load global settings and into their own entity

This commit is contained in:
johnnyq
2026-04-05 12:00:56 -04:00
parent fae74a8b1e
commit b79a6c390e
9 changed files with 98 additions and 39 deletions

View File

@@ -13,8 +13,18 @@ $software_type = nullable_htmlentities($row['software_template_type']);
$software_license_type = nullable_htmlentities($row['software_template_license_type']);
$software_notes = nullable_htmlentities($row['software_template_notes']);
// Generate the HTML form content using output buffering.
$license_types_array = array (
'Device',
'User',
'Site',
'Concurrent',
'Trial',
'Perpetual',
'Usage-based'
);
ob_start();
?>
<div class="modal-header bg-dark">