From bcd309cdc3b59846cc47093359bc5e7cc78234bb Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Sat, 6 Feb 2016 21:19:41 +0100 Subject: [PATCH] Updated Module System Proposal (asciidoc) --- Module-System-Proposal.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/Module-System-Proposal.asciidoc b/Module-System-Proposal.asciidoc index 5ae3de9..8f64f5c 100644 --- a/Module-System-Proposal.asciidoc +++ b/Module-System-Proposal.asciidoc @@ -50,6 +50,7 @@ Maybe it would be better to implement some kind of general multiuser/multilayout `function changeLayout(layout) { ... }` - Function to change the current layout used by the UI. Modules should be aware of which user (or no user) is logged in or which layout is active so informations can also be changed. For some views it might also be nice to have some more regions in the middle part for displaying information. + image::http://i.imgur.com/hzs7BNO.png[regions] ***