Skip to content

Commit

Permalink
Technician Recode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Clark authored and Ray Clark committed Mar 5, 2015
1 parent 8f88b87 commit 283d93f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
10 changes: 5 additions & 5 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
$actionRows[$actionCount]["name"]="Create Issue" ; //The name of the action (appears to user in the right hand side module menu)
$actionRows[$actionCount]["precedence"]="0" ; //If it is a grouped action, the precedence controls which is highest action in group
$actionRows[$actionCount]["category"]="" ; //Optional: subgroups for the right hand side module menu
$actionRows[$actionCount]["description"]="Submits an IT related issue to be resolved by the help desk staff" ; //Text description
$actionRows[$actionCount]["description"]="Allows the user to submit an issue to be resolved by the help desk staff." ; //Text description
$actionRows[$actionCount]["URLList"]="issues_create.php" ;
$actionRows[$actionCount]["entryURL"]="issues_create.php" ;
$actionRows[$actionCount]["defaultPermissionAdmin"]="Y" ; //Default permission for built in role Admin
Expand All @@ -103,7 +103,7 @@
$actionRows[$actionCount]["name"]="Issues" ;
$actionRows[$actionCount]["precedence"]="0" ;
$actionRows[$actionCount]["category"]="" ;
$actionRows[$actionCount]["description"]= "Shows issues depending on role/permissions." ;
$actionRows[$actionCount]["description"]= "Gives the user access to the Issues Tab." ;
$actionRows[$actionCount]["URLList"]="issues_view.php" ;
$actionRows[$actionCount]["entryURL"]="issues_view.php" ;
$actionRows[$actionCount]["defaultPermissionAdmin"]="Y" ;
Expand All @@ -120,7 +120,7 @@
$actionRows[$actionCount]["name"]="Help Desk Settings" ;
$actionRows[$actionCount]["precedence"]="0" ;
$actionRows[$actionCount]["category"]="" ;
$actionRows[$actionCount]["description"]="Edit the settings for the module" ;
$actionRows[$actionCount]["description"]="Allows the user to edit the settings for the module" ;
$actionRows[$actionCount]["URLList"]="helpDesk_settings.php" ;
$actionRows[$actionCount]["entryURL"]="helpDesk_settings.php" ;
$actionRows[$actionCount]["defaultPermissionAdmin"]="Y" ;
Expand All @@ -137,7 +137,7 @@
$actionRows[$actionCount]["name"]="Manage Technicians" ;
$actionRows[$actionCount]["precedence"]="0" ;
$actionRows[$actionCount]["category"]="" ;
$actionRows[$actionCount]["description"]="Manage Technicians." ;
$actionRows[$actionCount]["description"]="Allows the user to manage the Technicians." ;
$actionRows[$actionCount]["URLList"]="issues_manage_technicians.php" ;
$actionRows[$actionCount]["entryURL"]="issues_manage_technicians.php" ;
$actionRows[$actionCount]["defaultPermissionAdmin"]="Y" ;
Expand All @@ -154,7 +154,7 @@
$actionRows[$actionCount]["name"]="Manage Technician Groups" ;
$actionRows[$actionCount]["precedence"]="0" ;
$actionRows[$actionCount]["category"]="" ;
$actionRows[$actionCount]["description"]="Manage Technician Groups." ;
$actionRows[$actionCount]["description"]="Allows the user to manage the Technicians Groups." ;
$actionRows[$actionCount]["URLList"]="helpDesk_manageTechnicianGroup.php" ;
$actionRows[$actionCount]["entryURL"]="helpDesk_manageTechnicianGroup.php" ;
$actionRows[$actionCount]["defaultPermissionAdmin"]="Y" ;
Expand Down
22 changes: 0 additions & 22 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,5 @@
$moduleVersion="0.3.00" ;

/*
. ,.
T."-._..---.._,-"/|
l|"-. _.v._ (" |
[l /.'_ \; _~"-.`-t
Y " _(o} _{o)._ ^.|
j T ,-<v>-. T ]
\ l ( /-^-\ ) ! !
\. \. "~" ./ /c-..,__
^r- .._ .- .-" `- . ~"--.
> \. \
] ^. \
3 . "> . Y -Row
,.__.--._ _j \ ~ . ; |
( ~"-._~"^._\ ^. ^._ I . l
"-._ ___ ~"-,_7 .Z-._ 7" Y ; \ _
/" "~-(r r _/_--._~-/ / /,.--^-._ / Y
"-._ '"~~~>-._~]>--^---./____,.^~ ^.^ !
~--._ ' Y---. \./
~~--._ l_ ) \
~-._~~~---._,____..--- \
~----"~ \
\
*/
?>

0 comments on commit 283d93f

Please sign in to comment.