applications/product/template/Main.ftl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/applications/product/template/Main.ftl b/applications/product/template/Main.ftl index a65947b1a6..733615ed00 100644 --- a/applications/product/template/Main.ftl +++ b/applications/product/template/Main.ftl @@ -22,6 +22,14 @@ under the License.
${uiLabelMap.ProductGeneralMessage}.

+ + +
+ +
<#if security.hasEntityPermission( "CATALOG", "_VIEW", session)>
applications/product/widget/catalog/CommonScreens.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/product/widget/catalog/CommonScreens.xml b/applications/product/widget/catalog/CommonScreens.xml index 00c6c3eb70..81f3e37005 100644 --- a/applications/product/widget/catalog/CommonScreens.xml +++ b/applications/product/widget/catalog/CommonScreens.xml @@ -360,6 +360,8 @@ under the License. + framework/common/servicedef/services.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/framework/common/servicedef/services.xml b/framework/common/servicedef/services.xml index 698610395d..fe799c11d1 100644 --- a/framework/common/servicedef/services.xml +++ b/framework/common/servicedef/services.xml @@ -977,4 +977,18 @@ under the License. Set locale from browser. + + + + Dummy service to prevent empty files and syntax error - Remove +when the 1st real service will be added here + + + + + + + .../common/webcommon/WEB-INF/common-controller.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/framework/common/webcommon/WEB-INF/common-controller.xml b/framework/common/webcommon/WEB-INF/common-controller.xml index fa7f592437..d4022f1ea9 100644 --- a/framework/common/webcommon/WEB-INF/common-controller.xml +++ b/framework/common/webcommon/WEB-INF/common-controller.xml @@ -339,6 +339,13 @@ under the License. + + + + + + + @@ -370,4 +377,14 @@ under the License. + + + + + + + + themes/helveticus/template/includes/Header.ftl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/helveticus/template/includes/Header.ftl b/themes/helveticus/template/includes/Header.ftl index 9b22969158..5fd5e9eb3a 100644 --- a/themes/helveticus/template/includes/Header.ftl +++ b/themes/helveticus/template/includes/Header.ftl @@ -16,6 +16,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + <#assign docLangAttr = locale.toString()?replace("_", "-")> <#assign langDir = "ltr"> <#if "ar.iw"?contains(docLangAttr?substring(0, 2))>