* 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 1a37667a9c
3 changed files with 11 additions and 3 deletions

View File

@@ -518,4 +518,9 @@ div.roundcube #roundcube{
/* Center aligned */
margin-left: auto!important;
margin-right: auto;
}
table.incolumn {
margin:auto;
color:red;
}

View File

@@ -131,7 +131,7 @@
%= l 'usr_GROUP_MEMBERSHIPS'
</span>
<span class=data>
<table class="sme-border "><thead>
<table class="sme-border incolumn"><thead>
<tr><th class='sme-border'>
%= l 'usr_MEMBER'
</th><th class='sme-border'>
@@ -182,4 +182,4 @@
% end
</div>
</div>

View File

@@ -2,7 +2,7 @@ Summary: Sme Server Configuration : Manager 2
%define name smeserver-manager
Name: %{name}
%define version 11.0.0
%define release 127
%define release 128
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -147,6 +147,9 @@ true
%defattr(-,root,root)
%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
- Move same var declations to outside innner scope [SME: 13073]