diff options
| author | orbiter <mc@yacy.net> | 2014-03-20 22:52:01 +0100 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2014-03-20 22:52:01 +0100 |
| commit | f8f88d4e812b1fecae33d4749b7828656c8101e4 (patch) | |
| tree | 7d4b7d926134bf4441df5e4512efdbdd3ff7b593 /htroot/CrawlProfileEditor_p.html | |
| parent | 3c8d6e1eee63df0f1b456e6cbe49238f4a614d0c (diff) | |
replaced pdblue-homebrew buttons with bootstrap standard buttons
Diffstat (limited to 'htroot/CrawlProfileEditor_p.html')
| -rw-r--r-- | htroot/CrawlProfileEditor_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/CrawlProfileEditor_p.html b/htroot/CrawlProfileEditor_p.html index 8a184b0f3..f2e0a267d 100644 --- a/htroot/CrawlProfileEditor_p.html +++ b/htroot/CrawlProfileEditor_p.html @@ -92,7 +92,7 @@ <select name="handle">#{profiles}# <option value="#[handle]#"#(selected)#:: selected="selected"#(/selected)#>#[name]#</option>#{/profiles}# </select> - <input type="submit" name="edit" value="Edit profile" class="submitready"/> + <input type="submit" name="edit" value="Edit profile" class="btn btn-primary"/> </fieldset> </form> @@ -114,7 +114,7 @@ type="text" value="#[value]#" size="120" maxlength="10000"#(/type)# />:: <strong>#(type)##(checked)#false::true#(/checked)#::#[value]#::#[value]##(/type)#</strong>#(/readonly)# </dd>#{/entries}# - <dt> </dt><dd><input type="submit" name="submit" value="Submit changes" class="submitready"/></dd> + <dt> </dt><dd><input type="submit" name="submit" value="Submit changes" class="btn btn-primary"/></dd> </dl> </fieldset> </form> |
