Slight UI change to permission templates

merge-requests/2/head
Mike Koch 9 years ago
parent c53ab310c0
commit ec7e21cf54

@ -96,19 +96,22 @@ while ($row = hesk_dbFetchAssoc($res)) {
}
?>
<div class="row move-down-20">
<div class="col-md-10 col-md-offset-1">
<h3><?php echo $hesklang['manage_permission_templates']; ?>
<i class="fa fa-question-circle settingsquestionmark" data-toggle="tooltip" data-placement="right"
title="<?php echo $hesklang['manage_permission_templates_help']; ?>"></i>
</h3>
<div class="footerWithBorder blankSpace"></div>
<div class="col-md-12">
<?php
hesk_handle_messages();
?>
<a href="#" data-toggle="modal" data-target="#modal-template-new" class="btn btn-success">
<div class="panel panel-default">
<div class="panel-heading">
<h4><?php echo $hesklang['manage_permission_templates']; ?>
<i class="fa fa-question-circle settingsquestionmark" data-toggle="tooltip" data-placement="right"
title="<?php echo $hesklang['manage_permission_templates_help']; ?>"></i>
<span class="nu-floatRight panel-button">
<a href="#" data-toggle="modal" data-target="#modal-template-new" class="btn btn-success nu-floatRight">
<i class="fa fa-plus-circle"></i> <?php echo $hesklang['create_new_template']; ?>
</a>
</span>
</h4>
</div>
<table class="table table-striped">
<thead>
<th><?php echo $hesklang['name']; ?></th>
@ -154,6 +157,7 @@ while ($row = hesk_dbFetchAssoc($res)) {
</tbody>
</table>
</div>
</div>
</div>
<?php
foreach ($templates as $template) {

Loading…
Cancel
Save