From a5f6e69f824ad75eadfd607d626622f04a06d0e2 Mon Sep 17 00:00:00 2001 From: Jim MacKenzie Date: Sun, 2 Oct 2016 22:34:00 -0500 Subject: [PATCH 1/2] f#552: Re-design lables Updated view to show new lables depending on state --- PlexRequests.UI/Views/Search/Index.cshtml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml index b8e9f3bfc..f167e946f 100644 --- a/PlexRequests.UI/Views/Search/Index.cshtml +++ b/PlexRequests.UI/Views/Search/Index.cshtml @@ -170,10 +170,13 @@ {{#if available}} Available {{else}} + {{#if approved}} + Processing request + {{else if requested}} + Pending approval + {{else}} Not Available {{/if}} - {{#if requested}} - Requested {{/if}}

From e3e748b6f27d91fb9080be6b14e3042aaef5d7fb Mon Sep 17 00:00:00 2001 From: Jim MacKenize Date: Mon, 3 Oct 2016 09:06:57 -0500 Subject: [PATCH 2/2] f#552: updated labels text --- PlexRequests.UI/Views/Search/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml index f167e946f..f49dddf6a 100644 --- a/PlexRequests.UI/Views/Search/Index.cshtml +++ b/PlexRequests.UI/Views/Search/Index.cshtml @@ -168,14 +168,14 @@ {{/if_eq}} {{#if_eq type "tv"}} {{#if available}} - Available + Available on Plex {{else}} {{#if approved}} Processing request {{else if requested}} Pending approval {{else}} - Not Available + Not Requested yet {{/if}} {{/if}}