summaryrefslogtreecommitdiff
path: root/htroot/IndexSchema_p.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2015-12-23 00:04:40 +0100
committerreger <reger18@arcor.de>2015-12-23 00:04:40 +0100
commit0fa63409368c9e44175bbae1a97d41f3ccf4f75a (patch)
tree82174bd4cc0295af5e5cfcd5e7a09a3bcfc47438 /htroot/IndexSchema_p.html
parentbf098412cf90a027520ab084fa8d899f5c09d38c (diff)
apply more default css styles (class btn) to submit buttons
Diffstat (limited to 'htroot/IndexSchema_p.html')
-rw-r--r--htroot/IndexSchema_p.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/IndexSchema_p.html b/htroot/IndexSchema_p.html
index cc0a2ae7b..b47c920de 100644
--- a/htroot/IndexSchema_p.html
+++ b/htroot/IndexSchema_p.html
@@ -54,8 +54,8 @@
</div>
</fieldset>
<div>
- <input type="submit" name="set" value="Set" />
- <input style="float:right" type="submit" name="resetselectiontodefault" value="reset selection to default" />
+ <input type="submit" name="set" class="btn btn-primary" value="Set" />
+ <input style="float:right" type="submit" name="resetselectiontodefault" class="btn btn-primary" value="reset selection to default" />
</div>
</form>
<p><br /></p>
@@ -66,7 +66,7 @@
To physically remove them from the index you need to reindex the documents.
Here you can reindex all documents with inactive fields.</p>
<div style="text-align:center ">
- <input type="submit" name="reindexSolr" value="reindex Solr" />
+ <input type="submit" name="reindexSolr" class="btn btn-primary" value="reindex Solr" />
<input type="hidden" name="reindexnow"/>
</div>
<p>You may monitor progress (or stop the job) under <a href="IndexReIndexMonitor_p.html">IndexReIndexMonitor_p.html</a></p>