* Tue Mar 11 2025 Brian Read <brianr@koozali.org> 11.0.0-66.sme

- Move the button for each backup panel to the left to conform to all the other panels.
This commit is contained in:
Brian Read 2025-03-11 17:37:44 +00:00
parent 82ff48e641
commit 63973f2bb4
13 changed files with 15 additions and 36 deletions

View File

@ -74,9 +74,7 @@
</p><br> </p><br>
%= hidden_field 'Function' => $bac_datas->{'function'} %= hidden_field 'Function' => $bac_datas->{'function'}
<div class='center'>
%= submit_button $c->l('bac_UPDATE_CONF'), class => 'action' %= submit_button $c->l('bac_UPDATE_CONF'), class => 'action'
</div>
% end % end
</div> </div>

View File

@ -30,9 +30,7 @@
%= hidden_field 'Function' => $bac_datas->{'function'} %= hidden_field 'Function' => $bac_datas->{'function'}
<div class='center'>
%= submit_button $c->l('bac_RESTORE_FROM_TAPE'), class => 'action' %= submit_button $c->l('bac_RESTORE_FROM_TAPE'), class => 'action'
</div>
% end % end
</div> </div>

View File

@ -44,9 +44,7 @@
</span></p> </span></p>
%= hidden_field 'Function' => $bac_datas->{'function'} . '1' %= hidden_field 'Function' => $bac_datas->{'function'} . '1'
<div class='center'>
%= submit_button $c->l('NEXT'), class => 'action' %= submit_button $c->l('NEXT'), class => 'action'
</div>
% end % end

View File

@ -148,9 +148,7 @@
%= hidden_field 'Function' => $bac_datas->{function} %= hidden_field 'Function' => $bac_datas->{function}
%= hidden_field 'VFSType' => $bac_datas->{vfstype} %= hidden_field 'VFSType' => $bac_datas->{vfstype}
<div class='center'>
%= submit_button $c->l('bac_UPDATE_CONF'), class => 'action' %= submit_button $c->l('bac_UPDATE_CONF'), class => 'action'
</div>
% end % end
</div> </div>
% end % end

View File

@ -38,9 +38,7 @@
</span><br><br> </span><br><br>
%= hidden_field 'Function' => $bac_datas->{'function'} %= hidden_field 'Function' => $bac_datas->{'function'}
<div class='center'>
%= submit_button $c->l('bac_RESTORE_FROM_WORKSTN'), class => 'action' %= submit_button $c->l('bac_RESTORE_FROM_WORKSTN'), class => 'action'
</div>
% end % end
</div> </div>
% end % end

View File

@ -29,9 +29,7 @@
%=l 'bac_YOU_MUST_REBOOT' %=l 'bac_YOU_MUST_REBOOT'
</p> </p>
%= hidden_field 'Function' => $bac_datas->{'function'} %= hidden_field 'Function' => $bac_datas->{'function'}
<div class='center'>
%= submit_button $c->l('bac_REBOOT'), class => 'action' %= submit_button $c->l('bac_REBOOT'), class => 'action'
</div>
% end % end
</div> </div>

View File

@ -39,9 +39,7 @@
</span><br> </span><br>
<br> <br>
%= hidden_field 'Function' => $bac_datas->{'function'} %= hidden_field 'Function' => $bac_datas->{'function'}
<div class='center'>
%= submit_button $c->l('PERFORM'), class => 'action' %= submit_button $c->l('PERFORM'), class => 'action'
</div>
% end % end

View File

@ -41,9 +41,7 @@
%= hidden_field 'Backupset' => $bac_datas->{'backupset'} %= hidden_field 'Backupset' => $bac_datas->{'backupset'}
%= hidden_field 'Filterexp' => $bac_datas->{'filterexp'} %= hidden_field 'Filterexp' => $bac_datas->{'filterexp'}
<div class='center'>
%= submit_button $c->l('PERFORM'), class => 'action' %= submit_button $c->l('PERFORM'), class => 'action'
</div>
% end % end

View File

@ -24,9 +24,7 @@
%= form_for '/backupd' => (method => 'POST') => begin %= form_for '/backupd' => (method => 'POST') => begin
%= hidden_field 'Function' => $bac_datas->{'function'} %= hidden_field 'Function' => $bac_datas->{'function'}
<div class='center'>
%= submit_button $c->l('NEXT'), class => 'action' %= submit_button $c->l('NEXT'), class => 'action'
</div>
% end % end

View File

@ -44,9 +44,7 @@
<br><br> <br><br>
%= hidden_field 'Function' => $bac_datas->{'function'} . '1' %= hidden_field 'Function' => $bac_datas->{'function'} . '1'
<div class='center'>
%= submit_button $c->l('bac_VERIFY'), class => 'action' %= submit_button $c->l('bac_VERIFY'), class => 'action'
</div>
% end % end
</div> </div>

View File

@ -28,9 +28,7 @@
%= hidden_field 'Function' => $bac_datas->{'function'} %= hidden_field 'Function' => $bac_datas->{'function'}
<div class='center'>
%= submit_button $c->l('NEXT'), class => 'action' %= submit_button $c->l('NEXT'), class => 'action'
</div>
% end % end
</div> </div>

View File

@ -70,9 +70,7 @@
</span></p> </span></p>
<br> <br>
<div class='center'>
%= submit_button $c->l('PERFORM'), class => 'action' %= submit_button $c->l('PERFORM'), class => 'action'
</div>
% end % end

View File

@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2
%define name smeserver-manager %define name smeserver-manager
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 65 %define release 66
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -143,6 +143,9 @@ true
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Tue Mar 11 2025 Brian Read <brianr@koozali.org> 11.0.0-66.sme
- Move the button for each backup panel to the left to conform to all the other panels.
* Sun Mar 09 2025 Brian Read <brianr@koozali.org> 11.0.0-65.sme * Sun Mar 09 2025 Brian Read <brianr@koozali.org> 11.0.0-65.sme
- Sort out missing hostname on nfs and cifs workstation backup on error [SME: 12948] - Sort out missing hostname on nfs and cifs workstation backup on error [SME: 12948]