PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
customize
<form config-edit class=""> <h3> <button class="btn btn-primary" type="submit"><?php $this->t('LBL_SAVE'); ?></button> </h3> <div class="form block well"> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_NEWS_GENERAL_COMPLEX_EDITOR'); ?> </label> <div class="controls"> <input type="checkbox" config-edit-control="BLOG_EDITOR_COMPLEX_EDIT_MODE" class="config" ng-true-value="1" ng-false-value="0"/> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_NEWS_GENERAL_CUSTOM_SUMMARY'); ?> </label> <div class="controls"> <input type="checkbox" config-edit-control="BLOG_CUSTOM_SUMMARY" class="config" ng-true-value="1" ng-false-value="0" /> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_NEWS_GENERAL_CUSTOM_THUMBNAIL'); ?> </label> <div class="controls"> <input type="checkbox" config-edit-control="BLOG_CUSTOM_THUMBNAIL" class="config" ng-true-value="1" ng-false-value="0"/> </div> </div> </div> <h3> <button class="btn btn-primary" type="submit"><?php $this->t('LBL_SAVE'); ?></button> </h3> </form>
[+]
..
[-] skin.php
[edit]
[-] color.php
[edit]
[-] general.php
[edit]