Commit eb0d23bc405f0775767bfd5dc4c7bfbd2fd13aff

Authored by Neil Blakey-Milner
1 parent 25308b15

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 2 <input type="text" name="fSearchableText" id="portlet-search-text" size="15" /><input type="submit" value="{i18n}search{/i18n}" class="searchbutton" />
3 3 </form>
4 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 6 </ul>
... ...