Sha256: 400a75403b22735544191bf678b78573b0425088af915cf1ae61bf4f27e2f21f

Contents?: true

Size: 847 Bytes

Versions: 24

Compression:

Stored size: 847 Bytes

Contents

<div class="but-holder">
  <div class="act-but">
    <%= link_to image_tag('sunrise/empty.gif'), export_path(:format => :json), :class => 'but-container sort', :title => t('manage.buttons.sort'), :id => 'sort-button', :"data-save_title" => t('manage.buttons.save'), :"data-cancel_title" => t('manage.buttons.cancel'), :"data-url" => sort_path(:format => :json) %>
    
    <script type="text/javascript">
      $(document).ready(function(){
        $('#sort-button').sort_dialog();
      });
    </script>
    
    <script id="sort-template" type="text/x-jquery-tmpl">
      <div class="sort-item" data-record-id="${id}">
        <div class="sort-inner">
          <div class="numb">${<%= abstract_model.sort_column %>}</div>
          <div>${<%= model.config.object_label_method %>}</div>
        </div>
      </div>
    </script>
  </div>
</div>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
sunrise-cms-1.1.0 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.6 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.5 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.4 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.3 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.2 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.1 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.0 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.0.rc3 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.0.rc2 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-1.0.0.rc1 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.7.0.rc2 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.7.0.rc1 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.6.11 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.6.10 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.6.9 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.6.8 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.6.7 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.6.6 app/views/sunrise/manager/buttons/_sort.html.erb
sunrise-cms-0.6.5 app/views/sunrise/manager/buttons/_sort.html.erb