[freeside-commits] freeside/torrus/templates default-dir.html, 1.1.1.1, 1.2 default-rrd.html, 1.3, 1.4 expanded-dir.html, 1.1.1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Tue Dec 28 19:36:45 PST 2010


Update of /home/cvs/cvsroot/freeside/torrus/templates
In directory wavetail.420.am:/tmp/cvs-serv26313/torrus/templates

Modified Files:
	default-dir.html default-rrd.html expanded-dir.html 
Log Message:
torrus skinning improvements, RT#10574

Index: default-dir.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/torrus/templates/default-dir.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -w -d -r1.1.1.1 -r1.2
--- default-dir.html	27 Dec 2010 00:04:03 -0000	1.1.1.1
+++ default-dir.html	29 Dec 2010 03:36:43 -0000	1.2
@@ -1,8 +1,6 @@
 [% PROCESS 'html-incblocks.txt' %]
 [% thepath=path(token) %]
-[% INCLUDE htmlstart title=thepath printpath=1 %]
-
-<H1>[% xmlnorm(nodeParam(token,'comment')) %]</H1>
+[% INCLUDE htmlstart title=xmlnorm(nodeParam(token,'comment')) printpath=1 %]
 
 [% INCLUDE legend %]
 

Index: default-rrd.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/torrus/templates/default-rrd.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- default-rrd.html	29 Dec 2010 03:22:37 -0000	1.3
+++ default-rrd.html	29 Dec 2010 03:36:43 -0000	1.4
@@ -2,7 +2,7 @@
 [% INCLUDE setdate %]
 [% parentComment = nodeParam(parent(token),'comment') %]
 [% IF parentComment;
-     INCLUDE htmlstart title='Graphs for ' _ xmlnorm(parentComment);
+     INCLUDE htmlstart title='Graphs for ' _ xmlnorm(parentComment) printpath=1;
    ELSE;
      INCLUDE htmlstart title='Graphs for ' _ path(token) printpath=1;
    END;

Index: expanded-dir.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/torrus/templates/expanded-dir.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -w -d -r1.1.1.1 -r1.2
--- expanded-dir.html	27 Dec 2010 00:04:03 -0000	1.1.1.1
+++ expanded-dir.html	29 Dec 2010 03:36:43 -0000	1.2
@@ -1,7 +1,7 @@
 [% PROCESS 'html-incblocks.txt' %]
 [% INCLUDE setdate %]
 [% thepath=path(token) %]
-[% INCLUDE htmlstart title=thepath printpath=1 %]
+[% INCLUDE htmlstart title=xmlnorm(nodeParam(token,'comment')) printpath=1 %]
 
 <H1>[% xmlnorm(nodeParam(token,'comment')) %]</H1>
 



More information about the freeside-commits mailing list