Sha256: 89f9c914289d4cf531f30c03330e53cf7343d91f2f7c4396411c28bdc2f8f115

Contents?: true

Size: 1.54 KB

Versions: 74

Compression:

Stored size: 1.54 KB

Contents

- content_for :popups do
  #popup_window
    .outer
      .content

  #add_part_popup.popup{:style => 'display: none'}
    #add_part_busy.busy{:style => 'display: none'}= image('spinner.gif', :alt => '')
    .popup_title= t('add_part')
    = form_for [:admin, PagePart.new] do |f|
      %p
        %label{:for => 'part_name_field'}= t('name')
        = f.text_field :name, :id => 'part_name_field', :maxlength => 100, :style => 'width: 15em', :class => 'textbox big'
        = hidden_field_tag 'index', 0, :id => 'page_part_index_field'
      .buttons
        = submit_tag t('add_part'), :id => 'add_part_button', :class => 'button'
        = t('or')
        = link_to 'Cancel', '#', onclick: 'Popup.close(); return false', class: 'cancel'
  #add_field_popup.popup{:style=>'display: none'}
    #add_field_busy.busy{:style=>'display: none'}= image('spinner.gif', :alt => '')
    .popup_title= t('add_field')
    = form_for [:admin, PageField.new], :html => { :onsubmit => 'event.stop(); addField(this)' } do |f|
      %p
        %label{:for=>'page_field_name'}= t('name')
        = f.text_field :name, :maxlength=>100, :class=>'textbox big', :style=>'width: 15em'
        = hidden_field_tag 'index', 2, :id=>'page_field_index_field'
        = hidden_field_tag 'page_field_counter', @page.fields.size
        = f.hidden_field :page_id, value: @page.id
      .buttons
        = submit_tag t('add_field'), :class=>'button', :id=>'add_page_field_button'
        = t('or')
        = link_to 'Cancel', '#', onclick: 'Popup.close(); return false', class: 'cancel'
  = render_region :popups

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 app/views/admin/pages/_popups.html.haml
trusty-cms-7.0.2 app/views/admin/pages/_popups.html.haml
trusty-cms-7.0.1 app/views/admin/pages/_popups.html.haml
trusty-cms-7.0.0 app/views/admin/pages/_popups.html.haml
trusty-cms-6.3 app/views/admin/pages/_popups.html.haml
trusty-cms-6.2.1 app/views/admin/pages/_popups.html.haml
trusty-cms-6.2.2.1 app/views/admin/pages/_popups.html.haml
trusty-cms-6.2.0 app/views/admin/pages/_popups.html.haml
trusty-cms-6.1.2 app/views/admin/pages/_popups.html.haml
trusty-cms-6.1.1 app/views/admin/pages/_popups.html.haml
trusty-cms-6.0.5 app/views/admin/pages/_popups.html.haml
trusty-cms-6.0.4 app/views/admin/pages/_popups.html.haml
trusty-cms-6.0.3 app/views/admin/pages/_popups.html.haml
trusty-cms-6.0.2 app/views/admin/pages/_popups.html.haml
trusty-cms-6.0.1 app/views/admin/pages/_popups.html.haml
trusty-cms-5.6.1 app/views/admin/pages/_popups.html.haml
trusty-cms-6.0.0 app/views/admin/pages/_popups.html.haml
trusty-cms-5.6.0 app/views/admin/pages/_popups.html.haml
trusty-cms-5.5.9 app/views/admin/pages/_popups.html.haml
trusty-cms-5.5.8 app/views/admin/pages/_popups.html.haml