diff options
Diffstat (limited to 'torrus/perllib/Torrus')
-rw-r--r-- | torrus/perllib/Torrus/Renderer/HTML.pm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/torrus/perllib/Torrus/Renderer/HTML.pm b/torrus/perllib/Torrus/Renderer/HTML.pm index d4a2a1380..4001baeed 100644 --- a/torrus/perllib/Torrus/Renderer/HTML.pm +++ b/torrus/perllib/Torrus/Renderer/HTML.pm @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. -# $Id: HTML.pm,v 1.5 2011-01-28 02:49:15 levinse Exp $ +# $Id: HTML.pm,v 1.6 2011-02-05 06:32:36 levinse Exp $ # Stanislav Sinyagin <ssinyagin@yahoo.com> package Torrus::Renderer::HTML; @@ -134,6 +134,15 @@ sub render_html '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', + ); + } + ''; }, |