From: <gbr...@us...> - 2003-09-24 23:39:34
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/conf In directory sc8-pr-cvs1:/tmp/cvs-serv27040/conf Modified Files: boost.php help.php Log Message: multiple modifications to version 1.3 Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/boost.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** boost.php 2 Aug 2003 00:03:31 -0000 1.7 --- boost.php 24 Sep 2003 23:38:53 -0000 1.8 *************** *** 40,44 **** $active = "on"; /* This package's version number */ ! $version = "1.2"; /* not sure, but likely the location on the web of the current version number */ /* other modules on which this module depends */ --- 40,44 ---- $active = "on"; /* This package's version number */ ! $version = "1.3"; /* not sure, but likely the location on the web of the current version number */ /* other modules on which this module depends */ Index: help.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/help.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** help.php 25 Jun 2003 22:13:10 -0000 1.3 --- help.php 24 Sep 2003 23:38:53 -0000 1.4 *************** *** 33,36 **** --- 33,38 ---- $jmCategory = $_SESSION['translate']->it("Category"); $jmCategory_content = "Choose one or more categories that best fit this position."; + $smViewAll = $_SESSION['translate']->it("View All"); + $smViewAll_content = "Click this button to view all positions available at once."; ?> |