Update of /cvsroot/phpwebsite-comm/modules/jobman/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv3663/conf
Modified Files:
controlpanel.php
Log Message:
updated icon
Index: controlpanel.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/controlpanel.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** controlpanel.php 25 Jun 2003 22:13:10 -0000 1.2
--- controlpanel.php 28 Jul 2003 21:25:05 -0000 1.3
***************
*** 10,17 ****
// 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";
--- 10,17 ----
// Defines the access to and appearance of module listings.
! $image['name'] = "jobman.gif";
$image['alt'] = "Positions Available by George Brackett";
! $image2['name'] = "jobman.gif";
$image2['alt'] = "Job List";
|