Sha256: 34cec4367ad5303d15e10e920addc46d6fc0e26c7389c48650669aef700be69d

Contents?: true

Size: 852 Bytes

Versions: 1

Compression:

Stored size: 852 Bytes

Contents

<div class='container-fluid'>
  <h3 class='page-header'><%= t('.title') %></h3>

  <%= bootstrap_form_tag(url: ldap_multi_new_url, method: :post, layout: :horizontal) do |f| %>

    <%= f.text_field :userid, label: t('.name_label'), help: t('.name_help') %>
    <%= f.text_field :fullname, label: t('.fullname_label'), help: t('.fullname_help') %>
    <%= f.text_field :department, label: t('.department_label'), help: t('.department_help') %>
    <%= f.text_field :limit, label: t('.limit_label'), help: t('.limit_help'), value: @limit %>

    <%= f.form_group class: 'form-actions' do %>
      <%= submit_tag t('.submit_text'), class: 'btn btn-primary' %>
      <%= link_to users_path, class: 'btn btn-default pull-right' do %>
        <%= icon(:times) %>
        <%= t('chaltron.common.cancel') %>
      <% end %>
    <% end %>

  <% end %>

</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chaltron-0.1.0 app/views/chaltron/ldap/search.html.erb