* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.4-10.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
This commit is contained in:
@@ -129,7 +129,7 @@ redistribute this software.
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
print $q->endform;
|
print $q->end_form;
|
||||||
|
|
||||||
esmith::cgi::genFooter ($q);
|
esmith::cgi::genFooter ($q);
|
||||||
|
|
||||||
|
@@ -332,7 +332,7 @@ sub modifyAccess ($)
|
|||||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'Modify user-manager access');
|
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'Modify user-manager access');
|
||||||
|
|
||||||
print
|
print
|
||||||
$q->startform (-method => 'POST', -action => $q->url (-absolute => 1));
|
$q->start_form (-method => 'POST', -action => $q->url (-absolute => 1));
|
||||||
|
|
||||||
my $acct = $q->param ('acct');
|
my $acct = $q->param ('acct');
|
||||||
|
|
||||||
@@ -374,7 +374,7 @@ sub modifyAccess ($)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print $q->endform;
|
print $q->end_form;
|
||||||
esmith::cgi::genFooter ($q);
|
esmith::cgi::genFooter ($q);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@@ -6,7 +6,7 @@ Summary: Provide a user panel to let users to change delegated server settings.
|
|||||||
%define name smeserver-userpanel
|
%define name smeserver-userpanel
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 1.4
|
%define version 1.4
|
||||||
%define release 8
|
%define release 10
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@@ -31,6 +31,12 @@ userpanels available in seperate rpms.
|
|||||||
Panels can be delegated at user, group or global levels
|
Panels can be delegated at user, group or global levels
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.4-10.sme
|
||||||
|
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
|
||||||
|
|
||||||
|
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.4-9.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.4-8.sme
|
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.4-8.sme
|
||||||
- Fix e-smith references in smeserver-userpanel [SME: 12732]
|
- Fix e-smith references in smeserver-userpanel [SME: 12732]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user