New logo! Thanks GeorgGearlQs!

Some changes in the settings screen,
This commit is contained in:
Tim 2015-07-15 20:31:14 +02:00
parent 14468acefc
commit 96f48291e5
5 changed files with 9 additions and 9 deletions

View file

@ -166,7 +166,7 @@
<div class="form-group"> <div class="form-group">
<label for="pms_token">PMS Token</label> <label for="pms_token">PMS Token</label>
<input type="text" id="pms_token" name="pms_token" value="${config['pms_token']}" size="30" data-parsley-trigger="change" required> <input type="text" id="pms_token" name="pms_token" value="${config['pms_token']}" size="30" data-parsley-trigger="change" required>
<p class="help-block">Token for Plex.tv authentication. This field is required.</p> <p class="help-block">Token for Plex.tv authentication.</p>
</div> </div>
<p class="help-block"><a href="#pms-auth-modal" data-toggle="modal">Fetch Token</a></p> <p class="help-block"><a href="#pms-auth-modal" data-toggle="modal">Fetch Token</a></p>
</fieldset> </fieldset>
@ -188,7 +188,7 @@
<div class="form-group"> <div class="form-group">
<label for="pms_logs_folder">Logs Folder</label> <label for="pms_logs_folder">Logs Folder</label>
<input type="text" id="pms_logs_folder" name="pms_logs_folder" value="${config['pms_logs_folder']}" size="30" data-parsley-trigger="change"> <input type="text" id="pms_logs_folder" name="pms_logs_folder" value="${config['pms_logs_folder']}" size="30" data-parsley-trigger="change">
<p class="help-block">Set the folder where your Plex Server logs are. <br/><a href="https://support.plex.tv/hc/en-us/articles/200250417-Plex-Media-Server-Log-Files" target="_blank">Click here</a> for help.</p> <p class="help-block">Set the folder where your Plex Server logs are. This is required if you enable IP logging.<br/><a href="https://support.plex.tv/hc/en-us/articles/200250417-Plex-Media-Server-Log-Files" target="_blank">Click here</a> for help.</p>
</div> </div>
</fieldset> </fieldset>
<!-- <!--

View file

@ -6885,19 +6885,19 @@ button.close {
color: #fff; color: #fff;
} }
.logo { .logo {
background: url(../images/logo-plexwatch.png); background: url(../images/logo-plexpy.png);
background-size: 120px 50px; background-size: 170px 50px;
min-height: 50px; min-height: 50px;
min-width: 120px; min-width: 170px;
float: left; float: left;
margin-top: 4px; margin-top: 4px;
} }
@media only screen and (-webkit-min-device-pixel-ratio: 2) { @media only screen and (-webkit-min-device-pixel-ratio: 2) {
.logo { .logo {
background: url(../images/logo-plexwatch@2x.png); background: url(../images/logo-plexpy@2x.png);
background-size: 120px 50px; background-size: 170px 50px;
min-height: 50px; min-height: 50px;
min-width: 120px; min-width: 170px;
float: left; float: left;
margin-top: 4px; margin-top: 4px;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -15,7 +15,7 @@
<option value="processed">processed</option> <option value="processed">processed</option>
<option value="processed">grouped</option> <option value="processed">grouped</option>
</select> </select>
<p class="help-block">The table name from which you wish to import.</p> <p class="help-block">The table name from which you wish to import. Only import one of these, importing both will result in duplicated data.</p>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="import_ignore_interval">Ignore Interval</label> <label for="import_ignore_interval">Ignore Interval</label>