1.1 --- a/imip_manager.py Sat Feb 07 23:17:05 2015 +0100
1.2 +++ b/imip_manager.py Sat Feb 07 23:35:49 2015 +0100
1.3 @@ -908,14 +908,14 @@
1.4 # Show controls for hiding empty days and busy slots.
1.5 # The positioning of the control, paragraph and table are important here.
1.6
1.7 - page.input(name="showdays", type="checkbox", value="hide", id="showdays", accesskey="D")
1.8 + page.input(name="showdays", type="checkbox", value="show", id="showdays", accesskey="D")
1.9 page.input(name="hidebusy", type="checkbox", value="hide", id="hidebusy", accesskey="B")
1.10
1.11 page.p(class_="controls")
1.12 page.label("Hide busy time periods", for_="hidebusy", class_="hidebusy enable")
1.13 page.label("Show busy time periods", for_="hidebusy", class_="hidebusy disable")
1.14 - page.label("Show empty days", for_="showdays", class_="showdays enable")
1.15 - page.label("Hide empty days", for_="showdays", class_="showdays disable")
1.16 + page.label("Show empty days", for_="showdays", class_="showdays disable")
1.17 + page.label("Hide empty days", for_="showdays", class_="showdays enable")
1.18 page.p.close()
1.19
1.20 freebusy = self.store.get_freebusy(self.user)