Revert "make app portable through uri_base"

This reverts commit c555fc9330.
This commit is contained in:
Oliver Gorwits
2012-01-18 11:29:21 +00:00
parent c555fc9330
commit 32ecdbefb7
18 changed files with 54 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
<form id="[% tab.id %]_form" class="nd_sidesearchform form-stacked" method="get" action="[% uri_base %]/device">
<form id="[% tab.id %]_form" class="nd_sidesearchform form-stacked" method="get" action="/device">
<input name="ip" value="[% params.ip %]" type="hidden"/>
<input name="q" value="[% params.q %]" type="hidden"/>
</form>