ccb4b0a9 by Kevin Burton

changes the tab label and the page heading

1 parent 70c8d32c
...@@ -83,7 +83,7 @@ use Exception, StdClass; ...@@ -83,7 +83,7 @@ use Exception, StdClass;
83 <?php if ($role=="member"): ?> 83 <?php if ($role=="member"): ?>
84 <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> 84 <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>
85 <?php endif; ?> 85 <?php endif; ?>
86 <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> 86 <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>
87 <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> 87 <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>
88 </div> 88 </div>
89 </div> 89 </div>
......
...@@ -15,7 +15,7 @@ use Exception, StdClass; ...@@ -15,7 +15,7 @@ use Exception, StdClass;
15 use WP_User; 15 use WP_User;
16 ?> 16 ?>
17 <div style="padding:10px 10px 0px 10px; min-width:760px;position:relative;"> 17 <div style="padding:10px 10px 0px 10px; min-width:760px;position:relative;">
18 <h2 style="margin-bottom:10px;padding-bottom:0px;">Users' Payment History... 18 <h2 style="margin-bottom:10px;padding-bottom:0px;">Users' Invoice/Receipts...
19 <?php if (!isset($_GET['view'])):?> 19 <?php if (!isset($_GET['view'])):?>
20 <a href="#" class="button add-new-h2" id="creditNotBtn">Create new Invoice/Credit Note</a> 20 <a href="#" class="button add-new-h2" id="creditNotBtn">Create new Invoice/Credit Note</a>
21 <?php endif; ?> 21 <?php endif; ?>
......