From 5c18c64afbdc8b888fdedf2d7cc45e1930225f02 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 16 Jan 2021 16:11:30 -0500 Subject: Change integration configuration page (#3372) I've refactored the user query code to be able to use it also on the integration configuration page. Now, items can be re-organized as in the user query list. --- app/views/configure/integration.phtml | 10 +++++----- app/views/configure/queries.phtml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app/views') diff --git a/app/views/configure/integration.phtml b/app/views/configure/integration.phtml index 80779ab18..19d46d8a3 100644 --- a/app/views/configure/integration.phtml +++ b/app/views/configure/integration.phtml @@ -5,7 +5,7 @@
" size="64" /> - + ' data-advanced='
@@ -14,9 +14,9 @@
-
+
-
'> + ' class="draggableList"> update($share_options); ?> -
+
@@ -39,7 +39,7 @@ - +
formType() === 'advanced') { ?> diff --git a/app/views/configure/queries.phtml b/app/views/configure/queries.phtml index 7de2e752e..9c13eeb0e 100644 --- a/app/views/configure/queries.phtml +++ b/app/views/configure/queries.phtml @@ -3,7 +3,7 @@
- + -- cgit v1.2.3