Sha256: 92bcbb8eaaafd93884d6a27f984fe5f1dd42c7eccd005250cd10a0a72b25883b
Contents?: true
Size: 664 Bytes
Versions: 34
Compression:
Stored size: 664 Bytes
Contents
<h3 class="title"><%= l(:label_password_required) %></h3> <%= form_tag({}, remote: true) do %> <%= hidden_field_tag '_method', request.request_method %> <%= hash_to_hidden_fields @sudo_form.original_fields %> <%= render_flash_messages %> <div class="box tabular"> <p> <label for="sudo_password"><%= l :field_password %><span class="required">*</span></label> <%= password_field_tag :sudo_password, nil, size: 25 %> </p> </div> <p class="buttons"> <%= submit_tag l(:button_submit), onclick: "hideModal(this);" %> <%= submit_tag l(:button_cancel), name: nil, onclick: "hideModal(this);", type: 'button' %> </p> <% end %>
Version data entries
34 entries across 34 versions & 1 rubygems