summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/custom_fields/confirm-delete.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/confirm-delete.html.tmpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/template/en/default/admin/custom_fields/confirm-delete.html.tmpl b/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
index 579806137..471d7a1c4 100644
--- a/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
+++ b/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
@@ -23,23 +23,23 @@
doc_section = "custom-fields.html#delete-custom-fields"
%]
-<table border="1" cellpadding="4" cellspacing="0">
-<tr class="column_header">
- <th valign="top" class="left">Field</th>
- <th valign="top" class="left">Value</th>
-</tr>
-<tr>
- <td valign="top">Custom Field:</td>
- <td valign="top">[% field.name FILTER html %]</td>
-</tr>
-<tr>
- <td valign="top">Description:</td>
- <td valign="top">[% field.description FILTER html %]</td>
-</tr>
-<tr>
- <td valign="top">Type:</td>
- <td valign="top">[% field_types.${field.type} FILTER html %]</td>
-</tr>
+<table id="admin_table">
+ <tr class="column_header">
+ <th>Field</th>
+ <th>Value</th>
+ </tr>
+ <tr>
+ <td>Custom Field</td>
+ <td>[% field.name FILTER html %]</td>
+ </tr>
+ <tr>
+ <td>Description</td>
+ <td>[% field.description FILTER html %]</td>
+ </tr>
+ <tr>
+ <td>Type</td>
+ <td>[% field_types.${field.type} FILTER html %]</td>
+ </tr>
</table>
<h2>Confirmation</h2>