Sha256: ebf2636c7783be5cab6e31d72131269ba02c6c2929ed920443fd044610644d8a

Contents?: true

Size: 1.55 KB

Versions: 4

Compression:

Stored size: 1.55 KB

Contents

= render :partial => 'tabs'
= render :partial => 'admin/sidebars/left_sidebar', :locals => { :icon_class => 'widgets', :sidebar_title => 'widget.all', :tree_id =>'widget-tree' }
#content.grid_12.alpha.omega
  .backgrounds.header
    %span.backgrounds.action-button.widget-action
      %span.big-icons.create-widget
        = t('widget.create.action').capitalize
      %span.small-icons.arrow
      %span.widget-types
        %span.widget-item
          = link_to t('carousel.create.action').capitalize, forgeos_cms.new_admin_carousel_path
        %span.widget-item
          = link_to t('widget_actuality.create.action').capitalize, forgeos_cms.new_admin_widget_actuality_path
        %span.widget-item
          = link_to t('widget_faq.create.action').capitalize, forgeos_cms.new_admin_widget_faq_path

    #search.right
      = link_to content_tag(:span, I18n.t('search').capitalize, :class => 'small-icons search-span'), '#', :class => 'small-icons left search-link'
    .backgrounds.search-form
  .content-background
  %table#table.datatable.draggable_rows

= dataTables_tag :url => forgeos_cms.admin_widgets_path(:format => :json), :columns => ["{'sClass': 'image_product_td', 'bSearchable':false,'bSortable':false}","{'sTitle':'#{I18n.t 'widget.type'}'}","{'sTitle':'#{I18n.t 'widget.name'}'}","{'sTitle':'#{I18n.t :linked_to}','bSearchable':false}", "{'sClass':'actions-td','bSearchable':false,'bSortable':false}"]

.lightbox-container
  .pages-tree
    %ul
      = render :partial => 'admin/categories/list_pages', :locals => { :categories => @page_categories, :pages => @pages }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
forgeos_cms-1.9.5.rc1 app/views/admin/widgets/index.html.haml
forgeos_cms-1.9.4 app/views/admin/widgets/index.html.haml
forgeos_cms-1.9.2 app/views/admin/widgets/index.html.haml
forgeos_cms-1.9.1 app/views/admin/widgets/index.html.haml