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
ac96527b
authored
2010-12-23 15:14:04 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add tax exempt in user admin manager
1 parent
29b266f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
com/UserManager/views/edit_user_overview.php
com/UserManager/views/edit_user_overview.php
View file @
ac96527
...
...
@@ -223,6 +223,10 @@ unset($rc, $roles['administrator']);
<td
width=
"20"
><input
type=
"checkbox"
id=
"status_educational"
name=
"special_status[]"
value=
"status_educational"
<?php
search_special_status
(
'status_educational'
);
?>
/></td>
<td><label
for=
"status_educational"
>
Educational status
</label></td>
</tr>
<tr>
<td
width=
"20"
><input
type=
"checkbox"
id=
"tax_exempt"
name=
"special_status[]"
value=
"tax_exempt"
<?php
search_special_status
(
'tax_exempt'
);
?>
/></td>
<td><label
for=
"tax_exempt"
>
Tax Exemption
</label></td>
</tr>
</tbody>
</table>
<div
style=
"clear:both;"
></div>
...
...
Please
register
or
sign in
to post a comment