mirror of https://github.com/itflow-org/itflow
Use Plus icon for Adding tickets to Projects
This commit is contained in:
parent
e1312b29e5
commit
1e85b56d2a
|
|
@ -92,7 +92,7 @@ if (isset($_GET['project_template_id'])) {
|
|||
<div class="col-sm-2">
|
||||
<div class="btn-group float-right">
|
||||
<button type="button" class="btn btn-primary btn-sm" href="#" data-toggle="modal" data-target="#addProjectTemplateTicketTemplateModal">
|
||||
<i class="fas fa-fw fa-life-ring mr-2"></i>Add Ticket Template
|
||||
<i class="fas fa-fw fa-plus mr-2"></i>Add Ticket Template
|
||||
</button>
|
||||
<div class="dropdown dropleft text-center ml-3">
|
||||
<button class="btn btn-secondary btn-sm" type="button" id="dropdownMenuButton" data-toggle="dropdown">
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ if (isset($_GET['project_id'])) {
|
|||
</a>
|
||||
<?php } else { ?>
|
||||
<button type="button" class="btn btn-primary btn-sm" href="#" data-toggle="modal" data-target="#addProjectTicketModal">
|
||||
<i class="fas fa-fw fa-life-ring mr-2"></i>Add Ticket
|
||||
<i class="fas fa-fw fa-plus mr-2"></i>Add Ticket
|
||||
</button>
|
||||
<?php } ?>
|
||||
<div class="dropdown dropleft text-center ml-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue