Files
newznab-tmux/public/themes/shared/templates/admin/show-remove.tpl
T

6 lines
181 B
Smarty
Executable File

<div class="well well-sm">
<h1>{$page->title}</h1>
Removing Videos\Episode ID {$videoid} from releases:
{if $success = true}Succeeded.{/if}
{if $success = false}Failed.{/if}
</div>