aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind2015-07-13 14:27:20 +0200
committerMaZderMind2015-07-13 14:27:20 +0200
commit906d15245b8eb818a08e6c6a16fd8c79f565c8dc (patch)
tree9b24e81dab1bdb86aff98d0b9026ccd4d02012e2
parentc9d21e1ec3d159cc7796cb349e856546c5c3fc9c (diff)
Add Download-Box to Relive-Player View
-rw-r--r--template/relive-player.phtml11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml
index edab66f..9f5c502 100644
--- a/template/relive-player.phtml
+++ b/template/relive-player.phtml
@@ -16,6 +16,17 @@
</div>
<? endif ?>
+ <? if(isset($talk['mp4'])): ?>
+ <div class="row">
+ <div class="col-xs-12 col-md-8 col-md-offset-2">
+ <div class="alert alert-success">
+ <h3>Download</h3>
+ <p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive-Recording.</p>
+ </div>
+ </div>
+ </div>
+ <? endif ?>
+
<div class="row">
<div class="col-xs-12">
<div class="player-wrap">