This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 3b46e9ef44aa5eac22f53b22dcc35c9d43446fe6 Author: Dan Klco <[email protected]> AuthorDate: Wed Sep 12 22:31:35 2018 -0400 Fixing where the search button wasn't appearing for the pathfield --- .../jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6d9ea39..cc3c2c4 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 > *"> + <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>
