Add some space in the reboot/reconf/shutdown panel
This commit is contained in:
parent
6d3f8f48c2
commit
f6fe2216a0
@ -20,16 +20,15 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
%= $c->render_to_string(inline => $c->l('rbo_DESCRIPTION'))
|
%= $c->render_to_string(inline => $c->l('rbo_DESCRIPTION'))
|
||||||
<br>
|
<br><br>
|
||||||
|
|
||||||
<span class=label>
|
<span class=label>
|
||||||
%=l 'rbo_LABEL_REBOOT'
|
%=l 'rbo_LABEL_REBOOT'
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class=data>
|
<span class=data>
|
||||||
%= select_field 'function' => $c->rebootFunction_list()
|
%= select_field 'function' => $c->rebootFunction_list()
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p><br>
|
||||||
|
|
||||||
%= submit_button "$btn", class => 'action'
|
%= submit_button "$btn", class => 'action'
|
||||||
|
|
||||||
@ -38,4 +37,4 @@
|
|||||||
%= hidden_field 'debug' => '1'
|
%= hidden_field 'debug' => '1'
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
%end
|
%end
|
Loading…
Reference in New Issue
Block a user