From: Greg M. <bli...@us...> - 2004-11-24 21:40:52
|
Update of /cvsroot/phpwsscoreboard/scoreboard/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28566/conf Modified Files: boost.php controlpanel.php help.php layout.php Log Message: Add and/or changed email address + removed old scoreboard image Index: controlpanel.php =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/conf/controlpanel.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** controlpanel.php 30 Jul 2003 14:39:19 -0000 1.1.1.1 --- controlpanel.php 24 Nov 2004 21:40:41 -0000 1.2 *************** *** 1,3 **** --- 1,8 ---- <?php + /** + * @version $Id$ + * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> + */ + $image['name'] = "scoreboard.png"; $image['alt'] = "Scoreboard Administration"; *************** *** 12,14 **** "tab"=>"content"); ! ?> --- 17,19 ---- "tab"=>"content"); ! ?> \ No newline at end of file Index: layout.php =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/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 30 Jul 2003 14:39:19 -0000 1.1.1.1 --- layout.php 24 Nov 2004 21:40:41 -0000 1.2 *************** *** 1,4 **** <?php ! $layout_info[] = array ("content_var" => "CNT_scoreboard", --- 1,7 ---- <?php ! /** ! * @version $Id$ ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> ! */ $layout_info[] = array ("content_var" => "CNT_scoreboard", *************** *** 13,15 **** "transfer_var" => "body", "home_only"=>0); ! ?> --- 16,18 ---- "transfer_var" => "body", "home_only"=>0); ! ?> \ No newline at end of file Index: boost.php =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/conf/boost.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** boost.php 24 Nov 2004 21:23:46 -0000 1.3 --- boost.php 24 Nov 2004 21:40:41 -0000 1.4 *************** *** 1,3 **** --- 1,8 ---- <?php + /** + * @version $Id$ + * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> + */ + $mod_title = "scoreboard"; $mod_pname = "Scoreboard"; *************** *** 9,17 **** $admin_op = "&SCOREBOARD_op=menu"; $admin_mod = 1; ! $mod_icon = "scoreboard.gif"; $active = "on"; $priority = 50; $version = 0.95; - $admin_mod = 1; $branch_allow = 1; $deity_mod = 0; --- 14,21 ---- $admin_op = "&SCOREBOARD_op=menu"; $admin_mod = 1; ! $mod_icon = "scoreboard.png"; $active = "on"; $priority = 50; $version = 0.95; $branch_allow = 1; $deity_mod = 0; *************** *** 23,25 **** $mod_sessions = array("SES_SCOREBOARD_MANAGER", "SES_BOX_MANAGER"); ! ?> --- 27,29 ---- $mod_sessions = array("SES_SCOREBOARD_MANAGER", "SES_BOX_MANAGER"); ! ?> \ No newline at end of file Index: help.php =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/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 30 Jul 2003 14:39:19 -0000 1.1.1.1 --- help.php 24 Nov 2004 21:40:41 -0000 1.2 *************** *** 1,3 **** --- 1,7 ---- <?php + /** + * @version $Id$ + * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> + */ $settings = "Scoreboard Settings"; *************** *** 38,40 **** $lannounce = "List/Delete Announcement Links"; $lannounce_content = "To view an attached announcement, click on the announcement title. To remove the announcement link from the score, click 'Remove'. It won't ask 'Are you sure?' because it is so easy to just recreate the link again."; ! ?> --- 42,45 ---- $lannounce = "List/Delete Announcement Links"; $lannounce_content = "To view an attached announcement, click on the announcement title. To remove the announcement link from the score, click 'Remove'. It won't ask 'Are you sure?' because it is so easy to just recreate the link again."; ! ! ?> \ No newline at end of file |