Sha256: 837cf911fa8be4b2e1771fec5a8bc4a3f3181c8a51f15e75136f10cf3564569e

Contents?: true

Size: 1.44 KB

Versions: 3

Compression:

Stored size: 1.44 KB

Contents

<div class="well well-large on-page-documentation">
  <h2>Howto</h2>
  
  <h4>Change menu order</h4>
  <p>You can change the order of the menu by draging around the <strong style="color: green;">links</strong> and <strong style="color: orange;">groups</strong>.</p>

  <h4>Change link title</h4>
  <p>Click on any <strong style="color: green;">link</strong> to edit its title and url.</p>

  <h4>Change group title</h4>
  <p>Click on any <strong style="color: orange;">group</strong> to edit its title.</p>

  <h4>Remove a group or link</h4>
  <p>Click on any <strong style="color: orange;">group</strong> or <strong style="color: green;">link</strong> to edit it and then click the remove button.</p>

  <h4>Add a group or link</h4>
  <p>Click on "Add link" or "Add group" bellow the menu to add a new <strong style="color: green;">link</strong> or <strong style="color: orange;">group</strong>.</p>
</div>

<h1><%= @menu.name.capitalize %></h1>
<hr>
<span class="dnd-editable-menu editable">
<%= @menu.to_html %>
</span>
<br>
<%= link_to "Add link", new_menu_link_path(@menu), :class => 'new-link-link btn' %>
<%= link_to "Add group", new_menu_group_path(@menu), :class => 'new-group-link btn' %>

<div class="modal hide fade">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
    <h3>Modal header</h3>
  </div>
  <div class="modal-body">
  </div>
  <div class="modal-footer">
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
burp_cms-1.7.1 app/views/burp/menus/edit.html.erb
burp_cms-1.7.0 app/views/burp/menus/edit.html.erb
burp_cms-1.6.0 app/views/burp/menus/edit.html.erb