Adding history to modal

master
Mike Koch 6 years ago
parent ad63bcac02
commit 401e335e5f
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -334,6 +334,13 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
</div>
<form id="edit-form" class="form-horizontal" data-toggle="validator">
<div class="modal-body">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#edit-contents" aria-controls="home" role="tab" data-toggle="tab">Information [!]</a></li>
<li role="presentation"><a href="#edit-history" aria-controls="profile" role="tab" data-toggle="tab">History [!]</a></li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="edit-contents">
<br>
<div class="row">
<div class="col-md-12">
<div class="form-group">
@ -478,6 +485,26 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="edit-history">
<br>
<table class="table table-striped">
<thead>
<tr>
<th>Date[!]</th>
<th>Description[!]</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018-01-24</td>
<td>Description</td>
</tr>
</tbody>
</table>
<p>Fill this in</p>
</div>
</div>
</div>
<div class="modal-footer">
<input type="hidden" name="id">
<div class="btn-group">

Loading…
Cancel
Save