aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/yoga/header.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-07-06 20:55:57 +0000
committervdigital <vdigital@piwigo.org>2008-07-06 20:55:57 +0000
commit462453465b59675706e4bb305fc9a82977dbb5a9 (patch)
tree9c97d9e0647634300f6b3aa81f228865f5ff20e5 /admin/template/yoga/header.tpl
parent03c2f3c8db54c8b3df8c344ac0ca7d7ffecac890 (diff)
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
Diffstat (limited to '')
-rw-r--r--admin/template/yoga/header.tpl36
1 files changed, 18 insertions, 18 deletions
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 @@
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/layout.css">
<!--[if lt IE 7]>
- <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/fix-ie5-ie6.css">
+ <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/fix-ie5-ie6.css">
<![endif]-->
<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}template/{$themeconf.template}/print.css">
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/default-colors.css">
@@ -26,39 +26,39 @@
<script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script>
<!--[if lt IE 7]>
<style>
- {* only because we need {$ROOT_URL} otherwise use fix-ie5-ie6.css *}
- BODY {ldelim} behavior:url("{$ROOT_URL}template-common/csshover.htc"); }
- A IMG, .button, .icon {ldelim}
- behavior:url("{$ROOT_URL}template-common/tooltipfix.htc");
- }
- FORM {ldelim} behavior: url("{$ROOT_URL}template-common/inputfix.htc"); }
+ {* only because we need {$ROOT_URL} otherwise use fix-ie5-ie6.css *}
+ BODY {ldelim} behavior:url("{$ROOT_URL}template-common/csshover.htc"); }
+ A IMG, .button, .icon {ldelim}
+ behavior:url("{$ROOT_URL}template-common/tooltipfix.htc");
+ }
+ FORM {ldelim} behavior: url("{$ROOT_URL}template-common/inputfix.htc"); }
</style>
<script type="text/javascript" src="{$ROOT_URL}template-common/pngfix.js"></script>
<![endif]-->
{if not empty($head_elements)}
- {foreach from=$head_elements item=elt}{$elt}{/foreach}
+ {foreach from=$head_elements item=elt}{$elt}{/foreach}
{/if}
</head>
-<body id="{$BODY_ID}">
-<div id="headbranch"></div> {* Dummy block for double background management *}
+<body id="{$BODY_ID}" class="png">
+<div id="headbranch" class="png"></div> {* Dummy block for double background management *}
<div id="the_page">
{if not empty($header_msgs)}
<div class="header_msgs">
- {foreach from=$header_msgs item=elt}
- <p>{$elt}</p>
- {/foreach}
+ {foreach from=$header_msgs item=elt}
+ {$elt}
+ {/foreach}
</div>
{/if}
-<div id="theHeader">{*$PAGE_BANNER*}</div>
+<div id="theHeader" class="png">{*$PAGE_BANNER*}</div>
{if not empty($header_notes)}
<div class="header_notes">
- {foreach from=$header_notes item=elt}
- <p>{$elt}</p>
- {/foreach}
+ {foreach from=$header_notes item=elt}
+ {$elt}
+ {/foreach}
</div>
-{/if}
+{/if} \ No newline at end of file