From fe07641440b360c8bd50f4a34329a2f4f6f8ab05 Mon Sep 17 00:00:00 2001 From: Manuel Recena Date: Sun, 10 Jul 2016 21:15:04 +0200 Subject: [PATCH] [JENKINS-34670] Add support for a new full screen layout --- core/src/main/resources/lib/layout/layout.jelly | 14 ++++++++++++-- war/src/main/webapp/css/layout-common.css | 8 ++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/lib/layout/layout.jelly b/core/src/main/resources/lib/layout/layout.jelly index dbab66d4f3..1d50a496d8 100644 --- a/core/src/main/resources/lib/layout/layout.jelly +++ b/core/src/main/resources/lib/layout/layout.jelly @@ -53,7 +53,7 @@ THE SOFTWARE. (The permission will be checked against the "it" object.) - Available values: two-column (by default) or one-column (full-width size). + Available values: two-column (by default), one-column (full-width size) or full-screen. @@ -69,9 +69,14 @@ ${h.initPageVariables(context)} this also allows us to configure HttpSessionContextIntegrationFilter not to create sessions, which I suspect can end up creating sessions for wrong resource types (such as static resources.) --> + + + + + @@ -168,7 +173,9 @@ ${h.initPageVariables(context)}