diff options
| author | reger <reger18@arcor.de> | 2015-12-25 01:08:51 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-12-25 01:08:51 +0100 |
| commit | 50f64ddc3b87c64e6f29dc6f038023f1fb1da7fc (patch) | |
| tree | 4c1f398635a85ed1bfba899853ca6e8cafccc159 /htroot/Threaddump_p.html | |
| parent | 7f6ee76eb93b45f11e639031545b3e17b2947211 (diff) | |
apply default css styles (class btn) to submit buttons
Diffstat (limited to 'htroot/Threaddump_p.html')
| -rw-r--r-- | htroot/Threaddump_p.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Threaddump_p.html b/htroot/Threaddump_p.html index 80e75ba49..1e20c0cfd 100644 --- a/htroot/Threaddump_p.html +++ b/htroot/Threaddump_p.html @@ -6,20 +6,20 @@ #%env/templates/metas.template%#
</head>
<body id="Threaddump">
- #%env/templates/header.template%# + #%env/templates/header.template%#
#%env/templates/submenuComputation.template%#
<h2>Threaddump</h2>
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td><form action="Threaddump_p.html" method="get" accept-charset="UTF-8">
<fieldset>
- <input type="submit" name="singleThreaddump" value="Single Threaddump" />
+ <input type="submit" name="singleThreaddump" class="btn btn-primary" value="Single Threaddump" />
</fieldset>
</form></td>
<td><form action="Threaddump_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<input type="text" name="count" value="#[count]#" size="4" maxlength="4" />
- <input type="submit" name="multipleThreaddump" value="Multiple Dump Statistic" />
+ <input type="submit" name="multipleThreaddump" class="btn btn-primary" value="Multiple Dump Statistic" />
</fieldset>
</form></td>
</tr></table>
|
