diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index 2248e7602..367bd79e3 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -5089,12 +5089,12 @@ body.fixed-top { border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px, white 0 0 0 4px inset; box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px, white 0 0 0 4px inset; } - #content legend { - float: left; - padding: 0 0 0 0; - margin: 5px 0 15px 0; - color: #bfb8b3; - font-weight: 300; } + #content h3 { + padding: 0 0 5px 0; + margin: 0 0 15px 0; + color: #cac4b9; + font-weight: 300; + border-bottom: solid 1px #e0ddd6; } #content form .alert { clear: both; color: #756b64; @@ -5223,6 +5223,7 @@ body.fixed-top { color: #313a45; } #footer { + z-index: 9999; position: fixed; width: 100%; bottom: 0; diff --git a/admin-dev/themes/default/css/admin-theme.sass b/admin-dev/themes/default/css/admin-theme.sass index a448cf79f..b480de9f8 100755 --- a/admin-dev/themes/default/css/admin-theme.sass +++ b/admin-dev/themes/default/css/admin-theme.sass @@ -53,12 +53,12 @@ body.fixed-top background-color: $bg-content-color @include border-radius(5px) @include box-shadow(rgba(black,0.10) 0 0 7px, white 0 0 0 4px inset) - legend - float: left - padding: 0 0 0 0 - margin: 5px 0 15px 0 - color: darken(#D6D2CF,10%) + h3 + padding: 0 0 5px 0 + margin: 0 0 15px 0 + color: darken($bg-content-color,20%) font-weight: 300 + border-bottom: solid 1px darken($bg-content-color,10%) form .alert clear: both color: darken(#D6D2CF,40%) @@ -178,6 +178,7 @@ body.fixed-top color: $brand-primary #footer + z-index: 9999 position: fixed width: 100% bottom: 0 diff --git a/admin-dev/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl index 9d6f43e32..5949fd86d 100644 --- a/admin-dev/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl @@ -27,7 +27,7 @@ {block name="override_header"} -
+
{assign var=nb_categories value=count($categories)} @@ -38,64 +38,48 @@ {foreach $contacts as $tmp => $tmp2} {if $val.id_contact == $tmp2.id_contact} - {assign var=total_thread value=$tmp2.total} {assign var=id_customer_thread value=$tmp2.id_customer_thread} - {/if} {/foreach} -
- -

{$val.name}

- - {if $nb_categories < 6} -

{$val.description}

- {/if} - - {if $total_thread == 0} - {l s='No new messages'} - {else} - - {$total_thread} - {if $total_thread > 1}{l s='New messages'}{else}{l s='New message'}{/if} - - {/if} +
+

{$val.name}

+ {if $nb_categories < 6} +

{$val.description}

+ {/if} + {if $total_thread == 0} + {l s='No new messages'} + {else} + + {$total_thread} + {if $total_thread > 1}{l s='New messages'}{else}{l s='New message'}{/if} + + {/if}
{/foreach} -
-

 {l s='Meaning of status'}

+
+

{l s='Meaning of status'}

    -
  • {l s='Open'}{l s='Open'}
  • -
  • {l s='Closed'}{l s='Closed'}
  • -
  • {l s='Pending 1'}{l s='Pending 1'}
  • -
  • {l s='Pending 2'}{l s='Pending 2'}
  • +
  • {l s='Open'}
  • +
  • {l s='Closed'}
  • +
  • {l s='Pending 1'}
  • +
  • {l s='Pending 2'}
-
- - - - - - - - {assign var=count value=0} - {foreach $params as $key => $val} - {assign var=count value=$count+1} - - - - - {/foreach} - -
{l s='Customer service'} : {l s='Statistics'}
{$key}{$val}
+
+

{l s='Statistics'}

+
    + {assign var=count value=0} + {foreach $params as $key => $val} + {assign var=count value=$count+1} +
  • {$key} {$val}
  • + {/foreach} +
-
- -

 

+
{/block} \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/customer_threads/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/customer_threads/helpers/options/options.tpl index 32307e2e9..0f234c824 100644 --- a/admin-dev/themes/default/template/controllers/customer_threads/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/controllers/customer_threads/helpers/options/options.tpl @@ -25,16 +25,18 @@ {extends file="helpers/options/options.tpl"} {block name="after"} {if $use_sync} -
{l s='Sync'} +
+ {l s='Sync'}
- +

{l s='Click to synchronize mail automatically'}

-

+
+