1316e75171
Update modal content to Bootstrap 5 styling and API: - Replace Bootstrap 2 modal-header structure with Bootstrap 5 - Update close button from 'close' class to 'btn-close' - Replace 'data-dismiss' with 'data-bs-dismiss' - Modernize form classes: control-group → mb-3, span12 → form-control - Update form labels to use 'form-label' class - Add 'form-select' class to select dropdown - Update JavaScript to use Bootstrap 5 Modal.getInstance() API - Add preventDefault() to button click handlers The modal now properly loads and displays in Bootstrap 5 with modern form styling and correct modal dismissal behavior. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>