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
d394693b
Commit
d394693b
authored
Feb 05, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 280410 : Use more <label> elements in attachment/create.html.tmpl
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=GavinS a=justdave
parent
431731b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
create.html.tmpl
template/en/default/attachment/create.html.tmpl
+7
-10
No files found.
template/en/default/attachment/create.html.tmpl
View file @
d394693b
...
...
@@ -59,17 +59,17 @@
<table class="attachment_entry">
<tr>
<th>
File:
</th>
<th>
<label for="data">File:</label>
</th>
<td>
<em>Enter the path to the file on your computer.</em><br>
<input type="file" name="data" size="50">
<input type="file"
id="data"
name="data" size="50">
</td>
</tr>
<tr>
<th>
Description:
</th>
<th>
<label for="description">Description:</label>
</th>
<td>
<em>Describe the attachment briefly.</em><br>
<input type="text" name="description" size="60" maxlength="200">
<input type="text"
id="description"
name="description" size="60" maxlength="200">
</td>
</tr>
<tr>
...
...
@@ -152,10 +152,10 @@
</td>
</tr>
<tr>
<th>
Comment:
</th>
<th>
<label for="comment">Comment:</label>
</th>
<td>
<em>(optional) Add a comment about this attachment to the [% terms.bug %].</em><br>
<textarea wrap="soft" name="comment" rows="6" cols="80"></textarea>
<textarea wrap="soft"
id="commment"
name="comment" rows="6" cols="80"></textarea>
</td>
</tr>
<tr>
...
...
@@ -166,7 +166,7 @@
</form>
<script
language="JavaScript"
type="text/javascript">
<script type="text/javascript">
<!--
function setContentTypeDisabledState()
{
...
...
@@ -186,6 +186,3 @@
</script>
[% PROCESS global/footer.html.tmpl %]
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