#22 Now new tickets can be created, even with multiple pages

This commit is contained in:
Mike Koch 2014-07-23 19:43:43 -04:00
parent 6dac91ede5
commit 2964ba6975

View File

@ -174,6 +174,13 @@ if ($total > 0)
}
echo '</p>';
echo '
<div>
<div align="center" style="float: left"></div>
<div align="right" style="text-align: right">
<a href="new_ticket.php">'.$hesklang['nti'].'</a>
</div>
</div>';
} // end PAGES > 1
else