mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Update confirmation box to indicate all item will be updated
This commit is contained in:
parent
45a385f36e
commit
8f4034540c
1 changed files with 4 additions and 1 deletions
|
@ -460,7 +460,7 @@ DOCUMENTATION :: END
|
||||||
% if query['media_type'] == 'movie':
|
% if query['media_type'] == 'movie':
|
||||||
${query['title']}<br />${query['year']}
|
${query['title']}<br />${query['year']}
|
||||||
% elif query['media_type'] == 'show':
|
% elif query['media_type'] == 'show':
|
||||||
${query['grandparent_title']}<br />${query['year']}
|
${query['grandparent_title']}
|
||||||
% elif query['media_type'] == 'season':
|
% elif query['media_type'] == 'season':
|
||||||
${query['grandparent_title']}<br />S${query['parent_media_index']}
|
${query['grandparent_title']}<br />S${query['parent_media_index']}
|
||||||
% elif query['media_type'] == 'episode':
|
% elif query['media_type'] == 'episode':
|
||||||
|
@ -475,6 +475,9 @@ DOCUMENTATION :: END
|
||||||
</strong></p>
|
</strong></p>
|
||||||
<p> with </p>
|
<p> with </p>
|
||||||
<p><span id="new_title"></span></p>
|
<p><span id="new_title"></span></p>
|
||||||
|
% if query['media_type'] != 'movie':
|
||||||
|
<p>All items for <strong>${query['grandparent_title']}</strong> will also be updated.</p>
|
||||||
|
% endif
|
||||||
<p>This is permanent and cannot be undone!</p>
|
<p>This is permanent and cannot be undone!</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue