From: <bli...@us...> - 2003-12-24 01:01:48
|
Update of /cvsroot/phpwsscoreboard/scoreboard/templates/boxscores In directory sc8-pr-cvs1:/tmp/cvs-serv29383/templates/boxscores Modified Files: demo.box Log Message: Added justification to boxscore templates Index: demo.box =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/templates/boxscores/demo.box,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** demo.box 30 Jul 2003 14:39:26 -0000 1.1.1.1 --- demo.box 24 Dec 2003 01:01:40 -0000 1.2 *************** *** 6,13 **** * * Greg Meiste <me...@NO...> ! * July 3, 2003 * ! * Version 1.0 ! * Requires Scoreboard 0.9.3 *********************************************/ --- 6,13 ---- * * Greg Meiste <me...@NO...> ! * December 23, 2003 * ! * Version 1.1 ! * Requires Scoreboard 0.9.4 *********************************************/ *************** *** 52,56 **** // percentage columns, for example. "prefix"=>NULL, ! "suffix"=>NULL ); --- 52,60 ---- // percentage columns, for example. "prefix"=>NULL, ! "suffix"=>NULL, ! ! // Allows you to specify what justification you want. This requires Scoreboard ! // version 0.9.4 or later. Default: left ! "justify"=>"left" ); *************** *** 66,70 **** "colFunc"=>NULL, "prefix"=>NULL, ! "suffix"=>NULL ); --- 70,75 ---- "colFunc"=>NULL, "prefix"=>NULL, ! "suffix"=>NULL, ! "justify"=>"left" ); *************** *** 75,79 **** "colFunc"=>"lowValue", "prefix"=>"L ", ! "suffix"=>NULL ); --- 80,85 ---- "colFunc"=>"lowValue", "prefix"=>"L ", ! "suffix"=>NULL, ! "justify"=>"right" ); *************** *** 84,88 **** "colFunc"=>"highValue", "prefix"=>"H ", ! "suffix"=>NULL ); --- 90,95 ---- "colFunc"=>"highValue", "prefix"=>"H ", ! "suffix"=>NULL, ! "justify"=>"right" ); *************** *** 93,97 **** "colFunc"=>"average", "prefix"=>NULL, ! "suffix"=>"%" ); --- 100,105 ---- "colFunc"=>"average", "prefix"=>NULL, ! "suffix"=>"%", ! "justify"=>"right" ); *************** *** 102,106 **** "colFunc"=>NULL, "prefix"=>NULL, ! "suffix"=>NULL ); --- 110,115 ---- "colFunc"=>NULL, "prefix"=>NULL, ! "suffix"=>NULL, ! "justify"=>"right" ); *************** *** 111,115 **** "colFunc"=>NULL, "prefix"=>NULL, ! "suffix"=>NULL ); --- 120,125 ---- "colFunc"=>NULL, "prefix"=>NULL, ! "suffix"=>NULL, ! "justify"=>"right" ); *************** *** 120,124 **** "colFunc"=>NULL, "prefix"=>NULL, ! "suffix"=>NULL ); --- 130,135 ---- "colFunc"=>NULL, "prefix"=>NULL, ! "suffix"=>NULL, ! "justify"=>"right" ); *************** *** 129,133 **** "colFunc"=>"sum", "prefix"=>NULL, ! "suffix"=>NULL ); --- 140,145 ---- "colFunc"=>"sum", "prefix"=>NULL, ! "suffix"=>NULL, ! "justify"=>"right" ); *************** *** 138,142 **** "colFunc"=>"average", "prefix"=>NULL, ! "suffix"=>NULL ); --- 150,155 ---- "colFunc"=>"average", "prefix"=>NULL, ! "suffix"=>NULL, ! "justify"=>"right" ); *************** *** 147,151 **** "colFunc"=>"sum", "prefix"=>NULL, ! "suffix"=>NULL ); --- 160,165 ---- "colFunc"=>"sum", "prefix"=>NULL, ! "suffix"=>NULL, ! "justify"=>"right" ); |