Update of /cvsroot/phpwebsite-comm/modules/staffman/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv6243/conf
Modified Files:
boost.php help.php
Log Message:
Added capability to view all members at once by button or URL
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/boost.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** boost.php 2 Aug 2003 00:04:06 -0000 1.4
--- boost.php 5 Sep 2003 14:08:26 -0000 1.5
***************
*** 40,44 ****
$active = "on";
/* This package's version number */
! $version = "1.0.1";
/* not sure, but likely the location on the web of the current version number */
/* $update_link = "phpwebsite.appstate.edu/fallout/updates/linkman/VERSION"; */
--- 40,44 ----
$active = "on";
/* This package's version number */
! $version = "1.1";
/* not sure, but likely the location on the web of the current version number */
/* $update_link = "phpwebsite.appstate.edu/fallout/updates/linkman/VERSION"; */
Index: help.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/staffman/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 2 Jul 2003 23:45:08 -0000 1.1.1.1
--- help.php 5 Sep 2003 14:08:26 -0000 1.2
***************
*** 31,34 ****
$smCategory = $_SESSION['translate']->it("Category");
$smCategory_content = "Choose one or more categories that best fit this staffmember.";
!
?>
--- 31,35 ----
$smCategory = $_SESSION['translate']->it("Category");
$smCategory_content = "Choose one or more categories that best fit this staffmember.";
! $smViewAll = $_SESSION['translate']->it("View All");
! $smViewAll_content = "Click this button to view all staffmembers at once.";
?>
|