From 1a5cc0209732f6121ff27f3a02c46c6c2ae69a83 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 2 Sep 2016 13:01:12 -0700 Subject: [PATCH] Update with support links --- data/interfaces/default/base.html | 2 + .../default/configuration_table.html | 83 ++++++++++++++----- data/interfaces/default/settings.html | 25 ++---- 3 files changed, 70 insertions(+), 40 deletions(-) diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index a0b0001f..b0722434 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -221,6 +221,8 @@
  • View Logs
  • +
  • PlexPy Support
  • +
  • Paypal
  • Bitcoin
  • diff --git a/data/interfaces/default/configuration_table.html b/data/interfaces/default/configuration_table.html index 4dd14b6e..7a1cde15 100644 --- a/data/interfaces/default/configuration_table.html +++ b/data/interfaces/default/configuration_table.html @@ -72,32 +72,67 @@ DOCUMENTATION :: END ${sys.version} - Plex Forums: - https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program + Resources: + + GitHub Source | + GitHub Issues | + FeatHub Feature Requests | + PlexPy Wiki | + PlexPy FAQ + - Source: - https://github.com/drzoidberg33/plexpy - - - Wiki: - https://github.com/drzoidberg33/plexpy/wiki - - - Issues: - https://github.com/drzoidberg33/plexpy/issues - - - Feature Requests: - http://feathub.com/drzoidberg33/plexpy - - - Gitter Chat: - https://gitter.im/drzoidberg33/plexpy + Support: + + Plex Forums | + PlexPy Gitter Chat | + /r/Plex Discord Server | + PlexPy Discord Server + + + + + \ No newline at end of file diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 6630ff9d..6ca55409 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -2101,26 +2101,6 @@ - @@ -2141,6 +2121,11 @@ } else if ("${kwargs.get('reinstall_geoip')}" == 'true') { $('#reinstall_geoip_db').removeClass('no-highlight').css('color','#e9a049'); } + if ("${kwargs.get('support')}" == 'true') { + $('.support-modal-link').removeClass('no-highlight').css('color','#e9a049'); + $('#best-support-link').prepend(' ') + $('#best-support-link span').tooltip({ container: 'body' }); + } } }); }