summaryrefslogtreecommitdiff
path: root/htroot/PerformanceMemory_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-03-07 22:49:32 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-03-07 22:49:32 +0000
commit70cd391ea1316980aed701c797beac552dfbddab (patch)
tree3ae731bdc75a8eb1b8322e0932cceabaa56d6ced /htroot/PerformanceMemory_p.html
parent5741701b59d1951ecf5da4a57d69166bae2f22a1 (diff)
fix for dl/fieldset problem in Safari
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3444 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
-rw-r--r--htroot/PerformanceMemory_p.html19
1 files changed, 7 insertions, 12 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index b8d215cc2..77ed44d17 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -61,18 +61,13 @@
<form action="PerformanceMemory_p.html" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Memory Settings</legend>
- <table border="0" cellpadding="2" cellspacing="1" width="60%">
- <colgroup><col width="20%" /><col width="40%" /></colgroup>
- <tr>
- <td class="TableCellDark" align="right"><label for="Xmx">Memory reserved for JVM</label>&nbsp;</td>
- <td class="TableCellLight" align="left">&nbsp;<input name="Xmx" id="Xmx" type="text" size="4" maxlength="4" value="#[Xmx]#" /> MByte</td>
- </tr>
- <tr>
- <td class="TableCellLight" align="right"><input type="submit" name="setStartup" value="Set" /></td>
- <td #(setStartupCommit)#class="TableCellLight"::class="commit"::class="error"#(/setStartupCommit)# align="left">&nbsp;#(setStartupCommit)#::Accepted change. This will take effect after <strong>restart</strong> of YaCy#(/setStartupCommit)#
- </td>
- </tr>
- </table>
+ <dl>
+ <dt><label for="Xmx">Memory reserved for JVM</label></dt>
+ <dd><input name="Xmx" id="Xmx" type="text" size="4" maxlength="4" value="#[Xmx]#" /> MByte&nbsp;
+ <input type="submit" name="setStartup" value="Set" />&nbsp;
+ #(setStartupCommit)#::<div class="commit">Accepted change. This will take effect after <strong>restart</strong> of YaCy</div>::<div class="error"></div>#(/setStartupCommit)#
+ </dd>
+ </dl>
</fieldset>
</form>