diff options
| author | reger <reger18@arcor.de> | 2015-12-25 01:08:51 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-12-25 01:08:51 +0100 |
| commit | 50f64ddc3b87c64e6f29dc6f038023f1fb1da7fc (patch) | |
| tree | 4c1f398635a85ed1bfba899853ca6e8cafccc159 /htroot/ServerScannerList.html | |
| parent | 7f6ee76eb93b45f11e639031545b3e17b2947211 (diff) | |
apply default css styles (class btn) to submit buttons
Diffstat (limited to 'htroot/ServerScannerList.html')
| -rw-r--r-- | htroot/ServerScannerList.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ServerScannerList.html b/htroot/ServerScannerList.html index d84acb0f0..e23cc7fc3 100644 --- a/htroot/ServerScannerList.html +++ b/htroot/ServerScannerList.html @@ -49,7 +49,7 @@ #(edit)#:: <p> <input type="hidden" name="num" value="#[num]#" /> - <input type="submit" name="crawl" value="Add Selected Servers to Crawler" /> + <input type="submit" name="crawl" class="btn btn-primary" value="Add Selected Servers to Crawler" /> </p> #(/edit)# </fieldset></form> |
