mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bugzilla Bug 176936 minor consistency changes for editproducts and editflags
r=joel
This commit is contained in:
parent
ec55dafdc3
commit
0e0787e6e4
@ -232,7 +232,7 @@ unless ($action) {
|
|||||||
}
|
}
|
||||||
print "<TR>\n";
|
print "<TR>\n";
|
||||||
print " <TD VALIGN=\"top\" COLSPAN=7>Add a new product</TD>\n";
|
print " <TD VALIGN=\"top\" COLSPAN=7>Add a new product</TD>\n";
|
||||||
print " <TD VALIGN=\"top\" ALIGN=\"middle\"><FONT SIZE =-1><A HREF=\"editproducts.cgi?action=add\">Add</A></FONT></TD>\n";
|
print " <TD VALIGN=\"top\" ALIGN=\"middle\"><A HREF=\"editproducts.cgi?action=add\">Add</A></TD>\n";
|
||||||
print "</TR></TABLE>\n";
|
print "</TR></TABLE>\n";
|
||||||
|
|
||||||
PutTrailer();
|
PutTrailer();
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
<table id="flag_types" cellspacing="0" cellpadding="4" border="1">
|
<table id="flag_types" cellspacing="0" cellpadding="4" border="1">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Edit name ...</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Actions</th>
|
<th>Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -91,11 +91,10 @@
|
|||||||
[% FOREACH type = types %]
|
[% FOREACH type = types %]
|
||||||
|
|
||||||
<tr class="[% type.is_active ? "active" : "inactive" %]">
|
<tr class="[% type.is_active ? "active" : "inactive" %]">
|
||||||
<td>[% type.name FILTER html %]</td>
|
<td><a href="editflagtypes.cgi?action=edit&id=[% type.id %]">[% type.name FILTER html %]</a></td>
|
||||||
<td>[% type.description FILTER html %]</td>
|
<td>[% type.description FILTER html %]</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="editflagtypes.cgi?action=edit&id=[% type.id %]">Edit</a>
|
<a href="editflagtypes.cgi?action=copy&id=[% type.id %]">Copy</a>
|
||||||
| <a href="editflagtypes.cgi?action=copy&id=[% type.id %]">Copy</a>
|
|
||||||
| <a href="editflagtypes.cgi?action=confirmdelete&id=[% type.id %]"
|
| <a href="editflagtypes.cgi?action=confirmdelete&id=[% type.id %]"
|
||||||
onclick="return confirmDelete([% type.id %], '[% type.name FILTER js %]',
|
onclick="return confirmDelete([% type.id %], '[% type.name FILTER js %]',
|
||||||
[% type.flag_count %]);">Delete</a>
|
[% type.flag_count %]);">Delete</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user