From a26b1a17da548d2fb52643425ad6fbfb59a9e4aa Mon Sep 17 00:00:00 2001 From: E-A B Date: Mon, 30 Jan 2023 17:48:56 +0100 Subject: [PATCH] align --- .../docroot/templates/header.ftl | 31 +++++++++++-------- .../docroot/templates/navigation.ftl | 11 +++++-- .../docroot/templates/header.ftl | 2 +- 3 files changed, 27 insertions(+), 17 deletions(-) diff --git a/liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl b/liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl index b201f424..12113ba2 100644 --- a/liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl +++ b/liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl @@ -1,7 +1,7 @@
- +

+ + <#if propsUtil.get("mwg.test.display")?has_content > + <#assign test_display = propsUtil.get("mwg.test.display") /> +

${test_display}

+ <#else> + ${logo_description} + +
+

+
+ \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl index 166320cf..99b66c16 100644 --- a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl +++ b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl @@ -19,9 +19,14 @@

- - ${logo_description} - + + <#if propsUtil.get("mwg.test.display")?has_content > + <#assign test_display = propsUtil.get("mwg.test.display") /> +

${test_display}

+ <#else> + ${logo_description} + +

<#if user_name != "" > diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl index f70e5e2f..954c7af7 100644 --- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl +++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl @@ -1,6 +1,6 @@