2.3 MOD - Must select a category wenn submitting

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

2.3 MOD - Must select a category wenn submitting

Post by lupolo »

all fame goes to Klemmen:

index.php

Directly undernead code: (line 179)

Code: Select all

<td width="80%"><select name="category" <?php if (in_array('category',$_SESSION['iserror'])) {echo ' class="isError" ';} ?> >
Put:

Code: Select all

<option value=""><?php echo $hesklang['selectcat']; ?></option>
and put a extra line in your translation:

Code: Select all

$hesklang['selectcat']='Make your choice';
Post Reply