* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 0.2-12.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
This commit is contained in:
@@ -118,7 +118,7 @@ sub showInitial ($$$)
|
|||||||
$conf{'WinNTLogonDrive'} = 'h';
|
$conf{'WinNTLogonDrive'} = 'h';
|
||||||
}
|
}
|
||||||
|
|
||||||
print $q->startform (-method => 'POST', -action => $q->url (-absolute => 1));
|
print $q->start_form (-method => 'POST', -action => $q->url (-absolute => 1));
|
||||||
|
|
||||||
print $q->p ('Below you can modify the login script template.');
|
print $q->p ('Below you can modify the login script template.');
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ sub showInitial ($$$)
|
|||||||
($q, $q->b ($q->submit (-name => 'action', -value => 'Save')))));
|
($q, $q->b ($q->submit (-name => 'action', -value => 'Save')))));
|
||||||
|
|
||||||
print $q->hidden (-name => 'state', -override => 1, -default => 'perform');
|
print $q->hidden (-name => 'state', -override => 1, -default => 'perform');
|
||||||
print $q->endform;
|
print $q->end_form;
|
||||||
esmith::cgi::genFooter ($q);
|
esmith::cgi::genFooter ($q);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@ Summary: smeserver module to provide dynamic windows login scripts
|
|||||||
%define name smeserver-loginscript
|
%define name smeserver-loginscript
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 0.2
|
%define version 0.2
|
||||||
%define release 11
|
%define release 12
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
License: Freely distributable
|
License: Freely distributable
|
||||||
@@ -17,6 +17,9 @@ Requires: smeserver-lib >= 1.15.1-16
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 0.2-12.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> 0.2-11.sme
|
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.2-11.sme
|
||||||
- Fix e-smith references in smeserver-loginscript [SME: 12732]
|
- Fix e-smith references in smeserver-loginscript [SME: 12732]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user