summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/editparams.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/params/editparams.html.tmpl')
-rw-r--r--template/en/default/admin/params/editparams.html.tmpl15
1 files changed, 7 insertions, 8 deletions
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl
index 3febbaba4..50a0a2ea5 100644
--- a/template/en/default/admin/params/editparams.html.tmpl
+++ b/template/en/default/admin/params/editparams.html.tmpl
@@ -40,9 +40,8 @@
doc_section = "parameters.html"
%]
-<table border="0" width="100%">
- <tr>
- <td>
+<div class="table">
+ <div class="cell">
[%# NAVIGATION BAR %]
<table id="menu">
<tr>
@@ -66,8 +65,9 @@
</tr>
[% END %]
</table>
- </td>
- <td>
+ </div>
+
+ <div class="cell">
[% IF curpanel == -1 %]
[% PROCESS admin/params/index.html.tmpl panels = panels %]
[% ELSE %]
@@ -96,8 +96,7 @@
<input type="submit" id="save-params" value="Save Changes">
</form>
[% END %]
- </td>
- </tr>
-</table>
+ </div>
+</div>
[% INCLUDE global/footer.html.tmpl %]