Fix template priority field name and improve admin form styling
Template fixes: - Fixed column name mismatch: use 'default_priority' instead of 'priority' - Updated manage_templates.php API INSERT and UPDATE queries - Updated TemplatesView.php to use correct field name in PHP and JS CSS improvements for .setting-row: - Better flexbox layout with flex-wrap for responsiveness - Proper styling for inputs, selects, and textareas in setting rows - Labels now align to top (better for textareas) - Added focus states with amber glow effect - Improved checkbox styling within setting rows - Better mobile responsive behavior (stacked layout) - Updated cache version to 20260126a Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ticket Dashboard</title>
|
||||
<link rel="icon" type="image/png" href="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/images/favicon.png">
|
||||
<link rel="stylesheet" href="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/css/dashboard.css?v=20260124e">
|
||||
<link rel="stylesheet" href="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/css/dashboard.css?v=20260126a">
|
||||
<script src="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/js/ascii-banner.js"></script>
|
||||
<script src="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/js/toast.js"></script>
|
||||
<script src="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/js/markdown.js?v=20260124e"></script>
|
||||
|
||||
Reference in New Issue
Block a user