Changeset:
        86341539068a
        
https://sourceforge.net/p/mrbs/hg-code/ci/86341539068a844a5df7ad595e6ac354286e98cb
Author:
        Campbell Morrison <[email protected]>
Date:
        Sat Mar 11 09:13:05 2017 +0000
Log message:

Removed the '&nbsp;' characters from the default period descriptions as they
are unnecessary:  CSS ensures that the descriptions don't wrap.

diffstat:

 web/systemdefaults.inc.php |  15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diffs (35 lines):

diff -r 24aed4a02c78 -r 86341539068a web/systemdefaults.inc.php
--- a/web/systemdefaults.inc.php        Sat Mar 11 09:04:55 2017 +0000
+++ b/web/systemdefaults.inc.php        Sat Mar 11 09:13:05 2017 +0000
@@ -205,16 +205,13 @@
 
 // Define the name or description for your periods in chronological order
 // For example:
-// $periods[] = "Period&nbsp;1"
-// $periods[] = "Period&nbsp;2"
+// $periods[] = "Period 1"
+// $periods[] = "Period 2"
 // ...
 // or
-// $periods[] = "09:15&nbsp;-&nbsp;09:50"
-// $periods[] = "09:55&nbsp;-&nbsp;10:35"
+// $periods[] = "09:15 - 09:50"
+// $periods[] = "09:55 - 10:35"
 // ...
-// &nbsp; is used to ensure that the name or description is not wrapped
-// when the browser determines the column widths to use in day and week
-// views
 //
 // NOTE:  MRBS assumes that the descriptions are valid HTML and can be output
 // directly without any encoding.    Please ensure that any special characters
@@ -223,8 +220,8 @@
 
 // NOTE:  The maximum number of periods is 60.   Do not define more than this.
 unset($periods);    // Include this line when copying to config.inc.php
-$periods[] = "Period&nbsp;1";
-$periods[] = "Period&nbsp;2";
+$periods[] = "Period 1";
+$periods[] = "Period 2";
 // NOTE:  The maximum number of periods is 60.   Do not define more than this.
 
 // NOTE:  See INSTALL for information on how to add or remove periods in an

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to