From 3e5eeb702abbceab228b3c7b6c94afc69bd7a034 Mon Sep 17 00:00:00 2001 From: ajnyga Date: Tue, 23 Jan 2018 16:24:13 +0200 Subject: [PATCH 001/100] Add submenu to payments settings menu --- templates/common/header.tpl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/common/header.tpl b/templates/common/header.tpl index a69eabe7fd4..f24583a1001 100644 --- a/templates/common/header.tpl +++ b/templates/common/header.tpl @@ -18,7 +18,17 @@ {/if} {if $currentJournal && $currentJournal->getSetting('paymentsEnabled') && array_intersect(array(ROLE_ID_SITE_ADMIN, ROLE_ID_MANAGER, ROLE_ID_SUBSCRIPTION_MANAGER), (array)$userRoles)} -
  • {translate key="common.payments"}
  • +
  • + {translate key="common.payments"} + +
  • {/if} {/capture} {include file="core:common/header.tpl" appSpecificMenuItems=$appSpecificMenuItems} From 0abd5f516f6ffd9cb20d8f13f38e2aac1e19909a Mon Sep 17 00:00:00 2001 From: ajnyga Date: Tue, 23 Jan 2018 16:40:51 +0200 Subject: [PATCH 002/100] add aria attributes to payment menu --- templates/common/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/header.tpl b/templates/common/header.tpl index f24583a1001..a8bf740681f 100644 --- a/templates/common/header.tpl +++ b/templates/common/header.tpl @@ -18,7 +18,7 @@ {/if} {if $currentJournal && $currentJournal->getSetting('paymentsEnabled') && array_intersect(array(ROLE_ID_SITE_ADMIN, ROLE_ID_MANAGER, ROLE_ID_SUBSCRIPTION_MANAGER), (array)$userRoles)} -
  • +