Edit template for controller - Refine params copy and bring DB opens up to spec with UTF8
This commit is contained in:
36
output/Backup/default/back_workstn_restore1.html.new.ep
Normal file
36
output/Backup/default/back_workstn_restore1.html.new.ep
Normal file
@@ -0,0 +1,36 @@
|
||||
% layout "default", title => "Sme server 2 - restore";
|
||||
|
||||
% content_for "module" => begin
|
||||
|
||||
<div id="module" class="module back_workstn_restore1-panel">
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $bac_datas
|
||||
</p>
|
||||
% }
|
||||
|
||||
% if ( stash "error" ) {
|
||||
<br><div class=sme-error>
|
||||
%= $c->render_to_string(inline => stash "error")
|
||||
</div>
|
||||
%}
|
||||
|
||||
<h1><%= $title%></h1>
|
||||
|
||||
%= form_for "/backupd" => (method => "POST") => begin
|
||||
|
||||
<h2>
|
||||
%=l "bac_WORKSTN_RESTORE"
|
||||
</h2>
|
||||
<p>
|
||||
%= $c->render_to_string(inline => $bac_datas->{restore_log})
|
||||
</p><p>
|
||||
%=l "bac_YOU_MUST_REBOOT"
|
||||
</p>
|
||||
%= hidden_field "Function" => $bac_datas->{"function"}
|
||||
%= submit_button $c->l("Reboot"), class => "action"
|
||||
% end
|
||||
</div>
|
||||
|
||||
% end
|
Reference in New Issue
Block a user