summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/classifications/edit-common.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/classifications/edit-common.html.tmpl')
-rw-r--r--template/en/default/admin/classifications/edit-common.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/classifications/edit-common.html.tmpl b/template/en/default/admin/classifications/edit-common.html.tmpl
index 6f038fceb..9dd6c1676 100644
--- a/template/en/default/admin/classifications/edit-common.html.tmpl
+++ b/template/en/default/admin/classifications/edit-common.html.tmpl
@@ -11,12 +11,12 @@
#%]
<tr>
- <th align="right">Classification:</th>
+ <th>Classification:</th>
<td><input size=64 maxlength=64 name="classification"
value="[% classification.name FILTER html %]"></td>
</tr>
<tr>
- <th align="right">Description:</th>
+ <th>Description:</th>
<td>
[% INCLUDE global/textarea.html.tmpl
name = 'description'
@@ -27,7 +27,7 @@
</td>
</tr>
<tr>
- <th align="right"><label for="sortkey">Sortkey:</label></th>
+ <th><label for="sortkey">Sortkey:</label></th>
<td><input id="sortkey" size="20" maxlength="20" name="sortkey"
value="[%- classification.sortkey FILTER html %]"></td>
</tr>