mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Settings UI Tocuh ups
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
<?php include("settings-nav.php"); ?>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header bg-dark text-white">
|
||||
<h6 class="float-left mt-1"><i class="fa fa-fw fa-tag mr-2"></i>Ticket Settings</h6>
|
||||
<div class="card card-dark">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title"><i class="fa fa-fw fa-tag"></i> Ticket Settings</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form class="p-3" action="post.php" method="post" autocomplete="off">
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
|
||||
<div class="form-group">
|
||||
<label>Ticket Prefix</label>
|
||||
@@ -30,6 +30,7 @@
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<button type="submit" name="edit_ticket_settings" class="btn btn-primary">Save</button>
|
||||
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user