PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
audio_player
<div class="block"> <?php include 'image_button_command.php'; ?> <div class="form-group"> <div class="controls"> <label><input type="checkbox" ng-true-value="'1'" ng-false-value="'0'" ng-model="data.autoPlay" ng-change="changeSettings()" class="ui-config"/><?php $this->t('LBL_AUDIO_AUTO_PLAY'); ?></label> </div> <div class="controls"> <label><input type="checkbox" ng-true-value="'1'" ng-false-value="'0'" ng-model="data.loop" ng-change="changeSettings()" class="ui-config"/><?php $this->t('LBL_AUDIO_LOOP'); ?></label> </div> <div class="controls"> <label><input type="checkbox" ng-true-value="'1'" ng-false-value="'0'" ng-model="data.controls" ng-change="changeSettings()" class="ui-config"/><?php $this->t('LBL_AUDIO_CONTROLS'); ?></label> </div> </div> </div>
[+]
..
[-] frontend_script.php
[edit]
[-] backend.js
[edit]
[-] backend.php
[edit]
[-] frontend_view.php
[edit]
[-] frontend_class.php
[edit]