Skip to content

Commit

Permalink
hidden reversal
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve committed Oct 28, 2023
1 parent d64f1a2 commit 345c46d
Showing 1 changed file with 1 addition and 4 deletions.
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)}>
<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>
<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

0 comments on commit 345c46d

Please sign in to comment.