Missed some content
This commit is contained in:
parent
de6136bf26
commit
1fa8e19f98
@ -258,9 +258,8 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="autoRefresh" class="col-sm-3 control-label">Ticket Table Auto-Refresh:</label>
|
<label for="autoRefresh" class="col-sm-3 control-label"><?php echo $hesklang['ticket_auto_refresh']; ?></label>
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<!-- TODO Contentify the text -->
|
|
||||||
<input type="text" class="form-control" id="autorefresh" name="autorefresh" value="<?php echo $_SESSION['new']['autorefresh']; ?>">
|
<input type="text" class="form-control" id="autorefresh" name="autorefresh" value="<?php echo $_SESSION['new']['autorefresh']; ?>">
|
||||||
<span class="help-block"><?php echo $hesklang['autorefresh_restrictions']; ?></span>
|
<span class="help-block"><?php echo $hesklang['autorefresh_restrictions']; ?></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -22,6 +22,7 @@ $hesklang['_COLLATE']='utf8_unicode_ci';
|
|||||||
$hesklang['EMAIL_HR']='------ Reply above this line ------';
|
$hesklang['EMAIL_HR']='------ Reply above this line ------';
|
||||||
|
|
||||||
// ADDED OR MODIFIED IN NuMods 1.5.0
|
// ADDED OR MODIFIED IN NuMods 1.5.0
|
||||||
|
$hesklang['ticket_auto_refresh'] = 'Ticket Table Auto-Refresh:';
|
||||||
$hesklang['display_rtl'] = 'Display site right-to-left';
|
$hesklang['display_rtl'] = 'Display site right-to-left';
|
||||||
$hesklang['show_icons_navigation'] = 'Show icons on navigation bar';
|
$hesklang['show_icons_navigation'] = 'Show icons on navigation bar';
|
||||||
$hesklang['enable_maintenance'] = 'Enable maintenance mode';
|
$hesklang['enable_maintenance'] = 'Enable maintenance mode';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user