Move filename/style options after the type-specific content fields
qrcode_options.php (foreground/background, style presets, frame text, filename/format/owner) was included at the top of every static QR type form, ahead of the actual content fields (address, phone number, vCard name, etc). Moved it to just before the submit button across all 16 static form templates, so the fields you actually came to fill in are first and the shared styling/filename options come after.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<form class="form" action="static_qrcode.php?type=wifi" method="post" id="static_form" enctype="multipart/form-data">
|
||||
<?php echo csrf_field(); ?>
|
||||
<?php include BASE_PATH.'/forms/qrcode_options.php'; ?>
|
||||
<!-- Input forms -->
|
||||
<div class="col-sm-12 mb-2">
|
||||
<div class="row">
|
||||
@@ -33,6 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include BASE_PATH.'/forms/qrcode_options.php'; ?>
|
||||
<div class="col-sm-12 mb-2">
|
||||
<div class="row">
|
||||
<div class="col-6 col-md-3">
|
||||
|
||||
Reference in New Issue
Block a user