From: <gbr...@us...> - 2003-06-25 22:13:16
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/conf In directory sc8-pr-cvs1:/tmp/cvs-serv30489/conf Modified Files: boost.php controlpanel.php help.php layout.php Log Message: General cleanup, change visible module name to Positions Available Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/boost.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** boost.php 21 May 2003 22:29:34 -0000 1.1.1.1 --- boost.php 25 Jun 2003 22:13:10 -0000 1.2 *************** *** 11,15 **** $mod_title = "jobman"; /* Name to appear in Module list and displays */ ! $mod_pname = "Job List Manager"; /* Directory under /mod in which the module files are stored */ $mod_directory = "jobman"; --- 11,15 ---- $mod_title = "jobman"; /* Name to appear in Module list and displays */ ! $mod_pname = "Positions Available"; /* Directory under /mod in which the module files are stored */ $mod_directory = "jobman"; Index: controlpanel.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/controlpanel.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** controlpanel.php 24 May 2003 20:20:05 -0000 1.1 --- controlpanel.php 25 Jun 2003 22:13:10 -0000 1.2 *************** *** 1,13 **** <?php // Defines the access to and appearance of module listings. $image['name'] = "hatdrill.png"; ! $image['alt'] = "Job List by George Brackett"; $image2['name'] = "hatdrill.png"; $image2['alt'] = "Job List"; ! $link[] = array("label"=>"Job List Manager", "module"=>"jobman", "description"=>"Maintain a list of available positions for an organization.", --- 1,20 ---- <?php + /** + * Control panel configuration file for Jobman + * + * @version $Id$ + * @author George Brackett <gbr...@NO...> + */ + // Defines the access to and appearance of module listings. $image['name'] = "hatdrill.png"; ! $image['alt'] = "Positions Available by George Brackett"; $image2['name'] = "hatdrill.png"; $image2['alt'] = "Job List"; ! $link[] = array("label"=>"Positions Available", "module"=>"jobman", "description"=>"Maintain a list of available positions for an organization.", *************** *** 16,27 **** "admin"=>TRUE, "tab"=>"content"); - - /* $link[] = array("label"=>"Job List", */ - /* "module"=>"jobman", */ - /* "description"=>"View a list of available positions.", */ - /* "url"=>"index.php?module=jobman&JOB_MAN_op=list", */ - /* "image"=>$image2, */ - /* "admin"=>FALSE, */ - /* "tab"=>"content"); */ ?> --- 23,26 ---- Index: help.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/help.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** help.php 24 May 2003 21:16:20 -0000 1.2 --- help.php 25 Jun 2003 22:13:10 -0000 1.3 *************** *** 2,6 **** /** ! * Job List Manager help file * This file contains the help content for the jobman module. See the * mod/help/docs/README for details. --- 2,6 ---- /** ! * Jobman help file * This file contains the help content for the jobman module. See the * mod/help/docs/README for details. Index: layout.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/layout.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** layout.php 21 May 2003 22:29:34 -0000 1.1.1.1 --- layout.php 25 Jun 2003 22:13:10 -0000 1.2 *************** *** 2,8 **** /** ! * Layout configuration file for Job List Manager * Identifies the content variables, and specifies where to display each variable ! * Job list manager only displays one kind of content, in the body section * * @version $Id$ --- 2,8 ---- /** ! * Layout configuration file for jobman * Identifies the content variables, and specifies where to display each variable ! * Positions Available only displays one kind of content, in the body section * * @version $Id$ |