summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/classifications/edit-common.html.tmpl6
-rw-r--r--template/en/default/admin/classifications/edit.html.tmpl4
-rw-r--r--template/en/default/admin/classifications/reclassify.html.tmpl8
-rw-r--r--template/en/default/admin/classifications/select.html.tmpl10
-rw-r--r--template/en/default/admin/custom_fields/edit-common.html.tmpl2
-rw-r--r--template/en/default/admin/fieldvalues/create.html.tmpl8
-rw-r--r--template/en/default/admin/fieldvalues/edit.html.tmpl8
-rw-r--r--template/en/default/admin/keywords/create.html.tmpl4
-rw-r--r--template/en/default/admin/keywords/edit.html.tmpl6
-rw-r--r--template/en/default/admin/milestones/create.html.tmpl4
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/admin/products/create.html.tmpl4
-rw-r--r--template/en/default/admin/products/edit-common.html.tmpl12
-rw-r--r--template/en/default/admin/products/edit.html.tmpl10
-rw-r--r--template/en/default/admin/versions/create.html.tmpl2
-rw-r--r--template/en/default/admin/workflow/comment.html.tmpl2
-rw-r--r--template/en/default/admin/workflow/edit.html.tmpl2
17 files changed, 47 insertions, 47 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>
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl
index 429eefc69..fddcb3f96 100644
--- a/template/en/default/admin/classifications/edit.html.tmpl
+++ b/template/en/default/admin/classifications/edit.html.tmpl
@@ -16,7 +16,7 @@
[% PROCESS "admin/classifications/edit-common.html.tmpl" %]
<tr valign=top>
- <th align="right">
+ <th>
<a href="editproducts.cgi?classification=[% classification.name FILTER uri %]">
Edit Products</a>:
</th>
@@ -25,7 +25,7 @@
<table>
[% FOREACH product = classification.products %]
<tr>
- <th align=right valign=top>[% product.name FILTER html %]</th>
+ <th valign=top>[% product.name FILTER html %]</th>
<td valign=top>
[% IF product.description %]
[% product.description FILTER html_light %]
diff --git a/template/en/default/admin/classifications/reclassify.html.tmpl b/template/en/default/admin/classifications/reclassify.html.tmpl
index 13fb3a3bf..3e12d3e42 100644
--- a/template/en/default/admin/classifications/reclassify.html.tmpl
+++ b/template/en/default/admin/classifications/reclassify.html.tmpl
@@ -13,11 +13,11 @@
<form method=post action="editclassifications.cgi">
<table border=0 cellpadding=4 cellspacing=0>
<tr>
- <th align="right">Classification:</th>
+ <th>Classification:</th>
<td valign="top" colspan=3>[% classification.name FILTER html %]</td>
</tr><tr>
- <th align="right">Description:</th>
+ <th>Description:</th>
<td valign="top" colspan=3>
[% IF classification.description %]
[% classification.description FILTER html_light %]
@@ -27,11 +27,11 @@
</td>
</tr><tr>
- <th align="right">Sortkey:</th>
+ <th>Sortkey:</th>
<td valign="top" colspan=3>[% classification.sortkey FILTER html %]</td>
</tr><tr>
- <th align="right">Products:</th>
+ <th>Products:</th>
<td valign="top">Other Classifications</td>
<td></td>
<td valign="top">This Classification</td>
diff --git a/template/en/default/admin/classifications/select.html.tmpl b/template/en/default/admin/classifications/select.html.tmpl
index 53f94cade..e5139195a 100644
--- a/template/en/default/admin/classifications/select.html.tmpl
+++ b/template/en/default/admin/classifications/select.html.tmpl
@@ -12,11 +12,11 @@
<table border=1 cellpadding=4 cellspacing=0>
<tr bgcolor="#6666ff">
- <th align="left">Edit Classification ...</th>
- <th align="left">Description</th>
- <th align="left">Sortkey</th>
- <th align="left">Products</th>
- <th align="left">Action</th>
+ <th>Edit Classification ...</th>
+ <th>Description</th>
+ <th>Sortkey</th>
+ <th>Products</th>
+ <th>Action</th>
</tr>
[% FOREACH cl = classifications %]
diff --git a/template/en/default/admin/custom_fields/edit-common.html.tmpl b/template/en/default/admin/custom_fields/edit-common.html.tmpl
index adf8d3ec4..b08b7f23d 100644
--- a/template/en/default/admin/custom_fields/edit-common.html.tmpl
+++ b/template/en/default/admin/custom_fields/edit-common.html.tmpl
@@ -78,7 +78,7 @@
value="[% field.sortkey FILTER html %]">
</td>
- <th align="right"><label for="is_mandatory">Is mandatory:</label></th>
+ <th><label for="is_mandatory">Is mandatory:</label></th>
<td>
<input type="checkbox" id="is_mandatory" name="is_mandatory" value="1"
[%- ' checked="checked"' IF field.is_mandatory %]>
diff --git a/template/en/default/admin/fieldvalues/create.html.tmpl b/template/en/default/admin/fieldvalues/create.html.tmpl
index f9f0f7e54..900f4d901 100644
--- a/template/en/default/admin/fieldvalues/create.html.tmpl
+++ b/template/en/default/admin/fieldvalues/create.html.tmpl
@@ -25,19 +25,19 @@
<form method="post" action="editvalues.cgi">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
- <th align="right"><label for="value">Value:</label></th>
+ <th><label for="value">Value:</label></th>
<td>
<input id="value" name="value" size="30"
maxlength="[% constants.MAX_FIELD_VALUE_SIZE FILTER none %]">
</td>
</tr>
<tr>
- <th align="right"><label for="sortkey">Sortkey:</label></th>
+ <th><label for="sortkey">Sortkey:</label></th>
<td><input id="sortkey" name="sortkey" size="6" maxlength="6"></td>
</tr>
[% IF field.name == "bug_status" %]
<tr>
- <th align="right"><label for="is_open">Status Type:</label></th>
+ <th><label for="is_open">Status Type:</label></th>
<td>
<input type="radio" id="open_status" name="is_open" value="1"
checked="checked">
@@ -56,7 +56,7 @@
[% END %]
[% IF field.value_field %]
<tr>
- <th align="right">
+ <th>
<label for="visibility_value_id">Only appears when
[%+ field.value_field.description FILTER html %] is set to:
</label>
diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl
index ab6418552..90ac419c6 100644
--- a/template/en/default/admin/fieldvalues/edit.html.tmpl
+++ b/template/en/default/admin/fieldvalues/edit.html.tmpl
@@ -39,19 +39,19 @@
</td>
</tr>
<tr>
- <th align="right"><label for="sortkey">Sortkey:</label></th>
+ <th><label for="sortkey">Sortkey:</label></th>
<td><input id="sortkey" size="6" maxlength="6" name="sortkey"
value="[%- value.sortkey FILTER html %]"></td>
</tr>
[% IF field.name == "bug_status" %]
<tr>
- <th align="right"><label for="is_open">Status Type:</label></th>
+ <th><label for="is_open">Status Type:</label></th>
<td>[% IF value.is_open %]Open[% ELSE %]Closed[% END %]</td>
</tr>
[% END %]
[% IF field.value_field %]
<tr>
- <th align="right">
+ <th>
<label for="visibility_value_id">Only appears when
[%+ field.value_field.description FILTER html %] is set to:
</label>
@@ -76,7 +76,7 @@
</tr>
[% END %]
<tr>
- <th align="right"><label for="is_active">Enabled for [% terms.bugs %]:</label></th>
+ <th><label for="is_active">Enabled for [% terms.bugs %]:</label></th>
<td><input id="is_active" name="is_active" type="checkbox" value="1"
[%+ 'checked="checked"' IF value.is_active %]
[%+ 'disabled="disabled"' IF value.is_default OR value.is_static %]>
diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl
index e29db400c..10de960cb 100644
--- a/template/en/default/admin/keywords/create.html.tmpl
+++ b/template/en/default/admin/keywords/create.html.tmpl
@@ -18,11 +18,11 @@
<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
- <th align="right">Name:</th>
+ <th>Name:</th>
<td><input size="64" maxlength="64" name="name" value=""></td>
</tr>
<tr>
- <th align="right">Description:</th>
+ <th>Description:</th>
<td>
[% INCLUDE global/textarea.html.tmpl
name = 'description'
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl
index 07603e1de..f8b74ab21 100644
--- a/template/en/default/admin/keywords/edit.html.tmpl
+++ b/template/en/default/admin/keywords/edit.html.tmpl
@@ -17,12 +17,12 @@
<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
- <th align="right">Name:</th>
+ <th>Name:</th>
<td><input size="64" maxlength="64" name="name"
value="[% keyword.name FILTER html %]"></td>
</tr>
<tr>
- <th align="right">Description:</th>
+ <th>Description:</th>
<td>
[% INCLUDE global/textarea.html.tmpl
name = 'description'
@@ -34,7 +34,7 @@
</td>
</tr>
<tr>
- <th align="right">[% terms.Bugs %]:</th>
+ <th>[% terms.Bugs %]:</th>
<td>
[% IF keyword.bug_count > 0 %]
<a href="buglist.cgi?keywords=[% keyword.name FILTER uri %]">
diff --git a/template/en/default/admin/milestones/create.html.tmpl b/template/en/default/admin/milestones/create.html.tmpl
index 8006c0cd0..31352a963 100644
--- a/template/en/default/admin/milestones/create.html.tmpl
+++ b/template/en/default/admin/milestones/create.html.tmpl
@@ -23,12 +23,12 @@
<form name="f" method="post" action="editmilestones.cgi">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
- <th align="right"><label for="milestone">Milestone:</label></th>
+ <th><label for="milestone">Milestone:</label></th>
<td><input id="milestone" size="64" maxlength="64" name="milestone"
value=""></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=""></td>
</tr>
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 3b1c05fe2..324d21308 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -110,7 +110,7 @@
<table>
[% FOREACH c = product.components %]
<tr>
- <th align="right">[% c.name FILTER html %]:</th>
+ <th>[% c.name FILTER html %]:</th>
[%# descriptions are intentionally not filtered to allow html content %]
<td>
[% IF c.description %]
diff --git a/template/en/default/admin/products/create.html.tmpl b/template/en/default/admin/products/create.html.tmpl
index 6d4009586..576e216d6 100644
--- a/template/en/default/admin/products/create.html.tmpl
+++ b/template/en/default/admin/products/create.html.tmpl
@@ -35,13 +35,13 @@
[% PROCESS "admin/products/edit-common.html.tmpl" %]
<tr>
- <th align="right">Version:</th>
+ <th>Version:</th>
<td><input size="20" maxlength="64" name="version"
value="[% version FILTER html %]">
</td>
</tr>
<tr>
- <th align="right">Create chart datasets for this product:</th>
+ <th>Create chart datasets for this product:</th>
<td>
<input type="checkbox" name="createseries" value="1" checked="checked">
</td>
diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl
index 2b76c44ac..6faa07469 100644
--- a/template/en/default/admin/products/edit-common.html.tmpl
+++ b/template/en/default/admin/products/edit-common.html.tmpl
@@ -14,32 +14,32 @@
[% IF Param('useclassification') %]
<tr>
- <th align="right">Classification:</th>
+ <th>Classification:</th>
<td><b>[% classification.name FILTER html %]</b></td>
</tr>
[% END %]
<tr>
- <th align="right">Product:</th>
+ <th>Product:</th>
<td><input size="64" maxlength="64" name="product"
value="[% product.name FILTER html %]">
</td>
</tr>
<tr>
- <th align="right">Description:</th>
+ <th>Description:</th>
<td><textarea rows="4" cols="64" wrap="virtual" name="description">
[% product.description FILTER html %]</textarea>
</td>
</tr>
<tr>
- <th align="right">Open for [% terms.bug %] entry:</th>
+ <th>Open for [% terms.bug %] entry:</th>
<td><input type="checkbox" name="is_active" value="1"
[% ' checked="checked"' IF product.is_active %]>
</td>
</tr>
<tr>
- <th align="right">
+ <th>
<label for="allows_unconfirmed">Enable the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status
in this product:</label>
@@ -51,7 +51,7 @@
[% IF Param('usetargetmilestone') -%]
<tr>
- <th align="right">Default milestone:</th>
+ <th>Default milestone:</th>
<td>
[% IF product.milestones.size %]
<select name="defaultmilestone">
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index c38530125..713f30aeb 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -35,7 +35,7 @@
[% PROCESS "admin/products/edit-common.html.tmpl" %]
<tr>
- <th align="right" valign="top">
+ <th valign="top">
<a href="editcomponents.cgi?product=[% product.name FILTER uri %]">
Edit components:
</a>
@@ -59,7 +59,7 @@
</td>
</tr>
<tr>
- <th align="right" valign="top">
+ <th valign="top">
<a href="editversions.cgi?product=[% product.name FILTER uri %]">Edit
versions:</a>
</th>
@@ -76,7 +76,7 @@ versions:</a>
</tr>
[% IF Param('usetargetmilestone') %]
<tr>
- <th align="right" valign="top">
+ <th valign="top">
<a href="editmilestones.cgi?product=[% product.name FILTER uri %]">
Edit milestones:</a>
</th>
@@ -93,7 +93,7 @@ versions:</a>
</tr>
[% END %]
<tr>
- <th align="right" valign="top">
+ <th valign="top">
<a href="editproducts.cgi?action=editgroupcontrols&product=
[%- product.name FILTER uri %]">
Edit Group Access Controls:
@@ -122,7 +122,7 @@ versions:</a>
</td>
</tr>
<tr>
- <th align="right">[% terms.Bugs %]:</th>
+ <th>[% terms.Bugs %]:</th>
<td><a href="buglist.cgi?product=[% product.name FILTER uri %]">
[% product.bug_count FILTER html %]</a></td>
</tr>
diff --git a/template/en/default/admin/versions/create.html.tmpl b/template/en/default/admin/versions/create.html.tmpl
index af7258238..3544a697b 100644
--- a/template/en/default/admin/versions/create.html.tmpl
+++ b/template/en/default/admin/versions/create.html.tmpl
@@ -22,7 +22,7 @@
<form method="post" action="editversions.cgi">
<table border="0" cellpadding="4" cellspacing="0">
<tr>
- <th align="right"><label for="version">Version:</label></th>
+ <th><label for="version">Version:</label></th>
<td><input id="version" size="64" maxlength="64" name="version"
value=""></td>
</tr>
diff --git a/template/en/default/admin/workflow/comment.html.tmpl b/template/en/default/admin/workflow/comment.html.tmpl
index b5907d1d0..94218c8fa 100644
--- a/template/en/default/admin/workflow/comment.html.tmpl
+++ b/template/en/default/admin/workflow/comment.html.tmpl
@@ -48,7 +48,7 @@
[% p = [{id => 0, name => "{Start}", is_open => 1}] %]
[% FOREACH status = p.merge(statuses) %]
<tr class="highlight">
- <th align="right" class="[% status.is_open ? "open-status" : "closed-status" %]">
+ <th class="[% status.is_open ? "open-status" : "closed-status" %]">
[% display_value("bug_status", status.name) FILTER html %]
</th>
diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl
index 403405b16..4ae613ef5 100644
--- a/template/en/default/admin/workflow/edit.html.tmpl
+++ b/template/en/default/admin/workflow/edit.html.tmpl
@@ -53,7 +53,7 @@
[% p = [{id => 0, name => "{Start}", is_open => 1}] %]
[% FOREACH status = p.merge(statuses) %]
<tr class="highlight">
- <th align="right" class="[% status.is_open ? "open-status" : "closed-status" %]">
+ <th class="[% status.is_open ? "open-status" : "closed-status" %]">
[% display_value("bug_status", status.name) FILTER html %]
</th>