mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
Added selectable num of records on each listing page, fixed up Pagination Records UI, added new stripe library, further worked on stripe integration, fixed mispelling in client details
This commit is contained in:
30
test_noclients.php
Normal file
30
test_noclients.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php include("header.php"); ?>
|
||||
|
||||
<div class="row justify-content-md-center">
|
||||
<div class="col-md-5">
|
||||
<div class="card mt-5">
|
||||
<div class="card-body bg-light text-center">
|
||||
<h2 class="mb-3">Hey! Wheres the party?</h2>
|
||||
<i class="far fa-fw fa-4x fa-frown-open mb-3"></i>
|
||||
<h4 class="mb-4">why not invite someone over?</h4>
|
||||
<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#addClientModal"><i class="fas fa-fw fa-plus"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-md-center">
|
||||
<div class="col-md-5">
|
||||
<div class="card mt-5">
|
||||
<div class="card-body bg-light text-center">
|
||||
<h2 class="mb-3">We don't know where we're going?</h2>
|
||||
<i class="far fa-fw fa-4x fa-frown-open mb-3"></i>
|
||||
<h4 class="mb-4">why not invite someone over?</h4>
|
||||
<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#addClientModal"><i class="fas fa-fw fa-plus"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("add_client_modal.php"); ?>
|
||||
<?php include("footer.php"); ?>
|
||||
Reference in New Issue
Block a user