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/CookieMonitorOutgoing_p.html | |
| parent | 3c8d6e1eee63df0f1b456e6cbe49238f4a614d0c (diff) | |
replaced pdblue-homebrew buttons with bootstrap standard buttons
Diffstat (limited to 'htroot/CookieMonitorOutgoing_p.html')
| -rw-r--r-- | htroot/CookieMonitorOutgoing_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/CookieMonitorOutgoing_p.html b/htroot/CookieMonitorOutgoing_p.html index 56ab3cfa6..272c68f55 100644 --- a/htroot/CookieMonitorOutgoing_p.html +++ b/htroot/CookieMonitorOutgoing_p.html @@ -32,8 +32,8 @@ </table>
<form action="" method="post" accept-charset="UTF-8">
<fieldset>
- #(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring" class="submitready" style="width:240px"/>#(/monitorCookies.off)#
- #(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring" class="submitready" style="width:240px"/>#(/monitorCookies.on)#
+ #(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring" class="btn btn-primary" style="width:240px"/>#(/monitorCookies.off)#
+ #(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring" class="btn btn-primary" style="width:240px"/>#(/monitorCookies.on)#
</fieldset>
</form>
#%env/templates/footer.template%#
|
