mirror of https://github.com/itflow-org/itflow
Add new ticket button on portal home page
This commit is contained in:
parent
fdcabbcb14
commit
63923290cc
|
|
@ -26,7 +26,12 @@ require_once("inc_portal.php");
|
|||
<h4>Welcome, <strong><?php echo $session_contact_name ?></strong>!</h4>
|
||||
<hr>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="col-md-2 offset-1">
|
||||
<a href="ticket_add.php" class="btn btn-primary btn-block">New ticket</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php require_once("portal_footer.php"); ?>
|
||||
<?php require_once("portal_footer.php"); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue