Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hidden reversal #8606

Merged
merged 3 commits into from
Nov 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions sickchill/gui/slick/views/config_postProcessing.mako
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,14 @@
</div>
</div>

<div class="field-pair row" id="content_move_associated_files" ${hidden(settings.MOVE_ASSOCIATED_FILES)}>
<div class="field-pair row" id="content_move_associated_files" ${selected(settings.MOVE_ASSOCIATED_FILES)}>
BKSteve marked this conversation as resolved.
Show resolved Hide resolved
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-12">
<label class="component-title">${_('Rename .nfo file')}</label>
</div>
<div class="col-lg-9 col-md-9 col-sm-8 col-xs-12 pull-right component-desc">
<input type="checkbox" name="nfo_rename" id="nfo_rename" ${checked(settings.NFO_RENAME)}/>
<label for="nfo_rename">${_('rename the original .nfo file to .nfo-orig to avoid conflicts?')}</label>
</div>
</div>
miigotu marked this conversation as resolved.
Show resolved Hide resolved

<div class="field-pair row">
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-12">
<label class="component-title">${_('Associated file extensions')}</label>
</div>
Expand Down
Loading