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
3c508f67
authored
2011-02-15 19:13:18 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added company type in HTML
1 parent
51bd97bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
com/HTML/HTML.php
com/UserManager/views/edit_user_cehours.php
com/HTML/HTML.php
View file @
3c508f6
...
...
@@ -278,6 +278,23 @@ class Vars {
,
'Prof.'
=>
'Prof.'
);
public
static
$company_types
=
Array
(
'advisory_firm'
=>
"Advisory Firm"
,
'litigation_firm'
=>
"Litigation Firm"
,
'venture_capital_firm'
=>
"Venture Capital Firm"
,
'public_practice'
=>
"Public Practice"
,
'government'
=>
"Government"
,
''
=>
"None"
,
'accounting_firm'
=>
"Accounting Firm"
,
'special_valuation'
=>
"Special Valuation"
,
'investment_bank'
=>
"Investment Bank"
,
'academia'
=>
"Academia"
,
'financial_institution'
=>
"Financial Institution"
,
'pension_fund_co'
=>
"Pension Fund Management Company"
,
'mutual_fund_co'
=>
"Mutual Fund Management Company"
,
'merchant_bank'
=>
"Merchant Bank"
);
public
static
$countries
=
Array
(
'CA'
=>
'Canada'
,
'US'
=>
'United States'
...
...
com/UserManager/views/edit_user_cehours.php
View file @
3c508f6
...
...
@@ -17,7 +17,6 @@ $uid = $_GET['uid'];
CBV\load
(
'CEHours'
);
$cehours
=
CEHours\get_user_cehours
(
$uid
);
?>
<div
style=
"padding:10px 10px 0px 10px; min-width:760px;"
>
<h2
style=
"margin-bottom:10px;padding-bottom:0px;"
>
Continuing Education Hours...
<a
href=
"/wp-admin/admin-ajax.php?ajax=yes&post_action=create&action=build_cehour_form&uid=
<?php
echo
$uid
?>
&indexed=0"
id=
"admin_add_new_cehours"
class=
"button add-new-h2"
>
Add New
</a></h2>
...
...
Please
register
or
sign in
to post a comment