diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-09-03 16:04:57 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-09-03 16:04:57 +0200 |
| commit | 8ca842b137a89a30fb7191f3b061330d24aff04a (patch) | |
| tree | aaec1d9b3499a33eb33ba5268be8c2fc167c52fc /htroot/ConfigNetwork_p.html | |
| parent | 04709e91d72b0209544ed572f8bb7adb8efb3b17 (diff) | |
added new button design to more buttons
Diffstat (limited to 'htroot/ConfigNetwork_p.html')
| -rw-r--r-- | htroot/ConfigNetwork_p.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/htroot/ConfigNetwork_p.html b/htroot/ConfigNetwork_p.html index 7c2c3aae9..63551f477 100644 --- a/htroot/ConfigNetwork_p.html +++ b/htroot/ConfigNetwork_p.html @@ -84,7 +84,7 @@ <dt>DHT</dt> <dd>#[network.unit.dht]#</dd> <dt> </dt> - <dd><input type="submit" name="changeNetwork" value="Change Network" /></dd> + <dd><input type="submit" name="changeNetwork" value="Change Network" class="submitready"/></dd> </dl> </fieldset> </form> @@ -145,10 +145,10 @@ #(indexReceiveBlockBlacklistChecked.off)#::checked="checked" #(/indexReceiveBlockBlacklistChecked.off)#/> <label for="indexReceiveBlockBlacklistOff">accept transmitted URLs that match your blacklist</label>. </dd> - <dt> - <input type="submit" name="save" value="Save" /> - </dt> - <dd></dd> + <dt></dt> + <dd> + <input type="submit" name="save" value="Save" class="submitready"/> + </dd> </dl> </fieldset> @@ -199,10 +199,10 @@ If you leave the field empty, no peer asks your peer. If you fill in a '*', your peer is always asked. <input type="text" id="peertags" name="peertags" value="#[peertags]#" size="40" maxlength="80" /> </dd> - <dt> - <input type="submit" name="save" value="Save" /> - </dt> - <dd></dd> + <dt></dt> + <dd> + <input type="submit" name="save" value="Save" class="submitready"/> + </dd> </dl> </fieldset> </form> |
