From b4fd04eb73302db86b8fd6ff2e2c8168a533ba7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 7 Jul 2018 18:38:20 +0200 Subject: [PATCH] Don't cherry-pick: - replaced old "mini links" with custom CSS to PrimeFaces' p:menuButton and p:menuitem tags - rewrote project-own admin links MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/project-links.jsf.taglib.xml | 4 +-- .../financial/receipt/admin_receipt_links.tpl | 34 +++++++------------ .../receipt_item/admin_receipt_item_links.tpl | 34 +++++++------------ web/WEB-INF/templates/admin/menu/project.tpl | 4 +-- 4 files changed, 28 insertions(+), 48 deletions(-) diff --git a/web/WEB-INF/project-links.jsf.taglib.xml b/web/WEB-INF/project-links.jsf.taglib.xml index edeaec83..58a741d4 100644 --- a/web/WEB-INF/project-links.jsf.taglib.xml +++ b/web/WEB-INF/project-links.jsf.taglib.xml @@ -25,7 +25,7 @@ along with this program. If not, see . outputReceiptAdminMiniLinks This tag renders a full h:panelGroup for administrative "mini-links" for receipt data. - resources/tags/admin/links/mini/financial/receipt/admin_receipt_links.tpl + resources/tags/admin/dropdown/financial/receipt/admin_receipt_links.tpl receipt The receipt instance that provides the data for this tag. @@ -48,7 +48,7 @@ along with this program. If not, see . outputReceiptItemAdminMiniLinks This tag renders a full h:panelGroup for administrative "mini-links" for receipt item data. - resources/tags/admin/links/mini/financial/receipt_item/admin_receipt_item_links.tpl + resources/tags/admin/dropdown/financial/receipt_item/admin_receipt_item_links.tpl receiptItem The receipt item instance that provides the data for this tag. diff --git a/web/WEB-INF/resources/tags/admin/dropdown/financial/receipt/admin_receipt_links.tpl b/web/WEB-INF/resources/tags/admin/dropdown/financial/receipt/admin_receipt_links.tpl index 49241dca..c6b3f5f1 100644 --- a/web/WEB-INF/resources/tags/admin/dropdown/financial/receipt/admin_receipt_links.tpl +++ b/web/WEB-INF/resources/tags/admin/dropdown/financial/receipt/admin_receipt_links.tpl @@ -7,28 +7,18 @@ xmlns:p="http://primefaces.org/ui" > - - - + + + + + diff --git a/web/WEB-INF/resources/tags/admin/dropdown/financial/receipt_item/admin_receipt_item_links.tpl b/web/WEB-INF/resources/tags/admin/dropdown/financial/receipt_item/admin_receipt_item_links.tpl index 89e4c708..4213ad1d 100644 --- a/web/WEB-INF/resources/tags/admin/dropdown/financial/receipt_item/admin_receipt_item_links.tpl +++ b/web/WEB-INF/resources/tags/admin/dropdown/financial/receipt_item/admin_receipt_item_links.tpl @@ -7,28 +7,18 @@ xmlns:p="http://primefaces.org/ui" > - - - + + + + + diff --git a/web/WEB-INF/templates/admin/menu/project.tpl b/web/WEB-INF/templates/admin/menu/project.tpl index 4ba698e7..38e149cb 100644 --- a/web/WEB-INF/templates/admin/menu/project.tpl +++ b/web/WEB-INF/templates/admin/menu/project.tpl @@ -5,12 +5,12 @@ xmlns:p="http://primefaces.org/ui" > - + - + -- 2.39.5