Sha256: 07b1a6b3564b00c0149af12b46b127987b429721d3f40f0d6d89086f96bf87f1
Contents?: true
Size: 548 Bytes
Versions: 42
Compression:
Stored size: 548 Bytes
Contents
<!-- edgarj/_search_save_popup.html.erb --> <div id=search_save_popup style='display:none'> <center> <h3><%= t('search_save_dialog') %></h3> <p id=search_save_popup_flash_error style="color: red" ><%= @flash_error || '' %></p> <%= t('name') %><input type=text_field id=view_status_name> <%= url = url_for(:action=>'search_save'); button_to_function t('save'), sprintf("Edgarj.SearchSavePopup.submit('%s')", url) %> <hr> <%= button_to_function t('close'), 'Edgarj.SearchSavePopup.close()' %> </center> </div>
Version data entries
42 entries across 42 versions & 1 rubygems