summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/fieldvalues/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/fieldvalues/edit.html.tmpl')
-rw-r--r--template/en/default/admin/fieldvalues/edit.html.tmpl10
1 files changed, 4 insertions, 6 deletions
diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl
index d076e3071..dbe222590 100644
--- a/template/en/default/admin/fieldvalues/edit.html.tmpl
+++ b/template/en/default/admin/fieldvalues/edit.html.tmpl
@@ -17,15 +17,13 @@
[% END %]
[% PROCESS global/header.html.tmpl
title = title
+ style_urls = ['skins/standard/admin.css']
%]
<form method="post" action="editvalues.cgi">
- <table border="0" cellpadding="4" cellspacing="0">
-
+ <table id="admin_table_edit">
<tr>
- <th valign="top">
- <label for="value_new">Field Value:</label>
- </th>
+ <th><label for="value_new">Field Value:</label></th>
<td>
[% IF value.is_static %]
<input type="hidden" name="value_new" id="value_new"
@@ -71,7 +69,7 @@
</option>
[% END %]
</select>
- <small>(Leave unset to have this value always appear.)</small>
+ <span class="bz_info">(Leave unset to have this value always appear.)</span>
</td>
</tr>
[% END %]