Changeset:
        82fd74de3edd
        
https://sourceforge.net/p/mrbs/hg-code/ci/82fd74de3edd710585d83b40bc7d24748f9727db
Author:
        Campbell Morrison <cimorri...@hg.code.sf.net>
Date:
        Tue Mar 28 09:35:30 2017 +0100
Log message:

Added an area selector

diffstat:

 web/index.php |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 76b6610ba578 -r 82fd74de3edd web/index.php
--- a/web/index.php     Mon Mar 27 21:56:33 2017 +0100
+++ b/web/index.php     Tue Mar 28 09:35:30 2017 +0100
@@ -268,5 +268,7 @@
 
 // print the page header
 print_header($day, $month, $year, $area, isset($room) ? $room : null);
+// Show all available areas
+echo make_area_select_html('index.php', $area, $year, $month, $day);
 echo get_table($map);
 output_trailer();

------------------------------------------------------------------------------
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
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to