1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/plugin/TheaterButton/actionButton.php

7 lines
No EOL
628 B
PHP

<button type="button" class="btn btn-default no-outline show-when-is-expanded" onclick="compress();" data-toggle="tooltip" data-placement="bottom" title="<?php echo __("Compress"); ?>">
<i class="fas fa-compress-arrows-alt"></i> <small class="hidden-sm hidden-xs"><?php echo __("Compress"); ?></small>
</button>
<button type="button" class="btn btn-default no-outline show-when-is-compressed" onclick="expand();" data-toggle="tooltip" data-placement="bottom" title="<?php echo __("Expand"); ?>">
<i class="fas fa-expand-arrows-alt"></i> <small class="hidden-sm hidden-xs"><?php echo __("Expand"); ?></small>
</button>