[freeside-commits] freeside/torrus/templates default-dir.html, 1.3, 1.4

Erik Levinson levinse at wavetail.420.am
Thu Jan 27 18:49:17 PST 2011


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

Modified Files:
	default-dir.html 
Log Message:
torrus, RT10574

Index: default-dir.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/torrus/templates/default-dir.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- default-dir.html	29 Dec 2010 03:45:05 -0000	1.3
+++ default-dir.html	28 Jan 2011 02:49:15 -0000	1.4
@@ -1,8 +1,13 @@
 [% PROCESS 'html-incblocks.txt' %]
+[% thepath=path(token) %]
 [% INCLUDE htmlstart title=xmlnorm(nodeParam(token,'comment')) printpath=1 %]
 
 [% INCLUDE legend %]
 
+[% IF matches(thepath,'Interface_Counters/$') %]
+   [% freesideComponent('/elements/init_overlib.html') %]
+[% END %]
+
 <P>Directories you can jump to:</P>
 <DIV CLASS="Listing">
 [%   hasLeaves = 0; hasSubtrees = 0;
@@ -39,6 +44,9 @@
       <A HREF="[%url(child)%]"[%urlTitle%]>[% nodeName(child) %]</A>
       [% hidden ? '</EM>':'';
          thisIsAlias ? '</EM>':''; %]
+      [% IF matches(thepath,'Interface_Counters/$') %]
+        [% popup_link('nms-add_iface.html',nodeName(parent(token)),uri_escape(nodeName(child))) %]
+      [% END %]
     </SPAN>
        [% IF comment %]
     <SPAN CLASS="NodeDescr">



More information about the freeside-commits mailing list