summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/classifications
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/classifications')
-rw-r--r--template/en/default/admin/classifications/add.html.tmpl4
-rw-r--r--template/en/default/admin/classifications/del.html.tmpl4
-rw-r--r--template/en/default/admin/classifications/edit-common.html.tmpl2
-rw-r--r--template/en/default/admin/classifications/edit.html.tmpl6
-rw-r--r--template/en/default/admin/classifications/select.html.tmpl4
5 files changed, 10 insertions, 10 deletions
diff --git a/template/en/default/admin/classifications/add.html.tmpl b/template/en/default/admin/classifications/add.html.tmpl
index 1a6941f67..90b15d539 100644
--- a/template/en/default/admin/classifications/add.html.tmpl
+++ b/template/en/default/admin/classifications/add.html.tmpl
@@ -34,6 +34,6 @@
<input type="hidden" name="token" value="[% token FILTER html %]">
</FORM>
-[% PROCESS admin/classifications/footer.html.tmpl %]
+[% PROCESS admin/classifications/footer.html.tmpl %]
-[% PROCESS global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/classifications/del.html.tmpl b/template/en/default/admin/classifications/del.html.tmpl
index 5a3800f7a..ffd7d2f02 100644
--- a/template/en/default/admin/classifications/del.html.tmpl
+++ b/template/en/default/admin/classifications/del.html.tmpl
@@ -58,6 +58,6 @@
<input type="hidden" name="token" value="[% token FILTER html %]">
</form>
-[% PROCESS admin/classifications/footer.html.tmpl %]
+[% PROCESS admin/classifications/footer.html.tmpl %]
-[% PROCESS global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/classifications/edit-common.html.tmpl b/template/en/default/admin/classifications/edit-common.html.tmpl
index e0db0089f..b839c9384 100644
--- a/template/en/default/admin/classifications/edit-common.html.tmpl
+++ b/template/en/default/admin/classifications/edit-common.html.tmpl
@@ -24,7 +24,7 @@
<tr>
<th align="right">Classification:</th>
- <td><input size=64 maxlength=64 name="classification"
+ <td><input size=64 maxlength=64 name="classification"
value="[% classification.name FILTER html %]"></td>
</tr>
<tr>
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl
index 17d04de67..138ecd50b 100644
--- a/template/en/default/admin/classifications/edit.html.tmpl
+++ b/template/en/default/admin/classifications/edit.html.tmpl
@@ -55,13 +55,13 @@
</tr>
</table>
- <input type=hidden name="classificationold"
+ <input type=hidden name="classificationold"
value="[% classification.name FILTER html %]">
<input type=hidden name="action" value="update">
<input type="hidden" name="token" value="[% token FILTER html %]">
<input type=submit value="Update">
</form>
-[% PROCESS admin/classifications/footer.html.tmpl %]
+[% PROCESS admin/classifications/footer.html.tmpl %]
-[% PROCESS global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/classifications/select.html.tmpl b/template/en/default/admin/classifications/select.html.tmpl
index bc78cbb6e..af29be324 100644
--- a/template/en/default/admin/classifications/select.html.tmpl
+++ b/template/en/default/admin/classifications/select.html.tmpl
@@ -34,7 +34,7 @@
[% FOREACH cl = classifications %]
<tr>
<td valign="top"><a href="editclassifications.cgi?action=edit&amp;classification=[% cl.name FILTER uri %]"><b>[% cl.name FILTER html %]</b></a></td>
- <td valign="top">
+ <td valign="top">
[% IF cl.description %]
[% cl.description FILTER html_light %]
[% ELSE %]
@@ -63,4 +63,4 @@
</tr>
</table>
-[% PROCESS global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]