[rt-devel] Bug - HTML table construct in ticket's "People"

Dewet Diener dewet at devco.net
Thu Jun 14 14:57:29 EDT 2001


Using 1.3.101:

The "add new watcher" HTML fragment below is constructed badly - that
makes the "type"-heading appear above the email-fields, and the
"email"-heading is shifted over too far.  I think the first <td> should
just be replaced with a <tr>:

Add new watchers:<br>

<table>

<td><td>  <!--- Note, the table row isn't opened with a <tr> -->
Type
</td><td>
Email
</td></tr>
<tr><td>

<select NAME ="WatcherTypeEmail1">
<option VALUE="none">-</option>
<option VALUE="Requestor" >Requestor</option>
<option VALUE="Cc" >Cc</option>
<option VALUE="AdminCc" >AdminCc</option>
</select>


</td><td>
<input name="WatcherAddressEmail1" size=15>
</td></tr>
<tr><td>

<select NAME ="WatcherTypeEmail2">
<option VALUE="none">-</option>
<option VALUE="Requestor" >Requestor</option>
<option VALUE="Cc" >Cc</option>
<option VALUE="AdminCc" >AdminCc</option>
</select>

</td><td>
<input name="WatcherAddressEmail2" size=15>
</td></tr>



Dewet

-- 
Dewet Diener          dewet at devco.net     -o)
Systems Administrator     iTouch Labs     / \
Self-confessed geek and Linux fanatic    _\_v

SYN! ..... SYN! ACK! ..... ACK!
The mating call of the internet




More information about the Rt-devel mailing list