Update of /cvsroot/phpwebsite-comm/modules/staffman/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv12116/templates
Modified Files:
view.tpl viewphoto.tpl
Log Message:
Corrected minor display problem in view templates
Index: view.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/staffman/templates/view.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** view.tpl 5 Sep 2003 14:49:33 -0000 1.2
--- view.tpl 5 Sep 2003 16:53:34 -0000 1.3
***************
*** 10,16 ****
<!-- BEGIN NOTES -->{NOTES}<!-- END NOTES -->
<!-- BEGIN CATEGORY -->{CATEGORY}<!-- END CATEGORY -->
- <hr>
</td>
</tr>
<!-- BEGIN SUBMIT -->
<tr>
--- 10,16 ----
<!-- BEGIN NOTES -->{NOTES}<!-- END NOTES -->
<!-- BEGIN CATEGORY -->{CATEGORY}<!-- END CATEGORY -->
</td>
</tr>
+ <tr><td colspan="2"><hr></td></tr>
<!-- BEGIN SUBMIT -->
<tr>
Index: viewphoto.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/staffman/templates/viewphoto.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** viewphoto.tpl 2 Jul 2003 23:45:10 -0000 1.1.1.1
--- viewphoto.tpl 5 Sep 2003 16:53:34 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
</td>
</tr>
+ <tr ><td colspan="2"><hr></td></tr>
<!-- BEGIN SUBMIT -->
<tr>
|