From: <gbr...@us...> - 2003-05-26 18:19:56
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/templates In directory sc8-pr-cvs1:/tmp/cvs-serv16696/templates Modified Files: view.tpl Log Message: fixed category code, other minor fixes Index: view.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/templates/view.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** view.tpl 21 May 2003 22:29:37 -0000 1.1.1.1 --- view.tpl 26 May 2003 18:19:53 -0000 1.2 *************** *** 36,39 **** --- 36,44 ---- </tr> <!-- END QUALIFICATIONS --> + <!-- BEGIN CATEGORY --> + <tr> + <td width="20%" align="right" valign="top">{CATEGORY_LABEL}:</td><td align="left" valign="top">{CATEGORY}</td> + </tr> + <!-- END CATEGORY --> <!-- BEGIN SUBMIT --> <tr> |