Styling fix for autorefresh

merge-requests/28/head
Mike Koch 8 years ago
parent 9b2c6d08be
commit abedb2269a

@ -70,12 +70,13 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
</div> </div>
</div> </div>
<div class="box-body"> <div class="box-body">
<div class="checkbox">
<label> <label>
<input type="checkbox" onclick="toggleAutoRefresh(this);" id="reloadCB"> <input type="checkbox" onclick="toggleAutoRefresh(this);" id="reloadCB">
<?php echo $hesklang['arp']; ?> <?php echo $hesklang['arp']; ?>
<span id="timer"></span> <span id="timer"></span>
</label> </label>
</div>
<script type="text/javascript">heskCheckReloading();</script> <script type="text/javascript">heskCheckReloading();</script>
<?php <?php
/* Print the list of tickets */ /* Print the list of tickets */

Loading…
Cancel
Save