* 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:
2025-11-04 12:17:51 +00:00
parent c1aab3eb84
commit 8a351ba7c5
3 changed files with 11 additions and 3 deletions

View File

@@ -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;
} }

View File

@@ -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>

View File

@@ -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]