[freeside-commits] freeside/torrus/perllib/Torrus/Renderer HTML.pm, 1.5, 1.6
Erik Levinson
levinse at wavetail.420.am
Fri Feb 4 22:32:38 PST 2011
Update of /home/cvs/cvsroot/freeside/torrus/perllib/Torrus/Renderer
In directory wavetail.420.am:/tmp/cvs-serv26711/torrus/perllib/Torrus/Renderer
Modified Files:
HTML.pm
Log Message:
torrus, add router UI, RT10574
Index: HTML.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/torrus/perllib/Torrus/Renderer/HTML.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- HTML.pm 28 Jan 2011 02:49:15 -0000 1.5
+++ HTML.pm 5 Feb 2011 06:32:36 -0000 1.6
@@ -134,6 +134,15 @@
'actionlabel' => 'Monitor interface',
);
}
+ elsif($type eq 'nms-add_router.html') {
+ return
+ $self->freesideComponent('/elements/popup_link.html',
+ 'action' => "/freeside/misc/$type",
+ 'label' => 'Add Router',
+ 'actionlabel' => 'Add Router',
+ );
+ }
+
'';
},
More information about the freeside-commits
mailing list