From e93a9ef9f04dab19bee5744ad892ff51a630f1c2 Mon Sep 17 00:00:00 2001 From: jensp Date: Mon, 29 Dec 2014 08:22:33 +0000 Subject: [PATCH] Small bugfix for Foundry: It was not able to sort sub categories in the content centre because of a missing XSL template for cms:sortableList git-svn-id: https://svn.libreccm.org/ccm/trunk@3065 8810af33-2d31-482b-a856-94f89814c4df --- .../themes/foundry/foundry/lib/bebop/tree.xsl | 2 +- .../foundry/lib/template-tags/admin/cms.xsl | 48 ++++++++++++++++++- .../themes/foundry/foundry/styles/admin.css | 2 +- 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/ccm-core/web/themes/foundry/foundry/lib/bebop/tree.xsl b/ccm-core/web/themes/foundry/foundry/lib/bebop/tree.xsl index 65a45da13..f3ad2a394 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/bebop/tree.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/bebop/tree.xsl @@ -54,7 +54,7 @@ [-] + 'internal')"/> diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/admin/cms.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/admin/cms.xsl index 9c65c0efd..fbeb5114e 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/admin/cms.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/admin/cms.xsl @@ -497,5 +497,51 @@ - + +
+
    + +
+
+
+ + + + +
  • + + + + + + + ⬆ + + + +   + + + + + + + + ⬇ + + + +   + + + + + + +
  • +
    \ No newline at end of file diff --git a/ccm-core/web/themes/foundry/foundry/styles/admin.css b/ccm-core/web/themes/foundry/foundry/styles/admin.css index b65ebe639..e2b7559a1 100644 --- a/ccm-core/web/themes/foundry/foundry/styles/admin.css +++ b/ccm-core/web/themes/foundry/foundry/styles/admin.css @@ -864,7 +864,7 @@ div#bebop-current-pane table.dataTable tbody tr:hover{ /* SortButtons */ span.sortButtons { - float: left; + /* float: left; */ margin-right: 3px; width: 20px; }