From: <gbr...@us...> - 2003-05-24 21:16:54
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/conf In directory sc8-pr-cvs1:/tmp/cvs-serv11655/conf Modified Files: help.php Log Message: modifying .tpl, .lng files Index: help.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/help.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** help.php 21 May 2003 22:29:34 -0000 1.1.1.1 --- help.php 24 May 2003 21:16:20 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- $jmQualifications = $_SESSION['translate']->it("Qualifications"); $jmQualifications_content = "Enter the qualifications required of an applicant for the position. Include desirable qualifications if any."; + $jmCategory = $_SESSION['translate']->it("Category"); + $jmCategory_content = "Choose one or more categories that best fit this position."; ?> |