Skip to content

Commit

Permalink
Issue ID 0000375:
Browse files Browse the repository at this point in the history
  o Line too long
  o Use paragraph

Merge BSF r1413:1414 into branch-1_6

git-svn-id: http://piwigo.org/svn/trunk@1418 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rub committed Jun 29, 2006
1 parent c932e8d commit c368472
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion include/common.inc.php
Expand Up @@ -225,7 +225,8 @@
$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));
}
}
?>
3 changes: 2 additions & 1 deletion template/yoga/default-colors.css
Expand Up @@ -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 {
Expand Down
8 changes: 3 additions & 5 deletions template/yoga/header.tpl
Expand Up @@ -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>

0 comments on commit c368472

Please sign in to comment.