From 462453465b59675706e4bb305fc9a82977dbb5a9 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 6 Jul 2008 20:55:57 +0000 Subject: Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review (still on going) git-svn-id: http://piwigo.org/svn/trunk@2426 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/header.tpl | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'admin/template/yoga/header.tpl') diff --git a/admin/template/yoga/header.tpl b/admin/template/yoga/header.tpl index 4143d0ff9..8399509f1 100644 --- a/admin/template/yoga/header.tpl +++ b/admin/template/yoga/header.tpl @@ -17,7 +17,7 @@ @@ -26,39 +26,39 @@ {if not empty($head_elements)} - {foreach from=$head_elements item=elt}{$elt}{/foreach} + {foreach from=$head_elements item=elt}{$elt}{/foreach} {/if} - -
{* Dummy block for double background management *} + +
{* Dummy block for double background management *}
{if not empty($header_msgs)}
- {foreach from=$header_msgs item=elt} -

{$elt}

- {/foreach} + {foreach from=$header_msgs item=elt} + {$elt} + {/foreach}
{/if} -
{*$PAGE_BANNER*}
+
{*$PAGE_BANNER*}
{if not empty($header_notes)}
- {foreach from=$header_notes item=elt} -

{$elt}

- {/foreach} + {foreach from=$header_notes item=elt} + {$elt} + {/foreach}
-{/if} +{/if} \ No newline at end of file -- cgit v1.2.3