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/IndexImportOAIPMH_p.html | |
| parent | 7f6ee76eb93b45f11e639031545b3e17b2947211 (diff) | |
apply default css styles (class btn) to submit buttons
Diffstat (limited to 'htroot/IndexImportOAIPMH_p.html')
| -rw-r--r-- | htroot/IndexImportOAIPMH_p.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/IndexImportOAIPMH_p.html b/htroot/IndexImportOAIPMH_p.html index 757645fe6..671d3acdd 100644 --- a/htroot/IndexImportOAIPMH_p.html +++ b/htroot/IndexImportOAIPMH_p.html @@ -17,7 +17,7 @@ <legend>Single request import</legend>
This will submit only a single request as given here to a OAI-PMH server and imports records into the index<br />
<input name="urlstartone" type="text" value="#[defaulturl]#" size="80" />
- <input name="submit" type="submit" value="Import OAI-PMH source" />
+ <input name="submit" type="submit" class="btn btn-primary" value="Import OAI-PMH source" />
#(import-one)#::
<p><dl>
<dt>Source:</dt><dd>#[source]#</dd>
@@ -35,8 +35,8 @@ <legend>Import all Records from a server</legend>
Import all records that follow according to resumption elements into index<br />
<input name="urlstart" type="text" value="" size="80" />
- <input name="importroot" type="submit" value="import this source" />
- #(optiongetlist)#::or <input name="getlist" type="submit" value="import from a list" />#(/optiongetlist)#
+ <input name="importroot" type="submit" class="btn btn-primary" value="import this source" />
+ #(optiongetlist)#::or <input name="getlist" type="submit" class="btn btn-primary" value="import from a list" />#(/optiongetlist)#
#(status)#::<p>Import started!</p>::<p>Bad input data: #[message]# </p>#(/status)#
</fieldset>
</form>
|
