1
0
Fork 0

Merge pull request #1599 from fabrixxm/issue-1574

Issue #1574
This commit is contained in:
fabrixxm 2015-05-27 11:07:30 +02:00
commit b3992e1c65
10 changed files with 623 additions and 386 deletions

View file

@ -9,5 +9,11 @@
</video>
{{*<div class="video-top-album-name"><a href="{{$video.album.link}}" class="video-top-album-link" title="{{$video.album.alt}}" >{{$video.album.name}}</a></div>*}}
{{if $delete_url }}
<form method="post" action="{{$delete_url}}">
<input type="submit" name="delete" value="X" class="video-delete"></input>
<input type="hidden" name="id" value="{{$video.id}}"></input>
</form>
{{/if}}
</div>