mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
7 lines
411 B
PHP
7 lines
411 B
PHP
<button type="button"
|
|
class="btn btn-default btn-light btn-sm btn-xs btn-block "
|
|
onclick="avideoModalIframe(webSiteRootURL +\'plugin/CustomizeUser/getSource.php?videos_id='+ row.id+'\');"
|
|
data-row-id="right" data-toggle="tooltip" data-placement="left"
|
|
title=<?php printJSString("Source files") ?>>
|
|
<i class="fas fa-file"></i> <?php echo __("Source files"); ?>
|
|
</button>
|