diff options
| author | reger24 <11603289+reger24@users.noreply.github.com> | 2022-02-03 03:25:13 +0100 |
|---|---|---|
| committer | reger24 <11603289+reger24@users.noreply.github.com> | 2022-02-03 03:25:13 +0100 |
| commit | f28d705cd0f9f7edb64e1595d94e377361c23eee (patch) | |
| tree | 6534eab5c04a25458a36df4438404caaad1d1fd6 /htroot/IndexBrowser_p.html | |
| parent | d7d977569bae807480121434bffd6e04eb24725f (diff) | |
update IndexBroser_p add to blacklist button
add feedback to user on success
Diffstat (limited to 'htroot/IndexBrowser_p.html')
| -rw-r--r-- | htroot/IndexBrowser_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/IndexBrowser_p.html b/htroot/IndexBrowser_p.html index 6843dba02..9ccd6baae 100644 --- a/htroot/IndexBrowser_p.html +++ b/htroot/IndexBrowser_p.html @@ -170,7 +170,7 @@ var solr= $.getJSON("solr/collection1/select?q=*:*&start=0&rows=0&wt=json&facet= <legend style="display: inline">Browser for <a href="#[path]#" target="_blank">#[path]#</a> <span style="padding-left: 25px"> <form style="display: inline" action="IndexBrowser_p.html?path=#[path]#" id="searchform" method="get" role="search"> - <button type="submit" name="addtoblacklist" class="btn btn-xs btn-default">Add to blacklist</button> + <button type="submit" name="addtoblacklist" class="btn btn-xs btn-default">Add to blacklist #(blkadded)#::<span class="text-success glyphicon glyphicon-ok"></span>::<span class="text-danger glyphicon glyphicon-remove">#(/blkadded)#</button> <input type="text" name="path" value="#[path]#" hidden="true"/> </form> </span> |
