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/ConfigProperties_p.html | |
| parent | 3c8d6e1eee63df0f1b456e6cbe49238f4a614d0c (diff) | |
replaced pdblue-homebrew buttons with bootstrap standard buttons
Diffstat (limited to 'htroot/ConfigProperties_p.html')
| -rw-r--r-- | htroot/ConfigProperties_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ConfigProperties_p.html b/htroot/ConfigProperties_p.html index da5e3c958..98699eb78 100644 --- a/htroot/ConfigProperties_p.html +++ b/htroot/ConfigProperties_p.html @@ -57,8 +57,8 @@ <form action="ConfigProperties_p.html" method="post" accept-charset="UTF-8">
<fieldset>
<input type="text" id="key" name="key" size="40" onkeyup="filterList()" value="#[keyPosted]#"/>:<input type="text" id="value" name="value" size="40" value="#[valuePosted]#" />
- <input type="submit" value="Save" class="submitready"/>
- <input type="button" value="Clear" onclick="clear_form()" class="submitready"/>
+ <input type="submit" value="Save" class="btn btn-primary"/>
+ <input type="button" value="Clear" onclick="clear_form()" class="btn btn-primary"/>
</fieldset>
</form>
|
