Settings page rewrite. Please clear page cache if things look funky.

Set default check github to enable after first run.
This commit is contained in:
Tim 2015-07-21 01:17:05 +02:00
commit bb3139727e
6 changed files with 1419 additions and 6 deletions

View file

@ -141,13 +141,13 @@ from plexpy import version
% endif
% if title=="Settings":
<li class="active">
<a href="config">
<a href="settings">
<i class="fa fa-cog fa-2x" data-toggle="tooltip" data-placement="bottom" title="Settings" id="settings"></i>
</a>
</li>
% else:
<li>
<a href="config">
<a href="settings">
<i class="fa fa-cog fa-2x" data-toggle="tooltip" data-placement="bottom"
title="Settings" id="settings"></i></a></li>
% endif