From 8c295036d12c6fadd51e8e0c327a21d2700b0cb9 Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 11 Feb 2015 13:18:09 +0000 Subject: [PATCH] Fix for search in content centre (#2293) git-svn-id: https://svn.libreccm.org/ccm/trunk@3135 8810af33-2d31-482b-a856-94f89814c4df --- .../themes/foundry/foundry/lib/bebop/form.xsl | 5 +++-- .../themes/foundry/foundry/lib/bebop/page.xsl | 3 +++ .../lib/template-tags/admin/common.xsl | 21 +++++++++++++------ 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/ccm-core/web/themes/foundry/foundry/lib/bebop/form.xsl b/ccm-core/web/themes/foundry/foundry/lib/bebop/form.xsl index 308fbddd1..8516f3f06 100755 --- a/ccm-core/web/themes/foundry/foundry/lib/bebop/form.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/bebop/form.xsl @@ -33,7 +33,8 @@ xmlns:cms="http://www.arsdigita.com/cms/1.0" xmlns:foundry="http://foundry.libreccm.org" xmlns:nav="http://ccm.redhat.com/navigation" - exclude-result-prefixes="xsl bebop cms nav" + xmlns="http://www.w3.org/1999/xhtml" + exclude-result-prefixes="xsl bebop cms foundry nav" version="2.0"> @@ -45,7 +46,7 @@
- + post diff --git a/ccm-core/web/themes/foundry/foundry/lib/bebop/page.xsl b/ccm-core/web/themes/foundry/foundry/lib/bebop/page.xsl index 1bbfc0025..c6f3cbe59 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/bebop/page.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/bebop/page.xsl @@ -39,6 +39,9 @@ + + Creating hidden input for pageState + diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/admin/common.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/admin/common.xsl index 397d7ed9c..89729899f 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/admin/common.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/admin/common.xsl @@ -25,6 +25,7 @@ xmlns:cms="http://www.arsdigita.com/cms/1.0" xmlns:foundry="http://foundry.libreccm.org" xmlns:ui="http://www.arsdigita.com/ui/1.0" + xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="xsl xs bebop cms foundry ui" version="2.0"> @@ -43,12 +44,19 @@ - - post - + + + + + @@ -87,9 +95,10 @@
- - post - +