* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.2-13.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
This commit is contained in:
@@ -519,7 +519,7 @@ sub USBModifyConfig ($$)
|
||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'USBDisks : '.$tr_titre_config.'<br><br>');
|
||||
GeneralMenu ($q);
|
||||
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
||||
print $q->Tr (esmith::cgi::genSmallCell ($q, "$tr_frequence :"),
|
||||
@@ -538,7 +538,7 @@ sub USBModifyConfig ($$)
|
||||
|
||||
esmith::cgi::genButtonRow ($q,
|
||||
$q->submit (-name => 'action', -value => "$tr_save_button")));
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
|
||||
esmith::cgi::genFooter ($q);
|
||||
|
||||
@@ -591,7 +591,7 @@ sub USBModifyDisk($$)
|
||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, $tr_titre_modifier.' '.$UUID.'<br><br>');
|
||||
GeneralMenu ($q);
|
||||
print $q->hr;
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
||||
print $q->Tr (esmith::cgi::genSmallCell ($q, "$tr_uuid :"),
|
||||
@@ -616,7 +616,7 @@ sub USBModifyDisk($$)
|
||||
esmith::cgi::genButtonRow ($q,
|
||||
$q->submit (-name => 'action', -value => "$tr_save_button")));
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
esmith::cgi::genFooter ($q);
|
||||
}
|
||||
else
|
||||
@@ -707,7 +707,7 @@ sub USBAddDisk($$)
|
||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'Modify/add '.$UUID.'<br><br>');
|
||||
GeneralMenu ($q);
|
||||
print $q->hr;
|
||||
print $q->startform (-method => 'POST',
|
||||
print $q->start_form (-method => 'POST',
|
||||
-action => $q->url (-absolute => 1));
|
||||
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
||||
print $q->Tr (esmith::cgi::genSmallCell ($q, "UUID"),
|
||||
@@ -732,7 +732,7 @@ sub USBAddDisk($$)
|
||||
esmith::cgi::genButtonRow ($q,
|
||||
$q->submit (-name => 'action', -value => "sauvervariable")));
|
||||
|
||||
print $q->endform;
|
||||
print $q->end_form;
|
||||
esmith::cgi::genFooter ($q);
|
||||
}
|
||||
|
||||
|
@@ -11,7 +11,7 @@ Summary: smeserver-usbdisksmanager
|
||||
|
||||
Name: %{name}
|
||||
%define version 1.2
|
||||
%define release 12
|
||||
%define release 13
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GNU GPL version 2
|
||||
@@ -25,6 +25,9 @@ Requires: smeserver-release >= 8.0
|
||||
AutoReqProv: no
|
||||
|
||||
%changelog
|
||||
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.2-13.sme
|
||||
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
|
||||
|
||||
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2-12.sme
|
||||
- Fix e-smith references in smeserver-usbdisksmanager [SME: 12732]
|
||||
|
||||
|
Reference in New Issue
Block a user