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/ConfigHTCache_p.html | |
| parent | 3c8d6e1eee63df0f1b456e6cbe49238f4a614d0c (diff) | |
replaced pdblue-homebrew buttons with bootstrap standard buttons
Diffstat (limited to 'htroot/ConfigHTCache_p.html')
| -rw-r--r-- | htroot/ConfigHTCache_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ConfigHTCache_p.html b/htroot/ConfigHTCache_p.html index 890ae9845..46f78f050 100644 --- a/htroot/ConfigHTCache_p.html +++ b/htroot/ConfigHTCache_p.html @@ -23,7 +23,7 @@ <dt><label for="maxCacheSize">The maximum size of the cache</label></dt> <dd><input name="maxCacheSize" id="maxCacheSize" type="text" size="8" maxlength="24" value="#[maxCacheSize]#" /> MB</dd> <dt> </dt> - <dd><input type="submit" name="set" value="Set" class="submitready"/></dd> + <dd><input type="submit" name="set" value="Set" class="btn btn-primary"/></dd> </dl> </fieldset> </form> @@ -37,7 +37,7 @@ />Delete HTTP & FTP Cache<br/> <input type="checkbox" name="deleteRobots" id="deleteRobots" disabled="disabled" />Delete robots.txt Cache<br/> <input type="checkbox" name="deleteSearchFl" id="deleteSearchFl" disabled="disabled" />Delete cached snippet-fetching failures during search<br/><br/><br/> - <input type="submit" name="deletecomplete" value="Delete" class="submitready"/> + <input type="submit" name="deletecomplete" value="Delete" class="btn btn-primary"/> </dd> </dl> </fieldset> |
