diff options
author | levinse <levinse> | 2011-02-10 01:08:44 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-02-10 01:08:44 +0000 |
commit | 406b21cab11a2a89f359d40d10d6b37e60eddc1e (patch) | |
tree | b096753908ac0039df37f8d4360c2d4ed4028536 /torrus/templates/default-dir.html | |
parent | 64ccb0c8d26c387b323fb34e671b34c62d2c0c81 (diff) |
torrus, UI, RT10574
Diffstat (limited to 'torrus/templates/default-dir.html')
-rw-r--r-- | torrus/templates/default-dir.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/torrus/templates/default-dir.html b/torrus/templates/default-dir.html index 7eec26744..bcdc001b4 100644 --- a/torrus/templates/default-dir.html +++ b/torrus/templates/default-dir.html @@ -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> |