From 7280ee074b38d3b58f8081f21cdd3e8792d099ba Mon Sep 17 00:00:00 2001 From: benchea dan Date: Thu, 17 Mar 2022 09:00:48 +0200 Subject: [PATCH 1/7] glyphicon icons --- templates/login.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/login.tpl b/templates/login.tpl index a6e7ad21..bd4618ac 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -40,7 +40,8 @@ {$language_selector}
- +
{if $logintype == 'admin'} From 9d065ae47bd5afeaa9909545e3cdea63acb0a114 Mon Sep 17 00:00:00 2001 From: benchea dan Date: Thu, 17 Mar 2022 10:14:40 +0200 Subject: [PATCH 2/7] glyphicon icons --- templates/list.tpl | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/templates/list.tpl b/templates/list.tpl index a5a7b155..9c85fb08 100644 --- a/templates/list.tpl +++ b/templates/list.tpl @@ -82,7 +82,14 @@ *} {elseif $key == 'active'} {if $item._can_edit} - {$item._active} + + {if $item._active == 'YES'} + + {else} + + {/if} + {$item._active} + {else} {$item._active} {/if} @@ -124,7 +131,7 @@ {/foreach} {if $item._can_edit} - {$PALANG.edit} + {$PALANG.edit} {else}  {/if} @@ -135,7 +142,7 @@ {else} {/if} From b6e0b5765b1322b35e7293762cc6313bffc842ad Mon Sep 17 00:00:00 2001 From: benchea dan Date: Thu, 17 Mar 2022 10:15:42 +0200 Subject: [PATCH 3/7] glyphicon icons --- templates/login.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/login.tpl b/templates/login.tpl index bd4618ac..ceb9fe2e 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -41,7 +41,7 @@
+ aria-hidden="true"> {$PALANG.pLogin_button}
{if $logintype == 'admin'} @@ -55,4 +55,3 @@ document.frmLogin.fUsername.focus(); - From 314b35c673ddd9a05fa64135caa579a5febdd40f Mon Sep 17 00:00:00 2001 From: benchea dan Date: Thu, 17 Mar 2022 10:16:28 +0200 Subject: [PATCH 4/7] glyphicon icons --- templates/editform.tpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/editform.tpl b/templates/editform.tpl index b0b46e1f..323cf58c 100644 --- a/templates/editform.tpl +++ b/templates/editform.tpl @@ -70,9 +70,12 @@ From a691ce662e615aebaa3d3319a2c7dc9be7abbfc1 Mon Sep 17 00:00:00 2001 From: benchea dan Date: Thu, 17 Mar 2022 10:17:05 +0200 Subject: [PATCH 5/7] Update index.tpl --- templates/index.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/index.tpl b/templates/index.tpl index df1b0597..324747ad 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -8,7 +8,7 @@ {include file='menu.tpl'} {/if} {/if} -
+
{if $authentication_has_role.user && $CONF.motd_user}
{$CONF.motd_user}
{elseif $authentication_has_role.global_admin && $CONF.motd_superadmin} @@ -27,3 +27,4 @@
{include file='footer.tpl'} {/strip} + From 83b900531b9ebee13c228deb1e0e6ab54c2dc5ec Mon Sep 17 00:00:00 2001 From: benchea dan Date: Thu, 17 Mar 2022 10:17:50 +0200 Subject: [PATCH 6/7] glyphicon icons --- templates/list-virtual_mailbox.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/list-virtual_mailbox.tpl b/templates/list-virtual_mailbox.tpl index c1389e8d..8ff5b59a 100644 --- a/templates/list-virtual_mailbox.tpl +++ b/templates/list-virtual_mailbox.tpl @@ -74,8 +74,8 @@ {/if} {$item.modified} - {if $item.active==1}{$PALANG.YES}{else}{$PALANG.NO}{/if} + {if $item.active==1} {$PALANG.YES}{else} {$PALANG.NO}{/if} {if $CONF.vacation_control_admin===YES && $CONF.vacation===YES} {if $item.v_active!==-1} {if $item.v_active==1} @@ -92,16 +92,16 @@ {if $authentication_has_role.global_admin!==true && $CONF.alias_control_admin===YES}{assign var="edit_aliases" value=1}{/if} {if $authentication_has_role.global_admin==true && $CONF.alias_control===YES}{assign var="edit_aliases" value=1}{/if} {if $edit_aliases==1} - {$PALANG.alias} + {$PALANG.alias} {/if} - {$PALANG.edit} + {$PALANG.edit}
From e2cfa871785fc630d4cc7f81c9ce2e301826eb32 Mon Sep 17 00:00:00 2001 From: benchea dan Date: Thu, 17 Mar 2022 10:19:09 +0200 Subject: [PATCH 7/7] glyphicon icons --- templates/sendmail.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/sendmail.tpl b/templates/sendmail.tpl index b97ff029..69efaba6 100644 --- a/templates/sendmail.tpl +++ b/templates/sendmail.tpl @@ -25,7 +25,9 @@