Sha256: 652ccb44ef5fa107b9cca848de51f134053cabbc9bb221dcc69cd6449fe5547f

Contents?: true

Size: 925 Bytes

Versions: 20

Compression:

Stored size: 925 Bytes

Contents

<div class="row-fluid ">
    <div class="span7 box gradient ">
        <div class="title">
            <h2>
                <i class=" icon-bar-chart"></i>
                <%= I18n.t("#{self.controller.to_i18n}.sorting.title") %>
            </h2>
        </div>
        <!-- End .title -->
        <div class="content top">
            <ul id="sorting-management-tray">
                <% data[:items].each do |item| %>
                    <li id="<%=item.id %>"><%= item.to_s %></li>
                <% end %>
            </ul>
        </div>
        <!-- End row-fluid -->
    </div>
    <!-- End .content -->
</div>
<!-- End box -->

<a href="<%= self.controller.to_url_for(:sort_items_process, data[:parent_ids] ) %>" onClick="sortingUpdateItemsOrder($(this).attr('href'), '#sorting-management-tray'); return false;">
    <%= I18n.t("admin.shared.sorting.save_order") %>
</a>


<script type="text/javascript">

</script>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
kirgudu_base-0.0.25 app/views/kirgudu_base/admin/zapanel/common/sorting.html.erb
kirgudu_base-0.0.23 app/views/kirgudu_base/admin/zapanel/common/sorting.html.erb
kirgudu_base-0.0.22 app/views/kirgudu_base/admin/zapanel/common/sorting.html.erb
kirgudu_base-0.0.21 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.19 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.18 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.17 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.16 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.15 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.14 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.13 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.12 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.11 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.10 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.9 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.8 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.7 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.6 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.5 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb
kirgudu_base-0.0.4 app/views/admin_templates/good/admin/shared/renderer_sorting.html.erb