aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/queries.phtml
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2021-01-16 16:11:30 -0500
committerGravatar GitHub <noreply@github.com> 2021-01-16 22:11:30 +0100
commit5c18c64afbdc8b888fdedf2d7cc45e1930225f02 (patch)
tree3d20526df907da7c2435774ae4647841376ae821 /app/views/configure/queries.phtml
parentbf639f9b984185e1fb8157a24cc11e2f49b827c7 (diff)
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.
Diffstat (limited to 'app/views/configure/queries.phtml')
-rw-r--r--app/views/configure/queries.phtml2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="post">
<a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- <form method="post" action="<?= _url('configure', 'queries') ?>" id="configureQueries">
+ <form method="post" action="<?= _url('configure', 'queries') ?>" class="draggableList">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
<legend><?= _t('conf.query') ?></legend>