tweaking for ports sidebar layout css

This commit is contained in:
Oliver Gorwits
2012-03-03 21:29:03 +00:00
parent 6efdfc8300
commit e9e84c817e
3 changed files with 47 additions and 24 deletions

View File

@@ -13,7 +13,8 @@
<div class="tab-content">
[% FOREACH tab IN vars.tabs %]
<div id="[% tab.id %]_search" class="tab-pane [% 'active' IF params.tab == tab.id %]">
<form id="[% tab.id %]_form" class="nd_sidesearchform form-stacked" method="get" action="[% uri_for('/device') %]">
<form id="[% tab.id %]_form" class="nd_sidesearchform form-stacked"
method="get" action="[% uri_for('/device') %]">
<input name="tab" value="[% tab.id %]" type="hidden"/>
[% TRY %]
[% INCLUDE "sidebar/device/${tab.id}.tt" %]