summaryrefslogtreecommitdiff
path: root/htroot/ConfigSearchPage_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-04-04 15:25:37 +0200
committerMichael Peter Christen <mc@yacy.net>2014-04-04 15:25:37 +0200
commitc8d4a63604803e9cf10225069c4a2b799ac4497d (patch)
tree3b77b1e51b7d60991d53794ce72dc893fb94d693 /htroot/ConfigSearchPage_p.html
parente8ddd415a849fa3969c157caa4f491d5fbe3541f (diff)
eliminating the word 'Facet' from the interface because it is ugly. If
people do not know what search navigation is, then they also do not know what a 'facet' is.
Diffstat (limited to 'htroot/ConfigSearchPage_p.html')
-rw-r--r--htroot/ConfigSearchPage_p.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/htroot/ConfigSearchPage_p.html b/htroot/ConfigSearchPage_p.html
index c42ab92de..9f55dfb39 100644
--- a/htroot/ConfigSearchPage_p.html
+++ b/htroot/ConfigSearchPage_p.html
@@ -138,43 +138,43 @@ $(function() {
<tr>
<td><input type="checkbox" name="search.navigation.protocol" value="true" #(search.navigation.protocol)#::checked="checked" #(/search.navigation.protocol)# /></td>
<td><div id="sidebarProtocols" style="float: right; margin-top: 0px; width: 230px;">
- <h3 style="padding-left: 25px;">Protocol Facet</h3>
+ <h3 style="padding-left: 25px;">Protocol</h3>
</div></td>
</tr>
<tr>
<td><input type="checkbox" name="search.navigation.filetype" value="true" #(search.navigation.filetype)#::checked="checked" #(/search.navigation.filetype)# /></td>
<td><div id="sidebarFiletypes" style="float: right; margin-top: 0px; width: 230px;">
- <h3 style="padding-left: 25px;">Filetype Facet</h3>
+ <h3 style="padding-left: 25px;">Filetype</h3>
</div></td>
</tr>
<tr>
<td><input type="checkbox" name="search.navigation.hosts" value="true" #(search.navigation.hosts)#::checked="checked" #(/search.navigation.hosts)# /></td>
<td><div id="sidebarDomains" style="float: right; margin-top: 0px; width: 230px;">
- <h3 style="padding-left: 25px;">Domain Facet</h3>
+ <h3 style="padding-left: 25px;">Provider</h3>
</div></td>
</tr>
<tr>
<td><input type="checkbox" name="search.navigation.namespace" value="true" #(search.navigation.namespace)#::checked="checked" #(/search.navigation.namespace)# /></td>
<td><div id="sidebarNameSpace" style="float: right; margin-top: 0px; width: 230px;">
- <h3 style="padding-left: 25px;">Wiki Name Space Facet</h3>
+ <h3 style="padding-left: 25px;">Wiki Name Space</h3>
</div></td>
</tr>
<tr>
<td><input type="checkbox" name="search.navigation.language" value="true" #(search.navigation.language)#::checked="checked" #(/search.navigation.language)# /></td>
<td><div id="sidebarLanguages" style="float: right; margin-top: 0px; width: 230px;">
- <h3 style="padding-left: 25px;">Language Facet</h3>
+ <h3 style="padding-left: 25px;">Language</h3>
</div></td>
</tr>
<tr>
<td><input type="checkbox" name="search.navigation.authors" value="true" #(search.navigation.authors)#::checked="checked" #(/search.navigation.authors)# /></td>
<td><div id="sidebarAuthors" style="float: right; margin-top: 0px; width: 230px;">
- <h3 style="padding-left: 25px;">Author Facet</h3>
+ <h3 style="padding-left: 25px;">Author</h3>
</div></td>
</tr>
<tr>
<td></td>
<td><div id="vocabulary" style="float: right; margin-top: 0px; width: 230px;">
- <h3 style="padding-left: 25px;">Vocabulary Facet</h3>
+ <h3 style="padding-left: 25px;">Vocabulary</h3>
</div></td>
</tr>
<tr>