diff --git a/CHANGEDB.php b/CHANGEDB.php index 172134d..7a363e6 100644 --- a/CHANGEDB.php +++ b/CHANGEDB.php @@ -113,4 +113,10 @@ UPDATE gibbonModule SET url='https://github.com/raynichc/helpdesk' WHERE name='Help Desk';end " ; +//v0.3.05 +$count++; +$sql[$count][0]="0.3.05" ; +$sql[$count][1]=" +" ; + ?> diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 44cecf9..cecf68c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -125,4 +125,9 @@ Fixed one permission having the wrong URL. v0.3.04 ------- Fixed helpDesk_setTechGroup.php not having the technicians group as a default. -Changed some icons to others to fit the theme of the rest of gibbon. \ No newline at end of file +Changed some icons to others to fit the theme of the rest of gibbon. + +v0.3.05 +------- +Added row coloring to tables to fit with the rest of gibbon. +Allowed Resolved issues to be viewed. \ No newline at end of file diff --git a/helpDesk_manageTechnicianGroup.php b/helpDesk_manageTechnicianGroup.php index a3f9abe..3094e02 100644 --- a/helpDesk_manageTechnicianGroup.php +++ b/helpDesk_manageTechnicianGroup.php @@ -95,8 +95,14 @@ print "" . _('Create') . ""; print "" ; if (! $result->rowcount() == 0){ + $rowCount = 0; while($row=$result->fetch()){ - print "
" ;
-
+ if($array2[0]["issueStatus"]!="Resolved") {
print " " ;
print "" . _('Refresh') . " " . _('Add') . " " ;
if(getPermissionValue($connection2, $_SESSION[$guid]["gibbonPersonID"], "resolveIssue")) { print "" . _('Resolve'); }
print "";
print " " ;
-
+ }
if ($result3->rowCount()==0){
print "" ;
print _("There are no records to display.");
diff --git a/issues_view.php b/issues_view.php
index 57c7e4c..8dbbf8b 100644
--- a/issues_view.php
+++ b/issues_view.php
@@ -331,7 +331,7 @@
print "";
print "" . _('Create ') . "";
print " " ;
- print " |