remove unecessary ids and add hidden port field to device ports

This commit is contained in:
Oliver Gorwits
2012-01-09 11:40:43 +00:00
parent 8838215a50
commit 67949b8420
2 changed files with 10 additions and 9 deletions

View File

@@ -1,7 +1,8 @@
<form id="[% tab.id %]_form" class="nd_sidesearchform form-stacked" method="get" action="/device">
<input name="ip" value="[% d.ip %]" type="hidden"/>
<input name="tab" value="[% tab.id %]" type="hidden"/>
<input name="ip" value="[% params.ip %]" type="hidden"/>
<input name="port" value="[% params.port %]" type="hidden"/>
<div class="nd_search clearfix">
<button id="[% tab.id %]_submit" type="submit" class="btn info">Update View</button>
<a id="[% tab.id %]_bookmark" href="#"