Update views/DashboardView.php
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body data-categories='<?php echo json_encode($categories); ?>' data-types='<?php echo json_encode($types); ?>'>
|
<body data-categories='<?php echo json_encode($categories); ?>' data-types='<?php echo json_encode($types); ?>'>
|
||||||
<div class="dashboard-header">
|
<div class="dashboard-header">
|
||||||
<h1>Tinker Tickets Test</h1>
|
<h1>Tinker Tickets</h1>
|
||||||
<button onclick="window.location.href='<?php echo $GLOBALS['config']['BASE_URL']; ?>/ticket/create'" class="btn create-ticket">New Ticket</button> </div>
|
<button onclick="window.location.href='<?php echo $GLOBALS['config']['BASE_URL']; ?>/ticket/create'" class="btn create-ticket">New Ticket</button> </div>
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
<form method="GET" action="" class="search-form">
|
<form method="GET" action="" class="search-form">
|
||||||
|
|||||||
Reference in New Issue
Block a user