Commit 7335ca3bed41afd66ff6aa956bd4dc9c32f80669

Authored by nbm
1 parent 9e2b04c5

Note new location of search components.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4514 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/kt3/portlets/search_portlet.smarty
1 -<form action="{$rootUrl}/presentation/lookAndFeel/knowledgeTree/search/simpleSearch.php" method="GET"> 1 +<form action="{$rootUrl}/search/simpleSearch.php" method="GET">
2 <input type="text" name="fSearchableText" id="portlet-search-text" size="15" /><input type="submit" value="{i18n}search{/i18n}" class="searchbutton" /> 2 <input type="text" name="fSearchableText" id="portlet-search-text" size="15" /><input type="submit" value="{i18n}search{/i18n}" class="searchbutton" />
3 </form> 3 </form>
4 <ul class="actionlist"> 4 <ul class="actionlist">
5 -<li><a href="{$rootUrl}/presentation/lookAndFeel/knowledgeTree/search/booleanSearch.php">{i18n}Boolean Search{/i18n}</a></li> 5 +<li><a href="{$rootUrl}/search/booleanSearch.php">{i18n}Boolean Search{/i18n}</a></li>
6 </ul> 6 </ul>