summaryrefslogtreecommitdiff
path: root/htroot/ViewFile.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2015-12-25 01:08:51 +0100
committerreger <reger18@arcor.de>2015-12-25 01:08:51 +0100
commit50f64ddc3b87c64e6f29dc6f038023f1fb1da7fc (patch)
tree4c1f398635a85ed1bfba899853ca6e8cafccc159 /htroot/ViewFile.html
parent7f6ee76eb93b45f11e639031545b3e17b2947211 (diff)
apply default css styles (class btn) to submit buttons
Diffstat (limited to 'htroot/ViewFile.html')
-rw-r--r--htroot/ViewFile.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html
index 98e4fd533..d32cc22c4 100644
--- a/htroot/ViewFile.html
+++ b/htroot/ViewFile.html
@@ -82,15 +82,15 @@ function updatepage(str) {
<dt>URL:</dt>
<dd>
<input type="text" size="60" name="url" id="url" value="#[url]#" />
- <input type="submit" name="show" value="Show Metadata" />
- #(moar)#::<input type="button" value="Browse Host" onClick="location.href='/HostBrowser.html?path=' + document.getElementById('url').value" />#(/moar)#
+ <input type="submit" name="show" class="btn btn-primary" value="Show Metadata" />
+ #(moar)#::<input type="button" value="Browse Host" class="btn btn-default" onClick="location.href='/HostBrowser.html?path=' + document.getElementById('url').value" />#(/moar)#
<div id="searchresults"></div>
</dd>
#(moar)#::
<dt>Search in Document:</dt>
<dd>
<input type="text" size="60" name="search" id="search" value="#[search]#" />
- <input type="submit" name="show" value="Show Snippet" />
+ <input type="submit" name="show" class="btn btn-primary" value="Show Snippet" />
</dd>
#(/moar)#
</dl>
@@ -124,7 +124,7 @@ function updatepage(str) {
<option value="links"#(vMode-links)#:: selected="selected"#(/vMode-links)#>Link List</option>
<option value="iframeCitations"#(vMode-iframeCitations)#:: selected="selected"#(/vMode-iframeCitations)#>Citation Report</option>
</select>
- <noscript><input type="submit" name="show" value="Show" /></noscript>
+ <noscript><input type="submit" name="show" class="btn btn-primary" value="Show" /></noscript>
</dd>
</dl>
<input type="hidden" name="words" value="#[words]#" />