File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -627,6 +627,12 @@ App.Actions.view_full_ns_list = function(evt)
627627 App . Helpers . openInnerPopup ( elm , $ ( elm ) . parents ( '.prop-box' ) . find ( '.ns-full-list:first' ) . html ( ) , 'Name Server list' ) ;
628628}
629629
630+ App . Actions . view_full_web_templates = function ( evt )
631+ {
632+ var elm = $ ( evt . target ) ;
633+ App . Helpers . openInnerPopup ( elm , $ ( elm ) . parents ( '.prop-box' ) . find ( '.ns-full-list:first' ) . html ( ) , 'Web Templates list' ) ;
634+ }
635+
630636App . Actions . view_template_info = function ( evt )
631637{
632638 var elm = $ ( evt . target ) ;
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ App.Templates.html = {
362362 user : {
363363 WEB_TPL_MINIMIZED : [ '~!:WEB_TPL_MINI~!\
364364 <span class="group-switcher">\
365- <span class="group-values-count do_action_view_full_ns_list ">~!:MORE_NUMBER~! more</span>\
365+ <span class="group-values-count do_action_view_full_web_templates ">~!:MORE_NUMBER~! more</span>\
366366 </span><span class="hidden ns-full-list"><span class="group-values">~!:WEB_TPL_FULL~!</span></span>' ] ,
367367 WEB_TPL : [ '<span class="prop-value">~!:NAME~!</span>' ] ,
368368 NS_MINIMIZED : [ '~!:NS_MINI~!\
You can’t perform that action at this time.
0 commit comments