aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-06-29 22:19:16 +0000
committerrub <rub@piwigo.org>2006-06-29 22:19:16 +0000
commita9e96fd51c5a584632f61c35d416ab356152e336 (patch)
treee68c527d1b71fd1ccd45a4d652b7670e41a3f1ba
parentcb74c6f67eb5c67a7f41c1cab5bb46d01043bea1 (diff)
Issue ID 0000375:
o Line too long o Use paragraph Merge BSF r1417:1418 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1419 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/common.inc.php3
-rw-r--r--template/yoga/default-colors.css3
-rw-r--r--template/yoga/header.tpl8
3 files changed, 7 insertions, 7 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index 1cde9ae28..65782b282 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -225,7 +225,8 @@ if (count($header_msgs) > 0)
$template->assign_block_vars('header_msgs',array());
foreach ($header_msgs as $header_msg)
{
- $template->assign_block_vars('header_msgs.header_msg', array('HEADER_MSG'=>$header_msg));
+ $template->assign_block_vars('header_msgs.header_msg',
+ array('HEADER_MSG'=>$header_msg));
}
}
?>
diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css
index 05753658a..c7779075d 100644
--- a/template/yoga/default-colors.css
+++ b/template/yoga/default-colors.css
@@ -76,7 +76,8 @@ INPUT[type="radio"] { /* for Opera */
font-weight: bold;
color:#696969; /* dimgray */
background-color: #d3d3d3;
- margin: 5px;
+ margin: 1px;
+ padding: 1px;
}
LEGEND {
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index d3685e3c0..0c0619352 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -32,11 +32,9 @@ the "text/nonsense" prevents gecko based browsers to load it -->
<div id="the_page">
<!-- BEGIN header_msgs -->
<div class="header_msgs">
- <table>
- <!-- BEGIN header_msg -->
- <tr><td>{header_msgs.header_msg.HEADER_MSG}</td></tr>
- <!-- END header_msg -->
- </table>
+ <!-- BEGIN header_msg -->
+ <P>{header_msgs.header_msg.HEADER_MSG}</p>
+ <!-- END header_msg -->
</div>
<!-- END header_msgs -->
<div id="theHeader">{PAGE_BANNER}</div>