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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a68d8e88
Commit
a68d8e88
authored
Dec 10, 2003
by
jocuri%softhome.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave.
parent
bcccebe2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
create.html.tmpl
template/en/default/admin/keywords/create.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/admin/keywords/edit.html.tmpl
+1
-1
list.html.tmpl
template/en/default/admin/keywords/list.html.tmpl
+1
-1
No files found.
template/en/default/admin/keywords/create.html.tmpl
View file @
a68d8e88
...
...
@@ -31,7 +31,6 @@
<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
<input type="hidden" name="id" value="-1">
<tr>
<th align="right">Name:</th>
<td><input size="64" maxlength="64" name="name" value=""></td>
...
...
@@ -45,6 +44,7 @@
</tr>
</table>
<hr>
<input type="hidden" name="id" value="-1">
<input type="submit" value="Add">
<input type="hidden" name="action" value="new">
</form>
...
...
template/en/default/admin/keywords/edit.html.tmpl
View file @
a68d8e88
...
...
@@ -35,7 +35,6 @@
<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
<input type="hidden" name="id" value="[% keyword_id %]">
<tr>
<th align="right">Name:</th>
<td><input size="64" maxlength="64" name="name" value="[% name FILTER html %]"></td>
...
...
@@ -61,6 +60,7 @@
<input type="submit" value="Update">
<input type="hidden" name="action" value="update">
<input type="hidden" name="id" value="[% keyword_id %]">
</form>
<p><a href="editkeywords.cgi">Edit other keywords</a>.</p>
...
...
template/en/default/admin/keywords/list.html.tmpl
View file @
a68d8e88
...
...
@@ -87,7 +87,7 @@
<tr>
<td valign="top" colspan="3">Add a new keyword</td>
<td><a href="editkeywords.cgi?action=add">Add</td>
<td><a href="editkeywords.cgi?action=add">Add</
a></
td>
</tr>
[% PROCESS table_footer %]
...
...
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