mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Revert "hide smart match feature for now"
This reverts commit db821c3d311e674e74fef401548d49c9d2b8ac43.
This commit is contained in:
parent
bebfc016fe
commit
4ed019b32d
2 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="#" data-role="button" class="ui-btn-active">${TabActivityLog}</a>
|
<a href="#" data-role="button" class="ui-btn-active">${TabActivityLog}</a>
|
||||||
<a href="autoorganizetv.html" data-role="button">${TabTV}</a>
|
<a href="autoorganizetv.html" data-role="button">${TabTV}</a>
|
||||||
|
<a href="autoorganizesmart.html" data-role="button">${TabSmartMatches}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="margin: -25px 0 1em; text-align: right;">
|
<div style="margin: -25px 0 1em; text-align: right;">
|
||||||
|
@ -78,7 +79,7 @@
|
||||||
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
<div class="hide">
|
<div>
|
||||||
<paper-checkbox type="checkbox" id="chkRememberCorrection">${OptionRememberOrganizeCorrection}</paper-checkbox>
|
<paper-checkbox type="checkbox" id="chkRememberCorrection">${OptionRememberOrganizeCorrection}</paper-checkbox>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="autoorganizelog.html" data-role="button">${TabActivityLog}</a>
|
<a href="autoorganizelog.html" data-role="button">${TabActivityLog}</a>
|
||||||
<a href="#" data-role="button" class="ui-btn-active">${TabTV}</a>
|
<a href="#" data-role="button" class="ui-btn-active">${TabTV}</a>
|
||||||
|
<a href="autoorganizesmart.html" data-role="button">${TabSmartMatches}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="libraryFileOrganizerForm">
|
<form class="libraryFileOrganizerForm">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue