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
The following commit(s) were added to refs/heads/SLING-7858 by this push:
new c394eb4 Updating to add model for the left column
c394eb4 is described below
commit c394eb41c1acc4d709770bc4331ca68497a143a0
Author: Dan Klco <[email protected]>
AuthorDate: Tue Aug 28 14:14:47 2018 -0400
Updating to add model for the left column
---
.../jcr_root/libs/sling-cms/components/cms/contentnav/contentnav.jsp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/contentnav/contentnav.jsp
b/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/contentnav/contentnav.jsp
index 71b693b..f950ca1 100644
---
a/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/contentnav/contentnav.jsp
+++
b/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/contentnav/contentnav.jsp
@@ -47,6 +47,6 @@
<c:set var="createTitle" value="${properties.title}" />
</c:otherwise>
</c:choose>
- <li><a href="${properties.createPath}" title="Create a new ${createTitle}"
data-title="Create ${createTitle}" data-path=".Main-Content form"><span
class="icon is-small"><i class="jam jam-plus"></i></a></li>
+ <li><a href="${properties.createPath}" class="Fetch-Modal" title="Create a
new ${createTitle}" data-title="Create ${createTitle}"
data-path=".Main-Content form"><span class="icon is-small"><i class="jam
jam-plus"></i></span> ${createTitle}</a></li>
</ul>
</aside>
\ No newline at end of file