* 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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user