[freeside-commits] freeside/httemplate/elements header-popup.html, 1.9, 1.9.2.1
Ivan,,,
ivan at wavetail.420.am
Fri Nov 11 15:59:52 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv775/elements
Modified Files:
Tag: FREESIDE_2_3_BRANCH
header-popup.html
Log Message:
DSL status pulling, RT#13656
Index: header-popup.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header-popup.html,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -w -d -r1.9 -r1.9.2.1
--- header-popup.html 10 Jun 2011 02:04:10 -0000 1.9
+++ header-popup.html 11 Nov 2011 23:59:50 -0000 1.9.2.1
@@ -2,7 +2,7 @@
Example:
- include( '/elements/header-popup.html',
+ <& /elements/header-popup.html,
{
'title' => 'Title',
'menubar' => \@menubar,
@@ -10,7 +10,7 @@
'head' => '', #included before closing </HEAD> tag
'nobr' => 0, #1 for no <BR><BR> after the title
}
- );
+ &>
#old-style
include( '/elements/header.html', 'Title', $menubar, $etc, $head);
@@ -29,14 +29,14 @@
</HEAD>
<BODY <% $etc %>>
<link href="<%$fsurl%>elements/freeside.css" type="text/css" rel="stylesheet">
+% if ( $title ) {
<FONT SIZE=6>
<CENTER><% $title |h %></CENTER>
</FONT>
-
+% }
% unless ( $nobr ) {
<BR><!--<BR>-->
% }
-
<%init>
my( $title, $menubar, $etc, $head ) = ( '', '', '', '' );
More information about the freeside-commits
mailing list