Sha256: 5d4d0536bb5a39eca2b5e50f8514b1b35180e3e4a6846c260d9398fb9601261d
Contents?: true
Size: 1.61 KB
Versions: 3
Compression:
Stored size: 1.61 KB
Contents
<div style="font-size:12px;font-weight:bold;"> <div style="float:right; padding-right:2px;"> <%=link_to_function(image_tag("/wf/images/close.gif", :title=>"Close"), "wfExporter.hide()")%> </div> Exporter </div> <div class="wf_exporter_container"> <table style="width:100%" cellpadding="0px" cellspacing="0px;"> <tr> <td> <input type="checkbox" id="wf_fld_all" onClick="wfExporter.selectAllFields(this);" style="width:20px;"> </td> <td> <b>Name</b> </td> <td> <b>Type</b> </td> </tr> <tr> <td colspan="3"> <hr style="width:100%"> </td> </tr><% @wf_filter.model_class.columns.each_with_index do |col, index| %> <tr> <td> <input type="checkbox" id="wf_fld_chk_<%=index%>" onClick="wfExporter.selectField(this);" style="width:20px;"><input type="hidden" id="wf_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("wf_export_format_selector", options_for_select(@wf_filter.export_formats, @wf_filter.format)) %> </div> <div style="text-align:center; width:100%; padding:3px;"> <%=link_to_function("<span>Export</span>", "wfExporter.exportFilter()", :class => "wf_grey_button wf_pcb") %> <%=link_to_function("<span>Cancel</span>", "wfExporter.hide()", :class => "wf_grey_button wf_pcb") %> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems