Update confirmation box to indicate all item will be updated
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user