mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 05:07:46 +00:00
23 lines
No EOL
762 B
Smarty
23 lines
No EOL
762 B
Smarty
{% include "housekeeping/base/header.tpl" %}
|
|
<body>
|
|
{% set searchUsersActive = " active " %}
|
|
{% include "housekeeping/base/navigation.tpl" %}
|
|
<h1 class="mt-4">Transaction Item Lookup</h1>
|
|
{% include "housekeeping/base/alert.tpl" %}
|
|
<br>
|
|
{% include "housekeeping/transaction/search_results.tpl" %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
|
|
<script src="https://blackrockdigital.github.io/startbootstrap-simple-sidebar/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
<script>
|
|
$("#menu-toggle").click(function(e) {
|
|
e.preventDefault();
|
|
$("#wrapper").toggleClass("toggled");
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|
|
{% include "housekeeping/base/footer.tpl" %} |