quattro: style video delete button
This commit is contained in:
parent
83697cf3e5
commit
7c2608e07d
5 changed files with 219 additions and 150 deletions
|
@ -11,7 +11,7 @@
|
|||
{{*<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"></input>
|
||||
<input type="submit" name="delete" value="X" class="video-delete"></input>
|
||||
<input type="hidden" name="id" value="{{$video.id}}"></input>
|
||||
</form>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue