1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

rename autoorganize files

This commit is contained in:
Luke Pulverenti 2014-01-22 18:52:01 -05:00
parent e02f9c8726
commit 2246bd8165
5 changed files with 7 additions and 3 deletions

View file

@ -11,7 +11,7 @@
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="#" data-role="button" class="ui-btn-active">Activity Log</a>
<a href="libraryfileorganizer.html" data-role="button">TV Settings</a>
<a href="autoorganizetv.html" data-role="button">TV Settings</a>
</div>
<div style="margin: -15px 0 1em; text-align: right;">

View file

@ -9,13 +9,13 @@
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="libraryfileorganizerlog.html" data-role="button">Activity Log</a>
<a href="autoorganizelog.html" data-role="button">Activity Log</a>
<a href="#" data-role="button" class="ui-btn-active">TV Settings</a>
</div>
<form class="libraryFileOrganizerForm">
<p>The file organizer monitors your download folders for new files and moves them to your media directories.</p>
<p>Auto-organize monitors your download folders for new files and moves them to your media directories.</p>
<p>TV file organizing will only add episodes to existing series. It will not create new series folders.</p>
<ul data-role="listview" class="ulForm" style="margin-bottom: 0!important;">

View file

@ -749,6 +749,10 @@ var Dashboard = {
name: "Metadata",
href: "metadata.html",
selected: pageElem.id == "metadataConfigurationPage" || pageElem.id == "advancedMetadataConfigurationPage" || pageElem.id == "metadataImagesConfigurationPage"
}, {
name: "Auto-Organize",
href: "autoorganizelog.html",
selected: page.hasClass("organizePage")
}, {
name: "Plugins",
href: "plugins.html",