Remove errant backticks

This commit is contained in:
John Crisp 2025-07-07 17:12:20 +02:00
parent 1962b616ec
commit 848f2bbfc0
2 changed files with 131 additions and 130 deletions

View File

@ -39,7 +39,6 @@
<br></span> </p> <br></span> </p>
<div class=masterups> <div class=masterups>
<div class=secondaryups> <div class=secondaryups>
<h2 class='subh3'><%=l('nut_if_Net_Server')%></h2> <h2 class='subh3'><%=l('nut_if_Net_Server')%></h2>
<p><span class=label> <p><span class=label>
@ -55,14 +54,14 @@
%= 'upssecondary' %= 'upssecondary'
</span></p> </span></p>
<p><span class='label'> <p><span class='label'>
%=l('nut_SlaveUPS_Password') %=l('nut_SlaveUPS_Password')
</span><span class=data> </span><span class=data>
<%= $nut_data->{'SlaveUPS_Pass'}%> <%= $nut_data->{'SlaveUPS_Pass'}%>
</span></p> </span></p>
</div> </div>
<div>
<h2><%= l ('nut_UPS_Device') %></h2>
<p><span class=label> <p><span class=label>
%=l('nut_UPS_Model') %=l('nut_UPS_Model')
</span><span class=data> </span><span class=data>
@ -78,6 +77,7 @@
%= text_field 'UPS_Device', size => '50', class => 'textinput UPS_Device' , pattern=>'.*' , placeholder=>'auto (for usb)' %= text_field 'UPS_Device', size => '50', class => 'textinput UPS_Device' , pattern=>'.*' , placeholder=>'auto (for usb)'
<br></span></p> <br></span></p>
</div> </div>
</div>
<div class=slaveups> <div class=slaveups>
<h2 class='subh4'><%=l('nut_if_Net_Client')%></h2> <h2 class='subh4'><%=l('nut_if_Net_Client')%></h2>
@ -104,7 +104,7 @@
</div> </div>
<div class=generics> <div class=generics>
` <h2 class='subh5'><%=l('nut_if_genericups')%></h2> <h2 class='subh5'><%=l('nut_if_genericups')%></h2>
<p><span class=label> <p><span class=label>
%=l('nut_UPS_Generic_Type') %=l('nut_UPS_Generic_Type')
</span><span class=data> </span><span class=data>
@ -125,15 +125,12 @@
% param 'UPS_gen_Model' => $nut_data->{UPS_gen_Model} unless param 'UPS_gen_Model'; % param 'UPS_gen_Model' => $nut_data->{UPS_gen_Model} unless param 'UPS_gen_Model';
%= text_field 'UPS_gen_Model', size => '50', class => 'textinput UPS_gen_Model' , pattern=>'.*' , placeholder=>'UPS_gen_Model' %= text_field 'UPS_gen_Model', size => '50', class => 'textinput UPS_gen_Model' , pattern=>'.*' , placeholder=>'UPS_gen_Model'
<br></span></p> <br></span></p>
` </div> </div>
<span class='data'> <span class='data'>
%= submit_button l('nut_Save'), class => 'action subm12' %= submit_button l('nut_Save'), class => 'action subm12'
</span> </span>
%# Probably finally by a submit. %# Probably finally by a submit.
%end %end
</div> </div>

View File

@ -4,7 +4,7 @@ Summary: SME server - nut UPS interaction module
%define name smeserver-nutUPS %define name smeserver-nutUPS
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 19 %define release 20
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -26,6 +26,10 @@ A module which configures the Network UPS Tools suite for operation with
the SME server software. the SME server software.
%changelog %changelog
* Mon Jul 07 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-20.sme
- Remove errant backticks
- Add div to section to enhance formatting in Net Server mode
* Mon Jul 07 2025 Brian Read <brianr@koozali.org> 11.0.0-19.sme * Mon Jul 07 2025 Brian Read <brianr@koozali.org> 11.0.0-19.sme
- Changes from JC (thanks) and also make sure descriptions fit in with Master->Primary and Slave->Secondary [SME: 13069] - Changes from JC (thanks) and also make sure descriptions fit in with Master->Primary and Slave->Secondary [SME: 13069]
Also write descriptive paragraph as no-one else has! Also write descriptive paragraph as no-one else has!