Skip to content
Snippets Groups Projects
Commit 6e45dd0e authored by jdelhome3578's avatar jdelhome3578 Committed by Peter Rotich
Browse files

Add max_open_tickets error message

parent f3c7f34a
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,9 @@ if(!($maxfileuploads=ini_get('max_file_uploads'))) ...@@ -166,7 +166,9 @@ if(!($maxfileuploads=ini_get('max_file_uploads')))
<td><?php echo __('Maximum <b>Open</b> Tickets');?>:</td> <td><?php echo __('Maximum <b>Open</b> Tickets');?>:</td>
<td> <td>
<input type="text" name="max_open_tickets" size=4 value="<?php echo $config['max_open_tickets']; ?>"> <input type="text" name="max_open_tickets" size=4 value="<?php echo $config['max_open_tickets']; ?>">
<?php echo __('per end user'); ?> <i class="help-tip icon-question-sign" href="#maximum_open_tickets"></i> <?php echo __('per end user'); ?>
<span class="error">*&nbsp;<?php echo $errors['max_open_tickets']; ?></span>
<i class="help-tip icon-question-sign" href="#maximum_open_tickets"></i>
</td> </td>
</tr> </tr>
<tr> <tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment