Sha256: b5296114a6da85d66307420d8af6912fea70b23ffc42fbfea42e15e21a52cd2b
Contents?: true
Size: 1.56 KB
Versions: 1
Compression:
Stored size: 1.56 KB
Contents
#menuLinkTypeDialog.media-hoverlay #inner-lightbox.backgrounds = link_to_function ExternalLink.model_name.human, "toggleSelectedOverlay('#inner-lightbox.backgrounds .external'); toggle_menu_types_overlays('external-link')", :class => "small-icons external selected" = link_to_function PageLink.model_name.human, "toggleSelectedOverlay('#inner-lightbox.backgrounds .page'); update_current_dataTable_source('#table-files','#{escape_javascript(forgeos_cms.admin_pages_path(:mode => 'menu_link',:format => :json))}'); toggle_menu_types_overlays('target-link');", :class => "small-icons page" = link_to_function CategoryLink.model_name.human, "toggleSelectedOverlay('#inner-lightbox.backgrounds .category'); update_current_dataTable_source('#table-files','#{escape_javascript(forgeos_cms.admin_page_categories_path(:mode => 'menu_link', :format => :json))}'); toggle_menu_types_overlays('target-link')", :class => "small-icons category" .media-hoverlay-header #search.right.files = fg_search .backgrounds.search-form-files .media-hoverlay-content #target-link{:style => 'display: none'} %table#table-files.datatable.media.selectable_rows %tr %td #external-link %label= "#{t(:url).capitalize} :" = text_field_tag "url", '', :id => "overlay-url" = dataTables_tag :id => 'table-files', :url => forgeos_cms.admin_pages_path(:format => :json, :mode => 'menu_link'), :columns => ["{'sClass':'th-checkbox-container', 'bSortable': false }","{ 'sTitle': '#{t(:name)}'}","{'bVisible': false}", "{'bVisible': false}"], :autostart => false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forgeos_cms-1.9.0 | app/views/admin/menus/_types_popups.html.haml |