Cleanup for AdminLTE
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
% layout 'default', title => "Sme server 2 - reboot";
|
||||
% layout 'AdminLTE', title => "Sme server 2 - reboot";
|
||||
|
||||
% content_for 'module' => begin
|
||||
|
||||
<div id="" class="">
|
||||
|
||||
%if (config->{debug} == 1) {
|
||||
<p>
|
||||
(DBG)route: <%= $c->current_route %><br>
|
||||
</p>
|
||||
<p>
|
||||
(DBG)route: <%= $c->current_route %><br>
|
||||
</p>
|
||||
%}
|
||||
|
||||
<h1><%= $title %></h1>
|
||||
@@ -15,22 +15,22 @@
|
||||
|
||||
%= $modul
|
||||
|
||||
<% my $btn = l('PERFORM'); %>
|
||||
<% my $btn = l('PERFORM'); %>
|
||||
%= form_for 'reboot' => (method => 'POST') => begin
|
||||
|
||||
<p>
|
||||
<p>
|
||||
%= $c->render_to_string(inline => $c->l('rbo_DESCRIPTION'))
|
||||
<br><br>
|
||||
|
||||
<span class="">
|
||||
%=l 'rbo_LABEL_REBOOT'
|
||||
</span>
|
||||
<span class="">
|
||||
%= select_field 'function' => $c->rebootFunction_list()
|
||||
</span>
|
||||
</p><br>
|
||||
<span class="">
|
||||
%=l 'rbo_LABEL_REBOOT'
|
||||
</span>
|
||||
<span class="">
|
||||
%= select_field 'function' => $c->rebootFunction_list()
|
||||
</span>
|
||||
</p><br>
|
||||
|
||||
%= submit_button "$btn", class => ""
|
||||
%= submit_button "$btn", class => ""
|
||||
|
||||
% end
|
||||
|
||||
|
Reference in New Issue
Block a user