Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ccb4b0a9
authored
2011-03-25 14:16:22 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changes the tab label and the page heading
1 parent
70c8d32c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
com/UserManager/views/edit_user.php
com/UserManager/views/edit_user_payhistory.php
com/UserManager/views/edit_user.php
View file @
ccb4b0a
...
...
@@ -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'
];
?>
§ion=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'
];
?>
§ion=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'
];
?>
§ion=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'
];
?>
§ion=notes"
>
Admin Notes
</a>
</div>
</div>
...
...
com/UserManager/views/edit_user_payhistory.php
View file @
ccb4b0a
...
...
@@ -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; ?>
...
...
Please
register
or
sign in
to post a comment