This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch SLING-7858 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit c35141658a9311509994291c31f843e4f3b0e490 Author: Dan Klco <[email protected]> AuthorDate: Wed Aug 29 21:44:12 2018 -0400 Removing the extra column and fixing the search feature --- .../jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp | 2 +- .../resources/jcr_root/libs/sling-cms/components/pages/base/body.jsp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp b/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp index 3d9e45f..17cb180 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp @@ -50,7 +50,7 @@ <input class="input pathfield" type="text" name="${properties.name}" value="${editProperties[properties.name]}" ${required} ${disabled} data-type="${properties.type}" data-base="${properties.basePath}" autocomplete="off" /> </div> <div class="control"> - <a href="/cms/shared/search.html" class="Button Fetch-Modal Search-Button" data-title="Search" data-path=".Main-Content > .Grid > .Cell > *"> + <a href="/cms/shared/search.html" class="Button Fetch-Modal Search-Button" data-title="Search" data-path=".Main-Content > *"> <span class="jam jam-search"></span> </a> </div> diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/base/body.jsp b/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/base/body.jsp index ed1a6b0..9182548 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/base/body.jsp +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/base/body.jsp @@ -31,8 +31,6 @@ <sling:call script="content.jsp" /> </main> </div> - <div class="column is-one-fifth"> - </div> </div> </section> <sling:call script="scripts.jsp" />
