Update of /cvsroot/openfirst/awards/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv9096/admin
Modified Files:
index.php
Log Message:
Make recipient a table heading.
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/awards/admin/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php 23 Jun 2003 11:38:10 -0000 1.3
--- index.php 23 Jun 2003 11:39:37 -0000 1.4
***************
*** 78,82 ****
</tr>
<tr>
! <td>Recipient</td>
<td><input name="recipient" type="text" id="recipient" value="Team Award"></td>
</tr>
--- 78,82 ----
</tr>
<tr>
! <th>Recipient</th>
<td><input name="recipient" type="text" id="recipient" value="Team Award"></td>
</tr>
|