Commit d8835285 authored by Christopher Trom's avatar Christopher Trom Committed by Frédéric Buclin

Bug 547311: Remove the "align" attribute from <th>

r/a=LpSolit
parent b3821a27
...@@ -549,3 +549,7 @@ input.required, select.required, span.required_explanation { ...@@ -549,3 +549,7 @@ input.required, select.required, span.required_explanation {
border: 2px solid #B70000; border: 2px solid #B70000;
background-color: #FFEBEB; background-color: #FFEBEB;
} }
form th {
text-align: right;
}
...@@ -29,14 +29,14 @@ ...@@ -29,14 +29,14 @@
[%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]> [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
<table> <table>
<tr> <tr>
<th align="right"><label for="Bugzilla_login">Login:</label></th> <th><label for="Bugzilla_login">Login:</label></th>
<td> <td>
<input size="35" id="Bugzilla_login" name="Bugzilla_login"> <input size="35" id="Bugzilla_login" name="Bugzilla_login">
[% Param('emailsuffix') FILTER html %] [% Param('emailsuffix') FILTER html %]
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right"><label for="Bugzilla_password">Password:</label></th> <th><label for="Bugzilla_password">Password:</label></th>
<td> <td>
<input type="password" size="35" id="Bugzilla_password" name="Bugzilla_password"> <input type="password" size="35" id="Bugzilla_password" name="Bugzilla_password">
</td> </td>
......
...@@ -28,26 +28,26 @@ ...@@ -28,26 +28,26 @@
<input type="hidden" name="a" value="confirm_new_account"> <input type="hidden" name="a" value="confirm_new_account">
<table> <table>
<tr> <tr>
<th align="right">Email Address:</th> <th>Email Address:</th>
<td>[% email FILTER html %]</td> <td>[% email FILTER html %]</td>
</tr> </tr>
<tr> <tr>
<th align="right"><small><i>(OPTIONAL)</i></small> <label for="realname">Real Name</label>:</th> <th><small><i>(OPTIONAL)</i></small> <label for="realname">Real Name</label>:</th>
<td><input type="text" id="realname" name="realname" value=""></td> <td><input type="text" id="realname" name="realname" value=""></td>
</tr> </tr>
<tr> <tr>
<th align="right"><label for="passwd1">Type your password</label>:</th> <th><label for="passwd1">Type your password</label>:</th>
<td> <td>
<input type="password" id="passwd1" name="passwd1" value=""> <input type="password" id="passwd1" name="passwd1" value="">
(minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters) (minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters)
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right"><label for="passwd2">Confirm your password</label>:</th> <th><label for="passwd2">Confirm your password</label>:</th>
<td><input type="password" id="passwd2" name="passwd2" value=""></td> <td><input type="password" id="passwd2" name="passwd2" value=""></td>
</tr> </tr>
<tr> <tr>
<th align="right">&nbsp;</th> <th>&nbsp;</th>
<td><input type="submit" id="confirm" value="Create"></td> <td><input type="submit" id="confirm" value="Create"></td>
</tr> </tr>
</table> </table>
......
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
<input type="hidden" name="a" value="chgem"> <input type="hidden" name="a" value="chgem">
<table> <table>
<tr> <tr>
<th align="right">Password:</th> <th>Password:</th>
<td><input type="password" name="password" size="36"></td> <td><input type="password" name="password" size="36"></td>
</tr> </tr>
<tr> <tr>
<th align="right">&nbsp;</th> <th>&nbsp;</th>
<td><input type="submit" id="confirm" value="Submit"></td> <td><input type="submit" id="confirm" value="Submit"></td>
</tr> </tr>
</table> </table>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<input type="hidden" name="a" value="chgpw"> <input type="hidden" name="a" value="chgpw">
<table> <table>
<tr> <tr>
<th align="right">New Password:</th> <th>New Password:</th>
<td> <td>
<input type="password" name="password"> <input type="password" name="password">
(minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters) (minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters)
...@@ -26,14 +26,14 @@ ...@@ -26,14 +26,14 @@
</tr> </tr>
<tr> <tr>
<th align="right">New Password Again:</th> <th>New Password Again:</th>
<td> <td>
<input type="password" name="matchpassword"> <input type="password" name="matchpassword">
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right">&nbsp;</th> <th>&nbsp;</th>
<td> <td>
<input type="submit" id="update" value="Submit"> <input type="submit" id="update" value="Submit">
</td> </td>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right">Password:</th> <th>Password:</th>
<td> <td>
<input type="hidden" name="old_login" value="[% user.login FILTER html %]"> <input type="hidden" name="old_login" value="[% user.login FILTER html %]">
<input type="password" name="old_password"> <input type="password" name="old_password">
...@@ -30,14 +30,14 @@ ...@@ -30,14 +30,14 @@
</tr> </tr>
[% IF user.authorizer.can_change_password %] [% IF user.authorizer.can_change_password %]
<tr> <tr>
<th align="right">New password:</th> <th>New password:</th>
<td> <td>
<input type="password" name="new_password1"> <input type="password" name="new_password1">
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right">Confirm new password:</th> <th>Confirm new password:</th>
<td> <td>
<input type="password" name="new_password2"> <input type="password" name="new_password2">
</td> </td>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
[% END %] [% END %]
<tr> <tr>
<th align="right">Your real name (optional, but encouraged):</th> <th>Your real name (optional, but encouraged):</th>
<td> <td>
<input size="35" name="realname" value="[% realname FILTER html %]"> <input size="35" name="realname" value="[% realname FILTER html %]">
</td> </td>
...@@ -55,26 +55,26 @@ ...@@ -55,26 +55,26 @@
[% IF login_change_date %] [% IF login_change_date %]
[% IF new_login_name %] [% IF new_login_name %]
<tr> <tr>
<th align="right">Pending email address:</th> <th>Pending email address:</th>
<td>[% new_login_name FILTER html %]</td> <td>[% new_login_name FILTER html %]</td>
</tr> </tr>
<tr> <tr>
<th align="right">Change request expires:</th> <th>Change request expires:</th>
<td>[% login_change_date FILTER time %]</td> <td>[% login_change_date FILTER time %]</td>
</tr> </tr>
[% ELSE %] [% ELSE %]
<tr> <tr>
<th align="right">Confirmed email address:</th> <th>Confirmed email address:</th>
<td>[% user.login FILTER html %]</td> <td>[% user.login FILTER html %]</td>
</tr> </tr>
<tr> <tr>
<th align="right">Completion date:</th> <th>Completion date:</th>
<td>[% login_change_date FILTER time %]</td> <td>[% login_change_date FILTER time %]</td>
</tr> </tr>
[% END %] [% END %]
[% ELSE %] [% ELSE %]
<tr> <tr>
<th align="right">New email address:</th> <th>New email address:</th>
<td> <td>
<input size="35" name="new_login_name"> <input size="35" name="new_login_name">
</td> </td>
......
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
#%] #%]
<tr> <tr>
<th align="right">Classification:</th> <th>Classification:</th>
<td><input size=64 maxlength=64 name="classification" <td><input size=64 maxlength=64 name="classification"
value="[% classification.name FILTER html %]"></td> value="[% classification.name FILTER html %]"></td>
</tr> </tr>
<tr> <tr>
<th align="right">Description:</th> <th>Description:</th>
<td> <td>
[% INCLUDE global/textarea.html.tmpl [% INCLUDE global/textarea.html.tmpl
name = 'description' name = 'description'
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</td> </td>
</tr> </tr>
<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" <td><input id="sortkey" size="20" maxlength="20" name="sortkey"
value="[%- classification.sortkey FILTER html %]"></td> value="[%- classification.sortkey FILTER html %]"></td>
</tr> </tr>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
[% PROCESS "admin/classifications/edit-common.html.tmpl" %] [% PROCESS "admin/classifications/edit-common.html.tmpl" %]
<tr valign=top> <tr valign=top>
<th align="right"> <th>
<a href="editproducts.cgi?classification=[% classification.name FILTER uri %]"> <a href="editproducts.cgi?classification=[% classification.name FILTER uri %]">
Edit Products</a>: Edit Products</a>:
</th> </th>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<table> <table>
[% FOREACH product = classification.products %] [% FOREACH product = classification.products %]
<tr> <tr>
<th align=right valign=top>[% product.name FILTER html %]</th> <th valign=top>[% product.name FILTER html %]</th>
<td valign=top> <td valign=top>
[% IF product.description %] [% IF product.description %]
[% product.description FILTER html_light %] [% product.description FILTER html_light %]
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
<form method=post action="editclassifications.cgi"> <form method=post action="editclassifications.cgi">
<table border=0 cellpadding=4 cellspacing=0> <table border=0 cellpadding=4 cellspacing=0>
<tr> <tr>
<th align="right">Classification:</th> <th>Classification:</th>
<td valign="top" colspan=3>[% classification.name FILTER html %]</td> <td valign="top" colspan=3>[% classification.name FILTER html %]</td>
</tr><tr> </tr><tr>
<th align="right">Description:</th> <th>Description:</th>
<td valign="top" colspan=3> <td valign="top" colspan=3>
[% IF classification.description %] [% IF classification.description %]
[% classification.description FILTER html_light %] [% classification.description FILTER html_light %]
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
</td> </td>
</tr><tr> </tr><tr>
<th align="right">Sortkey:</th> <th>Sortkey:</th>
<td valign="top" colspan=3>[% classification.sortkey FILTER html %]</td> <td valign="top" colspan=3>[% classification.sortkey FILTER html %]</td>
</tr><tr> </tr><tr>
<th align="right">Products:</th> <th>Products:</th>
<td valign="top">Other Classifications</td> <td valign="top">Other Classifications</td>
<td></td> <td></td>
<td valign="top">This Classification</td> <td valign="top">This Classification</td>
......
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
<table border=1 cellpadding=4 cellspacing=0> <table border=1 cellpadding=4 cellspacing=0>
<tr bgcolor="#6666ff"> <tr bgcolor="#6666ff">
<th align="left">Edit Classification ...</th> <th>Edit Classification ...</th>
<th align="left">Description</th> <th>Description</th>
<th align="left">Sortkey</th> <th>Sortkey</th>
<th align="left">Products</th> <th>Products</th>
<th align="left">Action</th> <th>Action</th>
</tr> </tr>
[% FOREACH cl = classifications %] [% FOREACH cl = classifications %]
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
value="[% field.sortkey FILTER html %]"> value="[% field.sortkey FILTER html %]">
</td> </td>
<th align="right"><label for="is_mandatory">Is mandatory:</label></th> <th><label for="is_mandatory">Is mandatory:</label></th>
<td> <td>
<input type="checkbox" id="is_mandatory" name="is_mandatory" value="1" <input type="checkbox" id="is_mandatory" name="is_mandatory" value="1"
[%- ' checked="checked"' IF field.is_mandatory %]> [%- ' checked="checked"' IF field.is_mandatory %]>
......
...@@ -25,19 +25,19 @@ ...@@ -25,19 +25,19 @@
<form method="post" action="editvalues.cgi"> <form method="post" action="editvalues.cgi">
<table border="0" cellpadding="4" cellspacing="0"> <table border="0" cellpadding="4" cellspacing="0">
<tr> <tr>
<th align="right"><label for="value">Value:</label></th> <th><label for="value">Value:</label></th>
<td> <td>
<input id="value" name="value" size="30" <input id="value" name="value" size="30"
maxlength="[% constants.MAX_FIELD_VALUE_SIZE FILTER none %]"> maxlength="[% constants.MAX_FIELD_VALUE_SIZE FILTER none %]">
</td> </td>
</tr> </tr>
<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> <td><input id="sortkey" name="sortkey" size="6" maxlength="6"></td>
</tr> </tr>
[% IF field.name == "bug_status" %] [% IF field.name == "bug_status" %]
<tr> <tr>
<th align="right"><label for="is_open">Status Type:</label></th> <th><label for="is_open">Status Type:</label></th>
<td> <td>
<input type="radio" id="open_status" name="is_open" value="1" <input type="radio" id="open_status" name="is_open" value="1"
checked="checked"> checked="checked">
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
[% END %] [% END %]
[% IF field.value_field %] [% IF field.value_field %]
<tr> <tr>
<th align="right"> <th>
<label for="visibility_value_id">Only appears when <label for="visibility_value_id">Only appears when
[%+ field.value_field.description FILTER html %] is set to: [%+ field.value_field.description FILTER html %] is set to:
</label> </label>
......
...@@ -39,19 +39,19 @@ ...@@ -39,19 +39,19 @@
</td> </td>
</tr> </tr>
<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" <td><input id="sortkey" size="6" maxlength="6" name="sortkey"
value="[%- value.sortkey FILTER html %]"></td> value="[%- value.sortkey FILTER html %]"></td>
</tr> </tr>
[% IF field.name == "bug_status" %] [% IF field.name == "bug_status" %]
<tr> <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> <td>[% IF value.is_open %]Open[% ELSE %]Closed[% END %]</td>
</tr> </tr>
[% END %] [% END %]
[% IF field.value_field %] [% IF field.value_field %]
<tr> <tr>
<th align="right"> <th>
<label for="visibility_value_id">Only appears when <label for="visibility_value_id">Only appears when
[%+ field.value_field.description FILTER html %] is set to: [%+ field.value_field.description FILTER html %] is set to:
</label> </label>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</tr> </tr>
[% END %] [% END %]
<tr> <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" <td><input id="is_active" name="is_active" type="checkbox" value="1"
[%+ 'checked="checked"' IF value.is_active %] [%+ 'checked="checked"' IF value.is_active %]
[%+ 'disabled="disabled"' IF value.is_default OR value.is_static %]> [%+ 'disabled="disabled"' IF value.is_default OR value.is_static %]>
......
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
<form method="post" action="editkeywords.cgi"> <form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0"> <table border="0" cellpadding="4" cellspacing="0">
<tr> <tr>
<th align="right">Name:</th> <th>Name:</th>
<td><input size="64" maxlength="64" name="name" value=""></td> <td><input size="64" maxlength="64" name="name" value=""></td>
</tr> </tr>
<tr> <tr>
<th align="right">Description:</th> <th>Description:</th>
<td> <td>
[% INCLUDE global/textarea.html.tmpl [% INCLUDE global/textarea.html.tmpl
name = 'description' name = 'description'
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
<form method="post" action="editkeywords.cgi"> <form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0"> <table border="0" cellpadding="4" cellspacing="0">
<tr> <tr>
<th align="right">Name:</th> <th>Name:</th>
<td><input size="64" maxlength="64" name="name" <td><input size="64" maxlength="64" name="name"
value="[% keyword.name FILTER html %]"></td> value="[% keyword.name FILTER html %]"></td>
</tr> </tr>
<tr> <tr>
<th align="right">Description:</th> <th>Description:</th>
<td> <td>
[% INCLUDE global/textarea.html.tmpl [% INCLUDE global/textarea.html.tmpl
name = 'description' name = 'description'
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right">[% terms.Bugs %]:</th> <th>[% terms.Bugs %]:</th>
<td> <td>
[% IF keyword.bug_count > 0 %] [% IF keyword.bug_count > 0 %]
<a href="buglist.cgi?keywords=[% keyword.name FILTER uri %]"> <a href="buglist.cgi?keywords=[% keyword.name FILTER uri %]">
......
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
<form name="f" method="post" action="editmilestones.cgi"> <form name="f" method="post" action="editmilestones.cgi">
<table border="0" cellpadding="4" cellspacing="0"> <table border="0" cellpadding="4" cellspacing="0">
<tr> <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" <td><input id="milestone" size="64" maxlength="64" name="milestone"
value=""></td> value=""></td>
</tr> </tr>
<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" <td><input id="sortkey" size="20" maxlength="20" name="sortkey"
value=""></td> value=""></td>
</tr> </tr>
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
<table> <table>
[% FOREACH c = product.components %] [% FOREACH c = product.components %]
<tr> <tr>
<th align="right">[% c.name FILTER html %]:</th> <th>[% c.name FILTER html %]:</th>
[%# descriptions are intentionally not filtered to allow html content %] [%# descriptions are intentionally not filtered to allow html content %]
<td> <td>
[% IF c.description %] [% IF c.description %]
......
...@@ -35,13 +35,13 @@ ...@@ -35,13 +35,13 @@
[% PROCESS "admin/products/edit-common.html.tmpl" %] [% PROCESS "admin/products/edit-common.html.tmpl" %]
<tr> <tr>
<th align="right">Version:</th> <th>Version:</th>
<td><input size="20" maxlength="64" name="version" <td><input size="20" maxlength="64" name="version"
value="[% version FILTER html %]"> value="[% version FILTER html %]">
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right">Create chart datasets for this product:</th> <th>Create chart datasets for this product:</th>
<td> <td>
<input type="checkbox" name="createseries" value="1" checked="checked"> <input type="checkbox" name="createseries" value="1" checked="checked">
</td> </td>
......
...@@ -14,32 +14,32 @@ ...@@ -14,32 +14,32 @@
[% IF Param('useclassification') %] [% IF Param('useclassification') %]
<tr> <tr>
<th align="right">Classification:</th> <th>Classification:</th>
<td><b>[% classification.name FILTER html %]</b></td> <td><b>[% classification.name FILTER html %]</b></td>
</tr> </tr>
[% END %] [% END %]
<tr> <tr>
<th align="right">Product:</th> <th>Product:</th>
<td><input size="64" maxlength="64" name="product" <td><input size="64" maxlength="64" name="product"
value="[% product.name FILTER html %]"> value="[% product.name FILTER html %]">
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right">Description:</th> <th>Description:</th>
<td><textarea rows="4" cols="64" wrap="virtual" name="description"> <td><textarea rows="4" cols="64" wrap="virtual" name="description">
[% product.description FILTER html %]</textarea> [% product.description FILTER html %]</textarea>
</td> </td>
</tr> </tr>
<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" <td><input type="checkbox" name="is_active" value="1"
[% ' checked="checked"' IF product.is_active %]> [% ' checked="checked"' IF product.is_active %]>
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right"> <th>
<label for="allows_unconfirmed">Enable the <label for="allows_unconfirmed">Enable the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status [%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status
in this product:</label> in this product:</label>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
[% IF Param('usetargetmilestone') -%] [% IF Param('usetargetmilestone') -%]
<tr> <tr>
<th align="right">Default milestone:</th> <th>Default milestone:</th>
<td> <td>
[% IF product.milestones.size %] [% IF product.milestones.size %]
<select name="defaultmilestone"> <select name="defaultmilestone">
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
[% PROCESS "admin/products/edit-common.html.tmpl" %] [% PROCESS "admin/products/edit-common.html.tmpl" %]
<tr> <tr>
<th align="right" valign="top"> <th valign="top">
<a href="editcomponents.cgi?product=[% product.name FILTER uri %]"> <a href="editcomponents.cgi?product=[% product.name FILTER uri %]">
Edit components: Edit components:
</a> </a>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right" valign="top"> <th valign="top">
<a href="editversions.cgi?product=[% product.name FILTER uri %]">Edit <a href="editversions.cgi?product=[% product.name FILTER uri %]">Edit
versions:</a> versions:</a>
</th> </th>
...@@ -76,7 +76,7 @@ versions:</a> ...@@ -76,7 +76,7 @@ versions:</a>
</tr> </tr>
[% IF Param('usetargetmilestone') %] [% IF Param('usetargetmilestone') %]
<tr> <tr>
<th align="right" valign="top"> <th valign="top">
<a href="editmilestones.cgi?product=[% product.name FILTER uri %]"> <a href="editmilestones.cgi?product=[% product.name FILTER uri %]">
Edit milestones:</a> Edit milestones:</a>
</th> </th>
...@@ -93,7 +93,7 @@ versions:</a> ...@@ -93,7 +93,7 @@ versions:</a>
</tr> </tr>
[% END %] [% END %]
<tr> <tr>
<th align="right" valign="top"> <th valign="top">
<a href="editproducts.cgi?action=editgroupcontrols&product= <a href="editproducts.cgi?action=editgroupcontrols&product=
[%- product.name FILTER uri %]"> [%- product.name FILTER uri %]">
Edit Group Access Controls: Edit Group Access Controls:
...@@ -122,7 +122,7 @@ versions:</a> ...@@ -122,7 +122,7 @@ versions:</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th align="right">[% terms.Bugs %]:</th> <th>[% terms.Bugs %]:</th>
<td><a href="buglist.cgi?product=[% product.name FILTER uri %]"> <td><a href="buglist.cgi?product=[% product.name FILTER uri %]">
[% product.bug_count FILTER html %]</a></td> [% product.bug_count FILTER html %]</a></td>
</tr> </tr>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<form method="post" action="editversions.cgi"> <form method="post" action="editversions.cgi">
<table border="0" cellpadding="4" cellspacing="0"> <table border="0" cellpadding="4" cellspacing="0">
<tr> <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" <td><input id="version" size="64" maxlength="64" name="version"
value=""></td> value=""></td>
</tr> </tr>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
[% p = [{id => 0, name => "{Start}", is_open => 1}] %] [% p = [{id => 0, name => "{Start}", is_open => 1}] %]
[% FOREACH status = p.merge(statuses) %] [% FOREACH status = p.merge(statuses) %]
<tr class="highlight"> <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 %] [% display_value("bug_status", status.name) FILTER html %]
</th> </th>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
[% p = [{id => 0, name => "{Start}", is_open => 1}] %] [% p = [{id => 0, name => "{Start}", is_open => 1}] %]
[% FOREACH status = p.merge(statuses) %] [% FOREACH status = p.merge(statuses) %]
<tr class="highlight"> <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 %] [% display_value("bug_status", status.name) FILTER html %]
</th> </th>
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<form action="showdependencygraph.cgi" method="GET"> <form action="showdependencygraph.cgi" method="GET">
<table> <table>
<tr> <tr>
<th align="left"><label for="id">[% terms.Bug %] numbers</label>:</th> <th><label for="id">[% terms.Bug %] numbers</label>:</th>
<td><input id="id" name="id" value="[% bug_id %]"></td> <td><input id="id" name="id" value="[% bug_id %]"></td>
<td> <td>
<input type="checkbox" id="showsummary" name="showsummary" [% " checked" IF showsummary %]> <input type="checkbox" id="showsummary" name="showsummary" [% " checked" IF showsummary %]>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</tr> </tr>
<tr> <tr>
<th align="left"><label for="display">Display:</label></th> <th><label for="display">Display:</label></th>
<td colspan="2"> <td colspan="2">
<select id="display" name="display"> <select id="display" name="display">
<option value="tree"[% 'selected="selected"' IF (!display || display == "tree") %]> <option value="tree"[% 'selected="selected"' IF (!display || display == "tree") %]>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</tr> </tr>
<tr> <tr>
<th align="left"><label for="rankdir">Orientation:</label></th> <th><label for="rankdir">Orientation:</label></th>
<td colspan="2"> <td colspan="2">
<select id="rankdir" name="rankdir"> <select id="rankdir" name="rankdir">
<option value="TB"[% " selected" IF rankdir == "TB" %]>Top to bottom</option> <option value="TB"[% " selected" IF rankdir == "TB" %]>Top to bottom</option>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<table> <table>
<tr> <tr>
<th align="right"> <th>
<a href="[% target FILTER uri %]?classification=__all <a href="[% target FILTER uri %]?classification=__all
[% IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] [% IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%]
[%- IF format %]&amp;format=[% format FILTER uri %][% END %]"> [%- IF format %]&amp;format=[% format FILTER uri %][% END %]">
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
[% FOREACH class = classifications %] [% FOREACH class = classifications %]
<tr> <tr>
<th align="right"> <th>
<a href="[% target FILTER uri %]?classification=[% class.name FILTER uri -%] <a href="[% target FILTER uri %]?classification=[% class.name FILTER uri -%]
[%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%]
[%- IF format %]&amp;format=[% format FILTER uri %][% END %]"> [%- IF format %]&amp;format=[% format FILTER uri %][% END %]">
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
[% FOREACH p = c.products %] [% FOREACH p = c.products %]
<tr> <tr>
<th align="right" valign="top"> <th valign="top">
<a href="[% target %]?product=[% p.name FILTER uri -%] <a href="[% target %]?product=[% p.name FILTER uri -%]
[%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%]
[%- IF format %]&amp;format=[% format FILTER uri %][% END %]"> [%- IF format %]&amp;format=[% format FILTER uri %][% END %]">
......
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
<table border="1" cellpadding="4" cellspacing="0"> <table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF"> <tr bgcolor="#6666FF">
<th align="left">Name</th> <th>Name</th>
<th align="left">Description</th> <th>Description</th>
<th align="left">Open [% terms.Bugs %]</th> <th>Open [% terms.Bugs %]</th>
<th align="left">Total [% terms.Bugs %]</th> <th>Total [% terms.Bugs %]</th>
</tr> </tr>
[% END %] [% END %]
......
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
<table width="100%"> <table width="100%">
<tr> <tr>
<th align="left">ID</th> <th>ID</th>
[% FOREACH col = query.columnlist %] [% FOREACH col = query.columnlist %]
[% NEXT IF col == 'bug_id' %] [% NEXT IF col == 'bug_id' %]
<th align="left">[% field_descs.$col FILTER html %]</th> <th>[% field_descs.$col FILTER html %]</th>
[% END %] [% END %]
</tr> </tr>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<table cellspacing="2" cellpadding="2" style="border: 1px solid;"> <table cellspacing="2" cellpadding="2" style="border: 1px solid;">
<tr> <tr>
<th align="left"> <th>
Event: Event:
</th> </th>
<td align="right" colspan="2"> <td align="right" colspan="2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment