|
@@ -9,7 +9,8 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Secretvideo')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <input id="c-secretvideo" class="form-control" disabled name="row[secretvideo]" type="text" value="{$row.secretvideo|htmlentities}">
|
|
|
+ <!--<input id="c-secretvideo" class="form-control" disabled name="row[secretvideo]" type="text" value="{$row.secretvideo|htmlentities}">-->
|
|
|
+ <video style="margin-top:5px;" width="240" height="180" controls><source src="{$row.secretvideo|htmlentities}" type="video/ogg"></video>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|