Update of /cvsroot/phpwebsite-comm/modules/jobman/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv11655/templates
Modified Files:
edit.tpl
Log Message:
modifying .tpl, .lng files
Index: edit.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/jobman/templates/edit.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** edit.tpl 21 May 2003 22:29:37 -0000 1.1.1.1
--- edit.tpl 24 May 2003 21:16:24 -0000 1.2
***************
*** 37,40 ****
--- 37,45 ----
</tr>
<!-- END QUALIFICATIONS -->
+ <!-- BEGIN CATEGORY -->
+ <tr>
+ <td align="right" valign="top">{CATEGORY_HELP}{CATEGORY_LABEL}:</td><td align="left" valign="top">{CATEGORY}</td>
+ </tr>
+ <!-- END CATEGORY -->
<!-- BEGIN SUBMIT -->
<tr>
|