diff options
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc.php | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 32374057..d0ec02a5 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -903,7 +903,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; </font> </td> - <td colspan=1 bgcolor=FFFFFF align=center valign=top width=15%> + <td colspan=2 bgcolor=FFFFFF align=center valign=top width=15%> <font face="Arial,Helvetica" size=2> <? if(check_right("Service","R",0)) @@ -922,26 +922,6 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; </font> </td> - <td colspan=1 bgcolor=FFFFFF align=center valign=top width=15%> - <font face="Arial,Helvetica" size=2> -<? - if(check_right("Helpdesk","R",0)) - { - echo "<a href=\"helpdesk.php\">"; - } - if($page["file"]=="helpdesk.php") - { - echo "<b>[IT HELPDESK]</b></a>"; - } - else - { - echo "IT HELPDESK</a>"; - } -?> - </font> - </td> - </tr> - <tr> <td colspan=2 bgcolor=FFFFFF align=center valign=top width=15%> <font face="Arial,Helvetica" size=2> @@ -1187,25 +1167,6 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; </font> </td> - <td colspan=1 bgcolor=FFFFFF align=center valign=top width=15%> - <font face="Arial,Helvetica" size=2> -<? - if(check_right("Helpdesk","U",0)) - { - echo "<a href=\"helpdesk.php\">"; - } - if($page["file"]=="helpdesk.php") - { - echo "<b>[IT HELPDESK]</b></a>"; - } - else - { - echo "IT HELPDESK</a>"; - } -?> - </font> - </td> - </tr> <? // THird row |
