From c5cfb2ac07f039bb7388dca3a4061755c8403fff Mon Sep 17 00:00:00 2001 From: maTh Date: Thu, 21 Oct 2021 12:47:50 +0200 Subject: fixed: add feed: advanced: white space char as default password (#3814) * fixed space char as default password * fix: whitespace in feed http username configuration * fix: type=password * extend the type=password with the watch-password-plain button * init_extra() again for new slider content Co-authored-by: Alexandre Alapetite --- app/views/feed/add.phtml | 7 +++++-- app/views/helpers/feed/update.phtml | 7 +++++-- app/views/subscription/add.phtml | 5 ++++- 3 files changed, 14 insertions(+), 5 deletions(-) (limited to 'app') diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml index 516ec9a8b..a585fcedc 100644 --- a/app/views/feed/add.phtml +++ b/app/views/feed/add.phtml @@ -68,13 +68,16 @@
- +

- +
+ + +
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 44e3c6c92..32ad8fd17 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -139,8 +139,11 @@
- +
+ + +
diff --git a/app/views/subscription/add.phtml b/app/views/subscription/add.phtml index 65279bfc5..72abbeb30 100644 --- a/app/views/subscription/add.phtml +++ b/app/views/subscription/add.phtml @@ -63,7 +63,10 @@
- +
+ + +
-- cgit v1.2.3