Sha256: 1f0ba3e0d87cc0b5407a7b96a85fb11833dfed6ca475c0fc1acfcb9ce0925159

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

<table style="width:100%">
    <tr>
        <td>
            <input type="checkbox" id="mf_fld_all" onClick="allFieldsSelected(this);">
        </td>
        <td>
            <b>Name</b>
        </td>
        <td>
            <b>Type</b>
        </td>
    </tr>
    <tr>
        <td colspan="3">
            <hr>
        </td>
    </tr><% @model_filter.model_class.columns.each_with_index do |col, index| %>
    <tr>
        <td>
            <input type="checkbox" id="mf_fld_chk_<%=index%>" onClick="fieldSelected(this);"><input type="hidden" id="mf_fld_name_<%=index%>" value="<%=col.name%>">
        </td>
        <td>
            <%=col.name %>
        </td>
        <td>
            <%=col.type %>
        </td>
    </tr>
    <% end %>
</table>
<hr>
<div style="text-align:center; width:100%; padding:3px;">
  Format: <%= select_tag("mf_format_selector", options_for_select(@model_filter.export_formats,  @model_filter.format)) %>
</div>
<div style="text-align:center; width:100%; padding:3px;">
    <%=link_to_function("<span>Export</span>", "performFilterAction('export')", :class => "grey-button pcb") %>
    <%=link_to_function("<span>Cancel</span>", "$('mf_export_dialog').hide();", :class => "grey-button pcb") %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
will_filter-3.1.3 app/views/will_filter/exporter/.tmp_export_dialog.html.erb.22940~
will_filter-3.1.2 app/views/will_filter/exporter/.tmp_export_dialog.html.erb.22940~
will_filter-3.1.1 app/views/will_filter/exporter/.tmp_export_dialog.html.erb.22940~