From c12862ffbaedeb90092c1f35a6127db374909cb4 Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Sun, 11 Oct 2015 22:36:00 -0700 Subject: [PATCH] Add select dropdown to notification agents * Change priority selections to dropdown --- .../default/notification_config.html | 28 +++++++++++++++---- plexpy/notifiers.py | 15 ++++++---- 2 files changed, 32 insertions(+), 11 deletions(-) diff --git a/data/interfaces/default/notification_config.html b/data/interfaces/default/notification_config.html index 837f907c..e7fc16f2 100644 --- a/data/interfaces/default/notification_config.html +++ b/data/interfaces/default/notification_config.html @@ -44,6 +44,24 @@ from plexpy import helpers

${item['description']}

+ % elif item['input_type'] == 'select': +
+ +
+
+ +
+
+

${item['description']}

+
% endif % endfor @@ -68,8 +86,8 @@ from plexpy import helpers