* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-128.sme
- Move group table to under others in User accounts setup panel [SME: 13068]
This commit is contained in:
@@ -518,4 +518,9 @@ div.roundcube #roundcube{
|
|||||||
/* Center aligned */
|
/* Center aligned */
|
||||||
margin-left: auto!important;
|
margin-left: auto!important;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.incolumn {
|
||||||
|
margin:auto;
|
||||||
|
color:red;
|
||||||
}
|
}
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
%= l 'usr_GROUP_MEMBERSHIPS'
|
%= l 'usr_GROUP_MEMBERSHIPS'
|
||||||
</span>
|
</span>
|
||||||
<span class=data>
|
<span class=data>
|
||||||
<table class="sme-border "><thead>
|
<table class="sme-border incolumn"><thead>
|
||||||
<tr><th class='sme-border'>
|
<tr><th class='sme-border'>
|
||||||
%= l 'usr_MEMBER'
|
%= l 'usr_MEMBER'
|
||||||
</th><th class='sme-border'>
|
</th><th class='sme-border'>
|
||||||
@@ -182,4 +182,4 @@
|
|||||||
|
|
||||||
% end
|
% end
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -2,7 +2,7 @@ Summary: Sme Server Configuration : Manager 2
|
|||||||
%define name smeserver-manager
|
%define name smeserver-manager
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 127
|
%define release 128
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@@ -147,6 +147,9 @@ true
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-128.sme
|
||||||
|
- Move group table to under others in User accounts setup panel [SME: 13068]
|
||||||
|
|
||||||
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-127.sme
|
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-127.sme
|
||||||
- Move same var declations to outside innner scope [SME: 13073]
|
- Move same var declations to outside innner scope [SME: 13073]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user