Changeset:
        c5b1ce556f98
        
https://sourceforge.net/p/mrbs/hg-code/ci/c5b1ce556f981c6b3dd6ab78a7f427446c73326e
Author:
        Campbell Morrison <[email protected]>
Date:
        Wed Mar 15 16:44:07 2017 +0000
Log message:

Removed colon from row label header.   See SF Feature Requests #349.

diffstat:

 web/functions_table.inc |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r f05820862a08 -r c5b1ce556f98 web/functions_table.inc
--- a/web/functions_table.inc   Wed Mar 15 09:42:30 2017 +0000
+++ b/web/functions_table.inc   Wed Mar 15 16:44:07 2017 +0000
@@ -783,7 +783,7 @@
   {
     // with times along the top and rooms down the side
     $first_last_html = '<th class="first_last" style="width: ' . 
$first_last_width . '%">' . 
-                       get_vocab('room') . ":</th>\n";
+                       get_vocab('room') . "</th>\n";
     $header_inner .= $first_last_html;
     
     $column_width = get_main_column_width($n_time_slots);
@@ -821,7 +821,7 @@
   {
     // the standard view, with rooms along the top and times down the side
     $first_last_html = '<th class="first_last" style="width: ' . 
$first_last_width . '%">' . 
-                       ($enable_periods ? get_vocab('period') : 
get_vocab('time')) . ":</th>\n";
+                       ($enable_periods ? get_vocab('period') : 
get_vocab('time')) . "</th>\n";
     $header_inner .= $first_last_html;
   
     $column_width = get_main_column_width(count($rooms));
@@ -1053,7 +1053,7 @@
   {
     // with times along the top and days of the week down the side
     $first_last_html = '<th class="first_last" style="width: ' . 
$first_last_width . '%">' . 
-                       get_vocab('date') . ":</th>\n";
+                       get_vocab('date') . "</th>\n";
     $header_inner .= $first_last_html;
     
     $column_width = get_main_column_width($n_time_slots);
@@ -1090,7 +1090,7 @@
   {
     // the standard view, with days along the top and times down the side
     $first_last_html = '<th class="first_last" style="width: ' . 
$first_last_width . '%">' . 
-                       ($enable_periods ? get_vocab('period') : 
get_vocab('time')) . ':</th>';
+                       ($enable_periods ? get_vocab('period') : 
get_vocab('time')) . '</th>';
     $header_inner .= $first_last_html;
     
     $column_width = get_main_column_width($num_of_days, count($hidden_days));

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to