ccb4b0a9 by Kevin Burton

changes the tab label and the page heading

1 parent 70c8d32c
......@@ -83,7 +83,7 @@ use Exception, StdClass;
<?php if ($role=="member"): ?>
<a id="cehours" class="nav-tab hide-if-no-js <?php echo ($section=="cehours") ? "nav-tab-active" : ""; ?>" href="/wp-admin/admin.php?page=cbv_users&action=edit&uid=<?php echo $_GET['uid']; ?>&section=cehours">Continuing Ed.</a>
<?php endif; ?>
<a id="payhistory" class="nav-tab hide-if-no-js <?php echo ($section=="payhistory") ? "nav-tab-active" : ""; ?>" href="/wp-admin/admin.php?page=cbv_users&action=edit&uid=<?php echo $_GET['uid']; ?>&section=payhistory">Payment History</a>
<a id="payhistory" class="nav-tab hide-if-no-js <?php echo ($section=="payhistory") ? "nav-tab-active" : ""; ?>" href="/wp-admin/admin.php?page=cbv_users&action=edit&uid=<?php echo $_GET['uid']; ?>&section=payhistory">Invoice/Receipts</a>
<a id="notes" class="nav-tab hide-if-no-js <?php echo ($section=="notes") ? "nav-tab-active" : ""; ?>" href="/wp-admin/admin.php?page=cbv_users&action=edit&uid=<?php echo $_GET['uid']; ?>&section=notes">Admin Notes</a>
</div>
</div>
......
......@@ -15,7 +15,7 @@ use Exception, StdClass;
use WP_User;
?>
<div style="padding:10px 10px 0px 10px; min-width:760px;position:relative;">
<h2 style="margin-bottom:10px;padding-bottom:0px;">Users' Payment History...
<h2 style="margin-bottom:10px;padding-bottom:0px;">Users' Invoice/Receipts...
<?php if (!isset($_GET['view'])):?>
<a href="#" class="button add-new-h2" id="creditNotBtn">Create new Invoice/Credit Note</a>
<?php endif; ?>
......