14 lines
478 B
HTML
14 lines
478 B
HTML
<div id='refresh_panel'>
|
|
<div class="panel" >
|
|
$_('Auto refresh:')
|
|
$if getcookie('auto_refresh') == '1':
|
|
($getcookie('auto_refresh_secs')) $_('seconds'))
|
|
$:render.part_button('GET', '/refresh/set', _('Set'), 'tango/preferences-system.png')
|
|
$:render.part_button('POST', '/refresh/off', _('Disable'), 'tango/process-stop.png')
|
|
$else:
|
|
$_('Off')
|
|
$:render.part_button('POST', '/refresh/on', _('Enable'), 'tango/view-refresh.png')
|
|
$#end
|
|
</div>
|
|
</div>
|