Page 1 of 1

How to remove this?

Posted: Thu Sep 17, 2009 8:58 am
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

Posted: Thu Sep 17, 2009 9:04 am
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"

Posted: Thu Sep 17, 2009 9:18 am
by hollandsedrop
Thanks Klemen.