PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
modules
/
menu
<div class="modal-header" header-draggable> <button class="close" ng-click="close()"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> <h4 class="modal-title title"><?php $this->t('LBL_EDIT_MENU_ITEM_DIALOG'); ?></h4> </div> <div class="modal-body" fix-body-height> <div class="control-group"> <label class="control-label"><?php $this->t('LBL_MENU_NAME'); ?>(<a href="#" title="<?php $this->t('LBL_MENU_NAME_DESCRIPTION'); ?>">?</a>)</label> <div class="controls"><input type="text" class="form-control" ng-model="data.name" /></div> </div> <div class="control-group"> <label class="control-label"><?php $this->t('LBL_MENU_LINK'); ?>(<a href="#" title="<?php $this->t('LBL_MENU_LINK_DESCRIPTION'); ?>">?</a>)</label> <div class="controls"> <input type="text" class="form-control" ng-model="data.link"> </select></div> </div> </div> <?php include '/../../_dialog_footer/footer_confirm.php'; ?>
[+]
..
[-] editstruct.php
[edit]
[-] edit_menu_item.php
[edit]