PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
plugins
/
fusion-builder
/
inc
/
templates
<script type="text/template" id="fusion-builder-block-module-settings-template"> <div class="fusion-builder-modal-top-container"> <# elementData = fusionAllElements[atts.element_type]; #> <# if ( 'undefined' !== typeof elementData ) { #> <h2>{{ elementData.name }}</h2> <# }; #> <div class="fusion-builder-modal-close fusiona-plus2"></div> <# group_options = {}, group_options['general'] = {}; #> <!-- Move options to groups --> <# _.each( elementData.params, function(param) { #> <# if ( typeof( param.group ) !== 'undefined' ) { #> <# var group_tag = param.group.toLowerCase().replace(/ /g, '-'); #> <# if ( typeof( group_options[group_tag] ) == 'undefined' ) { group_options[group_tag] = {}; } #> <# group_options[group_tag][param.param_name] = param; #> <# } else { #> <# group_options['general'][param.param_name] = param; #> <# }; #> <# } ); #> <!-- If there is more than one group found show tabs --> <# if ( Object.keys(group_options).length > 1 ) { #> <ul class="fusion-tabs-menu"> <# _.each( group_options, function( options, group) { #> <li class=""><a href="#{{ group }}">{{ group.replace(/-/g, ' ') }}</a></li> <# }); #> </ul> <# }; #> </div> <div class="fusion-builder-modal-bottom-container"> <a href="#" class="fusion-builder-modal-save"> <span> <# if ( FusionPageBuilderApp.shortcodeGenerator === true && FusionPageBuilderApp.shortcodeGeneratorMultiElementChild !== true ) { #> {{ fusionBuilderText.insert }} <# } else { #> {{ fusionBuilderText.save }} <# } #> </span> </a> <a href="#" class="fusion-builder-modal-close"> <span> {{ fusionBuilderText.cancel }} </span> </a> </div> <# if ( typeof ( atts.multi ) !== 'undefined' && atts.multi == 'multi_element_parent' ) { advanced_module_class = ' fusion-builder-main-settings-advanced'; } else { advanced_module_class = ''; } #> <div class="fusion-builder-main-settings fusion-builder-main-settings-full <# if ( Object.keys(group_options).length > 1 ) { #>has-group-options<# } #>{{ advanced_module_class }}"> <# if ( 'undefined' !== typeof elementData ) { #> <# if ( _.isObject ( elementData.params ) ) { #> <!-- If there is more than one group found show tabs --> <# if ( Object.keys(group_options).length > 1 ) { #> <!-- Show group options --> <div class="fusion-tabs"> <# _.each( group_options, function( options, group) { #> <div id="{{ group }}" class="fusion-tab-content"> <?php fusion_element_options_loop( 'options' ); ?> </div> <# } ); #> </div> <# } else { #> <?php fusion_element_options_loop( 'fusionAllElements[atts.element_type].params' ); ?> <# }; #> <# }; #> <# } else { #> {{ atts.element_type }} - Undefined Module <# }; #> <!-- Show create new subelement button --> <# if ( elementData.multi !== 'undefined' && elementData.multi == 'multi_element_parent' ) { #> <# element_child = elementData.element_child #> <div class="fusion-builder-option-advanced-module-settings" data-element_type="{{ element_child }}"> <div class="fusion-builder-option-advanced-module-settings-content"> <# addEditItems = 'undefined' !== typeof elementData.add_edit_items ? elementData.add_edit_items : fusionBuilderText.add_edit_items; sortableItemsInfo = 'undefined' !== typeof elementData.sortable_items_info ? elementData.sortable_items_info : fusionBuilderText.sortable_items_info; #> <h3>{{ addEditItems }}</h3> <p>{{ sortableItemsInfo }}</p> <ul class="fusion-builder-sortable-options"></ul> <a href="#" class="fusion-builder-add-multi-child"><span class="fusiona-plus"></span> {{ fusionAllElements[element_child].name }}</a> </div> </div> <# }; #> </div> </script>
[+]
..
[-] row.php
[edit]
[-] element.php
[edit]
[-] element-library.php
[edit]
[-] container.php
[edit]
[+]
shortcodes
[-] app.php
[edit]
[-] modal.php
[edit]
[+]
options
[-] multi-element-sortable-child.php
[edit]
[-] column.php
[edit]
[-] nested-column.php
[edit]
[-] column-library.php
[edit]
[+]
custom
[-] nested-column-library.php
[edit]
[-] next-page.php
[edit]
[-] nested-row.php
[edit]
[-] generator-elements.php
[edit]
[-] element-settings.php
[edit]
[-] blank-page.php
[edit]
[+]
previews
[-] context-menu.php
[edit]