Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
5b6b45ec
Commit
5b6b45ec
authored
Oct 27, 2002
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugzilla Bug 176936 minor consistency changes for editproducts and editflags
r=joel
parent
818ce46d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
editproducts.cgi
editproducts.cgi
+1
-1
list.html.tmpl
template/en/default/admin/flag-type/list.html.tmpl
+3
-4
No files found.
editproducts.cgi
View file @
5b6b45ec
...
...
@@ -232,7 +232,7 @@ unless ($action) {
}
print
"<TR>\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"
;
PutTrailer
();
...
...
template/en/default/admin/flag-type/list.html.tmpl
View file @
5b6b45ec
...
...
@@ -83,7 +83,7 @@
<table id="flag_types" cellspacing="0" cellpadding="4" border="1">
<tr>
<th>
Name
</th>
<th>
Edit name ...
</th>
<th>Description</th>
<th>Actions</th>
</tr>
...
...
@@ -91,11 +91,10 @@
[% FOREACH type = types %]
<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>
<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 %]"
onclick="return confirmDelete([% type.id %], '[% type.name FILTER js %]',
[% type.flag_count %]);">Delete</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment