How to remove this?

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
hollandsedrop
Posts: 90
Joined: Tue Dec 30, 2008 11:29 am

How to remove this?

Post by hollandsedrop »

/*************************************
Title:
Version: 2.1
Author:
Demo:
Download:
Website:

Short description:


*************************************/

Hi,

How can I remove the marked areas in the image?

thanks...

http://img9.imageshack.us/img9/102/htrin.jpg
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You'll need to delete this code:

Code: Select all

    <p align="center"><select name="a">
    <option value="close" selected="selected"><?php echo $hesklang['close_selected']; ?></option>
    <option value="delete"><?php echo $hesklang['del_selected']; ?></option>
    </select><input type="submit" value="<?php echo $hesklang['execute']; ?>" class="orangebutton"  onmouseover="hesk_btn(this,'orangebuttonover');" onmouseout="hesk_btn(this,'orangebutton');" /></p>
So delete lines 356-359 in file "admin/find_tickets.php" and lines 303-306 in "inc/print_tickets.inc.php"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
hollandsedrop
Posts: 90
Joined: Tue Dec 30, 2008 11:29 am

Post by hollandsedrop »

Thanks Klemen.
Post Reply