[freeside-commits] freeside/torrus/templates default-dir.html, 1.7, 1.8

Erik Levinson levinse at wavetail.420.am
Wed Feb 9 17:08:46 PST 2011


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

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

Index: default-dir.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/torrus/templates/default-dir.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- default-dir.html	7 Feb 2011 05:20:41 -0000	1.7
+++ default-dir.html	10 Feb 2011 01:08:44 -0000	1.8
@@ -17,7 +17,7 @@
     serviceids = get_serviceids(nms,router);
 
     # HACK! this doesn't do what you think it does...
-    popup_link('nms-add_iface.html',router,uri_escape(nodeName(token)),nms,serviceids);
+    popup_link('nms-add_iface.html',router,uri_escape(slash2underscore(nodeName(token))),nms,serviceids);
  END; 
  IF matches(thepath,'Routers/$');
    freesideComponent('/elements/init_overlib.html');
@@ -63,7 +63,7 @@
          thisIsAlias ? '</EM>':''; %]
       [% IF matches(thepath,'Interface_Counters/$') %]
 	<FONT SIZE="-1">
-        [% popup_link('nms-add_iface.html',router,uri_escape(nodeName(child)),nms,serviceids) %]
+        [% popup_link('nms-add_iface.html',router,uri_escape(slash2underscore(nodeName(child))),nms,serviceids) %]
 	</FONT>
       [% END %]
     </SPAN>



More information about the freeside-commits mailing list