Brian Read 8a1922f932 * Tue Mar 25 2025 Brian Read <brianr@koozali.org> 0.1.4-4.sme
- New version for AdminLTE integration with no class or ids
2025-03-25 17:40:59 +00:00

40 lines
672 B
Plaintext

% layout 'default', title => "Sme server 2 - reboot";
% content_for 'module' => begin
<div id="" class="">
%if (config->{debug} == 1) {
<p>
(DBG)route: <%= $c->current_route %><br>
</p>
%}
<h1><%= $title %></h1>
<br>
%= $modul
<% my $btn = l('PERFORM'); %>
%= form_for 'reboot' => (method => 'POST') => begin
<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>
%= submit_button "$btn", class => ""
% end
%= hidden_field 'debug' => '1'
</div>
%end