summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-02-10 23:53:39 +0000
committerLester Caine <lester@lsces.co.uk>2006-02-10 23:53:39 +0000
commit1631fe453fe890f65bcb20560ff8e40a39d1afeb (patch)
treef7076afde961aa3adbb59a0998ec41de7caa96e8 /templates
parentcecaddbfcaf1da0450a9902026e391effa04be75 (diff)
downloadsearch-1631fe453fe890f65bcb20560ff8e40a39d1afeb.tar.gz
search-1631fe453fe890f65bcb20560ff8e40a39d1afeb.tar.bz2
search-1631fe453fe890f65bcb20560ff8e40a39d1afeb.zip
Tidy to standardise on 'All Content' rather than 'Entire Site' and 'All Site'
Included in $contentType hash like elsewhere
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_search.tpl1
-rw-r--r--templates/global_mini_search.tpl1
-rw-r--r--templates/search.tpl1
3 files changed, 0 insertions, 3 deletions
diff --git a/templates/admin_search.tpl b/templates/admin_search.tpl
index 16df633..e1cc7d7 100644
--- a/templates/admin_search.tpl
+++ b/templates/admin_search.tpl
@@ -48,7 +48,6 @@
{formlabel label="Perform action on:" for="where"}
{forminput}
<select name="where" id="where">
- <option value="pages">{tr}Entire Site{/tr}</option>
{html_options options=$contentTypes}
</select>
{formhelp note="Limit indexing action to the selected Liberty package"}
diff --git a/templates/global_mini_search.tpl b/templates/global_mini_search.tpl
index 1e0ff56..6525304 100644
--- a/templates/global_mini_search.tpl
+++ b/templates/global_mini_search.tpl
@@ -4,7 +4,6 @@
<input id="fuser" name="highlight" size="20" type="text" accesskey="s" value="{tr}search{/tr}" onfocus="this.value=''" />
<br />
<select name="where">
- <option value="pages">{tr}Entire Site{/tr}</option>
{html_options options=$contentTypes selected=$perms[user].level}
</select>
</div>
diff --git a/templates/search.tpl b/templates/search.tpl
index f8374ed..e04719d 100644
--- a/templates/search.tpl
+++ b/templates/search.tpl
@@ -10,7 +10,6 @@
{formlabel label="Limit Search" for="where"}
{forminput}
<select name="where" id="where">
- <option value="pages">{tr}Entire Site{/tr}</option>
{html_options options=$contentTypes }
</select>
{formhelp note="Limit search to the selected Liberty package"}