82 lines
1.6 KiB
Plaintext
82 lines
1.6 KiB
Plaintext
#toolbar-text
|
|
|
|
#menu_item_block_edit{:style => "margin-right:330px;margin-top:45px;"}
|
|
|
|
=render :partial => "admin/blocks/block", :locals => {:block => @event.block, :sortable => true}
|
|
|
|
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
#menu_item_inspector_container
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#menu_item_informations
|
|
%h4
|
|
Infos sur l'event
|
|
|
|
|
|
.panel#collapseOne{:style => "display:none;"}
|
|
=render :partial => "form"
|
|
|
|
%h4 éléments
|
|
|
|
.panel#collapse2
|
|
.block_portlets_sortable#content_types
|
|
-@event.block.alloweds_types.each do |slug, name|
|
|
|
|
.content_type{:id => slug, :"data-type" => slug}
|
|
=#i slug.to_s.constantize.picto
|
|
=image_tag("admin/content_type/type_"+slug.to_s+".png", :alt => name, :title => name, :class => "handle")
|
|
|
|
|
|
#collapse3{:style => "display:none;"}
|
|
%h4 Modifier l'élément
|
|
|
|
|
|
.panel
|
|
#element_form
|
|
|
|
%div#element_form_action
|
|
%a.move.btn.btn-default.portlet_handle{:href => "#", :data => {:portlet_id => nil}}
|
|
%span.move_message
|
|
=ic :arrows
|
|
|
|
déplacer
|
|
%span.cancel_message
|
|
=ic :ban
|
|
|
|
annuler
|
|
|
|
=link_to ic(:"trash-o"), "#", :method => :delete, :data => { :confirm => "Etes-vous sûr ?"}, :remote => true, :class => "btn btn-danger trash"
|
|
|
|
%button.save.btn.btn-primary
|
|
=ic(:"floppy-o")
|
|
|
|
Sauvegarder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|