From fa30cb09be3aa10eb92931f41f405e90dc402074 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Fri, 27 Jun 2025 15:10:58 +0100 Subject: [PATCH] * Fri Jun 27 2025 Brian Read 11.0-7.sme - Bring default theme into line with changes made for AdminLTE theme [SME: 13049] --- .../themes/default/templates/partials/_lets_LIST.html.ep | 9 ++++++++- smeserver-certificates.spec | 5 ++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/root/usr/share/smanager/themes/default/templates/partials/_lets_LIST.html.ep b/root/usr/share/smanager/themes/default/templates/partials/_lets_LIST.html.ep index 9ebcbaa..66420e8 100644 --- a/root/usr/share/smanager/themes/default/templates/partials/_lets_LIST.html.ep +++ b/root/usr/share/smanager/themes/default/templates/partials/_lets_LIST.html.ep @@ -89,6 +89,8 @@

<%=l('lets_List_of_Domains_and_Hosts')%>

+ + % my $linkbtn = l 'lets_CHECK';
@@ -106,6 +108,7 @@ % my $control_data = $c->stash('DomainList'); % foreach my $row (@$control_data) { + % my $link = $c->render_to_string(inline=>$row->{'Table1-CHECK'}); @@ -114,7 +117,11 @@ - + % if ($link ne "") { + + % } else { + + % } %} diff --git a/smeserver-certificates.spec b/smeserver-certificates.spec index 865ba02..8d66581 100644 --- a/smeserver-certificates.spec +++ b/smeserver-certificates.spec @@ -1,6 +1,6 @@ %define name smeserver-certificates %define version 11.0 -%define release 6 +%define release 7 Summary: This is what smeserver-certificates does. Name: %{name} Version: %{version} @@ -25,6 +25,9 @@ AutoReqProv: no %changelog +* Fri Jun 27 2025 Brian Read 11.0-7.sme +- Bring default theme into line with changes made for AdminLTE theme [SME: 13049] + * Tue Jun 17 2025 John Crisp 11.0-6.sme - Remove formatting from controller file [SME: 13045] - Add Domain/Host as Types for template checking [SME: 13045]
<%=$c->render_to_string(inline=>$row->{'Table1-Domain name / HOSTNAME'})%> <%=$c->render_to_string(inline=>$row->{'Table1-Brief description'})%><%=$c->render_to_string(inline=>$row->{'Table1-LABEL_POINT'})%> <%=$c->render_to_string(inline=>$row->{'Table1-LABEL_LECERT'})%> <%=$c->render_to_string(inline=>$row->{'Table1-IS_IN_CERT'})%><%=$c->render_to_string(inline=>$row->{'Table1-CHECK'})%> <%= $linkbtn %>