summaryrefslogtreecommitdiff
path: root/htroot/ConfigSearchPage_p.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2015-04-14 03:19:27 +0200
committerreger <reger18@arcor.de>2015-04-14 03:19:27 +0200
commit702c30e6194755b3ab89844afbad3649254c3504 (patch)
tree30afb222fbafaf75fca171467e9cc9304ea2e414 /htroot/ConfigSearchPage_p.html
parent4c907bec89d08762b5896863b46b6d7e617bc836 (diff)
add info text icon next to Augmented Browsing check-box
with hint to config page
Diffstat (limited to 'htroot/ConfigSearchPage_p.html')
-rw-r--r--htroot/ConfigSearchPage_p.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/htroot/ConfigSearchPage_p.html b/htroot/ConfigSearchPage_p.html
index 2b696c46a..f326f7587 100644
--- a/htroot/ConfigSearchPage_p.html
+++ b/htroot/ConfigSearchPage_p.html
@@ -255,7 +255,13 @@ var solr= $.getJSON("/solr/collection1/select?q=*:*&defType=edismax&start=0&rows
<td align="center"><input type="checkbox" name="search.result.show.citation" value="true" #(search.result.show.citation)#::checked="checked" #(/search.result.show.citation)# /></td>
<td align="center"><input type="checkbox" name="search.result.show.pictures" value="true" #(search.result.show.pictures)#::checked="checked" #(/search.result.show.pictures)# /></td>
<td align="center"><input type="checkbox" name="search.result.show.cache" value="true" #(search.result.show.cache)#::checked="checked" #(/search.result.show.cache)# /></td>
- <td align="center"><input type="checkbox" name="search.result.show.proxy" value="true" #(search.result.show.proxy)#::checked="checked" #(/search.result.show.proxy)# /></td>
+ <td align="center"><input type="checkbox" name="search.result.show.proxy" value="true" #(search.result.show.proxy)#::checked="checked" #(/search.result.show.proxy)# />
+ <span class="info" style="padding-left: 10px"><img src="env/grafics/i16.gif" alt="info"/><span>
+ For this option URL proxy must be enabled.<br>
+ see <a href="AugmentedBrowsing_p.html">AugmentedBrowsing_p.html</a><br>
+ menu: Content Semantic > Augmented Browsing
+ </span></span>
+ </td>
<td align="center"><input type="checkbox" name="search.result.show.hostbrowser" value="true" #(search.result.show.hostbrowser)#::checked="checked" #(/search.result.show.hostbrowser)# /></td>
</tr>
</table>