Sha256: 5525135049a7bbfa63c414ea7d11ffd45eb780f49ff2af4c990003c52e5b1e69

Contents?: true

Size: 966 Bytes

Versions: 3

Compression:

Stored size: 966 Bytes

Contents

= render_region :form_top

- render_region :form do |form|
  - form.edit_name do
    %p.title
      %label{:for => 'shop_category_name'}= t('name')
      = fields.text_field :name, :class => 'textbox', :maxlenth => 255
  
  - form.edit_extended_metadata do
    = render :partial => 'admin/shop/categories/edit/meta', :locals => { :fields => fields }
    
  - form.edit_content do 
    #tab_control
      #tabs.tabs
        #tab_toolbar
      #pages.pages
        = hidden_field_tag 'page_part_index_field' #important
        = render :partial => 'admin/shop/categories/edit/part', :collection => @parts
    
- render_region :form_bottom do |form_bottom|
  - form_bottom.edit_buttons do
    %p.buttons{:style=>"clear: left"}
      = save_model_button(@shop_category)
      = save_model_and_continue_editing_button(@shop_category)
      = t('or')
      = link_to t('cancel'), admin_shop_products_url
  - form_bottom.edit_timestamp do
    = updated_stamp @shop_category

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radiant-shop-extension-0.10.0 app/views/admin/shop/categories/edit/_fields.html.haml
radiant-shop-extension-0.9.3 app/views/admin/shop/categories/edit/_fields.html.haml
radiant-shop-extension-0.9.2 app/views/admin/shop/categories/edit/_fields.html.haml