Changeset:
        8a1ea7a73085
        
https://sourceforge.net/p/mrbs/hg-code/ci/8a1ea7a73085ec225cfaffbc733b9113dc027e14
Author:
        Campbell Morrison <[email protected]>
Date:
        Thu Nov 10 12:56:30 2016 +0000
Log message:

Corrected comment

diffstat:

 web/css/mrbs-print.css.php |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 121ca8c114d9 -r 8a1ea7a73085 web/css/mrbs-print.css.php
--- a/web/css/mrbs-print.css.php        Thu Nov 10 12:46:14 2016 +0000
+++ b/web/css/mrbs-print.css.php        Thu Nov 10 12:56:30 2016 +0000
@@ -52,10 +52,11 @@
 table#colour_key {margin-top: 1em}
 
 <?php
-// Generate the classes to give the colour coding by booking type in the 
day/week/month views
+// Generate the rules to give the colour coding by booking type in the 
day/week/month views
+// and the colour key
 foreach ($color_types as $type => $col)
 {
-  echo "td.$type, #month_main div.$type, #colour_key td.$type {border: 2px 
solid $col}\n";         // used in the day and week views
+  echo "td.$type, #month_main div.$type, #colour_key td.$type {border: 2px 
solid $col}\n";
 }
 
 // hide DataTable buttons in print

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to