* Mon Mar 24 2025 Brian Read <brianr@koozali.org> 11.0.0-72.sme
- Remove css files from template structure [SME: 12967] - Rationalise and merge css files - Adjust some gaps around panels - Remove HR lines
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
%= select_field 'EmailUnknownUser' => $c->get_emailunknownuser_opt(), class => 'input'
|
||||
</span></p>
|
||||
|
||||
<hr class='menubar' />
|
||||
<!--<hr class='menubar' />-->
|
||||
<h2>
|
||||
%=l 'mai_TITLE_DELEGATE'
|
||||
</h2>
|
||||
@@ -47,7 +47,7 @@
|
||||
%= text_field 'DelegateMailServer', class => 'input'
|
||||
</span></p>
|
||||
|
||||
<hr class='sectionbar' />
|
||||
<!--<hr class='sectionbar' />-->
|
||||
<h2>
|
||||
%=l 'mai_TITLE_SMARTHOST'
|
||||
</h2>
|
||||
@@ -89,4 +89,4 @@
|
||||
% end
|
||||
|
||||
</div>
|
||||
%end
|
||||
%end
|
@@ -92,7 +92,7 @@
|
||||
%= select_field 'uSMTPAuth' => $c->get_smtp_ssl_auth_opt(), class => 'input'
|
||||
</span></p>
|
||||
|
||||
<hr class="sectionbar" />
|
||||
<!--<hr class="sectionbar" />-->
|
||||
<h2>
|
||||
%=l 'mai_TITLE_SECONDARY'
|
||||
</h2>
|
||||
|
@@ -47,9 +47,10 @@
|
||||
</div>
|
||||
|
||||
%= hidden_field 'trt' => 'ACC'
|
||||
% end
|
||||
% end
|
||||
<br>
|
||||
|
||||
<hr class="sectionbar" />
|
||||
<!--<hr class="sectionbar" />-->
|
||||
|
||||
%= form_for 'emailsettings' => (method => 'POST') => begin
|
||||
<p><span class=label>
|
||||
@@ -76,9 +77,10 @@
|
||||
</div>
|
||||
|
||||
%= hidden_field 'trt' => 'FIL'
|
||||
% end
|
||||
% end
|
||||
<br>
|
||||
|
||||
<hr class="sectionbar" />
|
||||
<!--<hr class="sectionbar" />-->
|
||||
|
||||
%= form_for 'emailsettings' => (method => 'POST') => begin
|
||||
<p><span class=label>
|
||||
@@ -118,8 +120,9 @@
|
||||
|
||||
%= hidden_field 'trt' => 'REC'
|
||||
% end
|
||||
<br>
|
||||
|
||||
<hr class="sectionbar" />
|
||||
<!--<hr class="sectionbar" />-->
|
||||
|
||||
%= form_for 'emailsettings' => (method => 'POST') => begin
|
||||
<p><span class=label>
|
||||
|
@@ -7,11 +7,18 @@
|
||||
<title><%= $title %></title>
|
||||
<link rel="made" href="mailto:bugs%40koozali.org">
|
||||
<meta name="copyright" content="(head.tmpl)Copyright 2003-2004 Mitel Corporation">
|
||||
%= stylesheet '/css/sme_core.css'
|
||||
%= stylesheet '/css/sme_main.css'
|
||||
%= stylesheet '/css/sme_menu.css'
|
||||
%= stylesheet '/css/styles.css'
|
||||
%= stylesheet '/css/sme-password.css'
|
||||
|
||||
%= stylesheet '/css/new_sme.css'
|
||||
%= stylesheet '/css/new-sme-main.css'
|
||||
|
||||
|
||||
%# Replaced by consolidated (and rationlised) CSS files as above March 2025
|
||||
%#= stylesheet '/css/sme_core.css'
|
||||
%#= stylesheet '/css/sme_main.css'
|
||||
%#= stylesheet '/css/sme_menu.css'
|
||||
%#= stylesheet '/css/styles.css'
|
||||
%#= stylesheet '/css/sme-password.css'
|
||||
|
||||
%= content_for 'head_contrib'
|
||||
% if (config 'hasJquery') {
|
||||
%= include 'partials/_js_imports'
|
||||
|
@@ -85,7 +85,8 @@
|
||||
|
||||
%= form_for '/domains' => (method => 'POST') => begin
|
||||
|
||||
<HR class="sectionbar">
|
||||
<!-- <HR class="sectionbar">-->
|
||||
<br>
|
||||
|
||||
% my $btn2 = l('dom_DOMAINS_PAGE_CORPORATE_DNS');
|
||||
|
||||
@@ -119,4 +120,4 @@
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
@@ -1,47 +1,10 @@
|
||||
|
||||
<!--
|
||||
<div id="header2" class="hd2">
|
||||
<div id="h2l1">
|
||||
<div id="h2e11">
|
||||
<a target='_blank' href="http://www.koozali.org"><img src="images/smeserver_logo.jpg" height="40" alt="SME Server"></a>
|
||||
</div>
|
||||
|
||||
<div id="h2e22">
|
||||
<button type='button'class="login-button"><a id="help-button" target="_parent" href="manual">?</a></button>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="h2e12">
|
||||
<button type='button' class="login-button"><a id="legacy-button" href="/server-manager" target='_blank'>Legacy SM</a></button>
|
||||
</div>
|
||||
|
||||
<div id="h2e23">
|
||||
% if ( not defined $c->session->{username} ) {
|
||||
<button type='button' class="login-button"><a target="_parent" href="login">Login</a></button>
|
||||
% } else {
|
||||
<button type='button' class="login-button"><a target="_parent" href="logout"><%= $c->session->{username} %> Logout</a></button>
|
||||
% }
|
||||
</div>
|
||||
<div id="flag-container">
|
||||
The flag icon will be inserted here
|
||||
</div>
|
||||
</div>
|
||||
<div id="h2l2" class="infobar">
|
||||
<div id="h2e21">
|
||||
<b>
|
||||
<%= session 'SystemName' %>@<%= session 'DomainName' %></b>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<div id="header2" class="hd2 module gradient-panel">
|
||||
<img src="images/KoozaliServerManager.png" alt="Koozali Logo" class="logo" >
|
||||
% if ( not defined $c->session->{username} ) {
|
||||
<button type='button' class="login-button"><a class = "no-visited-state" target="_parent" href="login">Login</a></button>
|
||||
% } else {
|
||||
<button type='button' class="login-button"><a class = "no-visited-state" target="_parent" href="logout"><%= $c->session->{username} %> Logout</a></button>
|
||||
<button type='button' class="login-button"><a class = "no-visited-state" target="_parent" href="logout">Logout <%= $c->session->{username} %></a></button>
|
||||
% }
|
||||
<div id="flag-container" class = "flag-style">
|
||||
<!-- The flag icon will be inserted here -->
|
||||
|
@@ -11,4 +11,4 @@
|
||||
</span>
|
||||
</p>
|
||||
|
||||
<hr class='sectionbar' />
|
||||
<!--<hr class='sectionbar' />-->
|
@@ -17,7 +17,7 @@
|
||||
</span>
|
||||
%}
|
||||
|
||||
<hr class='sectionbar' />
|
||||
<!--<hr class='sectionbar' />-->
|
||||
|
||||
<% my $btn = l('SAVE'); %>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
</span>
|
||||
<br><br>
|
||||
|
||||
<hr class='sectionbar' />
|
||||
<!--<hr class='sectionbar' />-->
|
||||
|
||||
%}
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
%= text_field 'ValidFromMask', class => 'input'
|
||||
</span>
|
||||
|
||||
<hr class='sectionbar' />
|
||||
<!--<hr class='sectionbar' />-->
|
||||
|
||||
<h2>
|
||||
%=l 'rma_TITLE_SSH'
|
||||
@@ -154,7 +154,7 @@
|
||||
</span>
|
||||
<br>
|
||||
|
||||
<hr class='sectionbar' />
|
||||
<!--<hr class='sectionbar' />-->
|
||||
|
||||
<h2>
|
||||
%=l 'rma_TITLE_FTP_ACCESS'
|
||||
@@ -183,7 +183,7 @@
|
||||
|
||||
% my $mode = $c->get_telnet_mode();
|
||||
% if ( $mode ne 'off') {
|
||||
<hr class='sectionbar' />
|
||||
<!--<hr class='sectionbar' />-->
|
||||
|
||||
<h2>
|
||||
%=l 'rma_TITLE_TELNET_ACCESS'
|
||||
|
@@ -55,7 +55,7 @@
|
||||
% end
|
||||
%}
|
||||
|
||||
<br><hr class=sectionbar /><br>
|
||||
<!--<br><hr class=sectionbar /><br>-->
|
||||
|
||||
%= form_for 'yum' => (method => 'POST') => begin
|
||||
|
||||
@@ -97,4 +97,4 @@
|
||||
|
||||
</div>
|
||||
|
||||
% end
|
||||
% end
|
Reference in New Issue
Block a user