PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
contactform
<div class="block"> <tabset> <tab heading="<?php $this->t('LBL_SETTINGS'); ?>"> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CONTACTFORM_SUBMIT_BUTTON_LABEL'); ?> </label> <div class="controls"> <input type="text" ng-model="data.submit_button" class="form-control" /> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CONTACTFORM_RESET_BUTTON_LABEL'); ?> </label> <div class="controls"> <input type="text" ng-model="data.reset_button" class="form-control" /> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CONTACTFORM_MAIL_TO'); ?> </label> <div class="controls"> <input type="text" ng-model="data.mailto" class="form-control" /> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_CONTACTFORM_SUCCESS_MESSAGE'); ?> </label> <div class="controls"> <input type="text" ng-model="data.successmsg" class="form-control" /> </div> </div> </tab> <?php include 'extra/design_tab.php'; ?> <?php include 'extra/animate_tab.php'; ?> </tabset> </div>
[+]
..
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_class.php
[edit]
[-] frontend_script.php
[edit]
[-] frontend_view.php
[edit]