PLACE_DEFINITIONS = [
('top', _('Top of all pages.'), True),
('book-page', _('Book page'), False),
('book-text-intermission', _('Book text intermission'), False),
('book-fragment-list', _('Next to list of book fragments.'), False),
PLACE_DEFINITIONS = [
('top', _('Top of all pages.'), True),
('book-page', _('Book page'), False),
('book-text-intermission', _('Book text intermission'), False),
('book-fragment-list', _('Next to list of book fragments.'), False),
- ('blackout', _('Blackout'), True),
+ ('blackout', _('Blackout'), True, (
+ ('full', _('Full screen')),
+# ('centre', _('Centre of screen')),
+ ('upper', _('Upper half of screen')),
+ )),