diff options
| author | reger <reger18@arcor.de> | 2017-10-07 06:13:22 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-10-07 06:13:22 +0200 |
| commit | f8c7d0265e169be435df4f922f91143b6ce28e99 (patch) | |
| tree | fc48eab997d28c888c605c5e5a483ecf2edcbef7 /htroot/ConfigSearchPage_p.html | |
| parent | c31d94664a65ce237459299eb59ecf8c20e40335 (diff) | |
Adjust tags css style in ConfigSearchPage to equal search page
Diffstat (limited to 'htroot/ConfigSearchPage_p.html')
| -rw-r--r-- | htroot/ConfigSearchPage_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ConfigSearchPage_p.html b/htroot/ConfigSearchPage_p.html index 90e0bd332..541e8deab 100644 --- a/htroot/ConfigSearchPage_p.html +++ b/htroot/ConfigSearchPage_p.html @@ -236,8 +236,8 @@ var solr= $.getJSON("solr/collection1/select?q=*:*&defType=edismax&start=0&rows= <p class="url"> <a href="yacysearch.html" id="urlhash" target="LayouTest">http://url-of-the-search-result.net</a> </p> - <p> - <input type="checkbox" name="search.result.show.keywords" aria-labelledby="tagsTitle" value="true" #(search.result.show.keywords)#::checked="checked" #(/search.result.show.keywords)# /> <span id="tagsTitle">Tags</span>: keyword subject keyword2 keyword3 + <p class="tags"> + <input type="checkbox" name="search.result.show.keywords" aria-labelledby="tagsTitle" value="true" #(search.result.show.keywords)#::checked="checked" #(/search.result.show.keywords)# /> <span id="tagsTitle">Tags</span>: <span class="tag label label-default">keyword</span> <span class="tag label label-default">subject</span> <span class="tag label label-default">keyword2</span> <span class="tag label label-default">keyword3</span> </p> <div class="urlinfo"> <table style="border-width:0"> |
