Sha256: b5145aeeb2017eb315acf0757bdf8c78dbccc2eb1605a2313b4baef136bb1f51
Contents?: true
Size: 817 Bytes
Versions: 33
Compression:
Stored size: 817 Bytes
Contents
<header class="header"> <div id="H_moduleArea"> <%= render 'layouts/module_box' %> <nav class="subnav" data-priority="secondary" > <div class="wrapper"> <h2><%= yield(:breadcrum) %></h2> <%= yield(:header_submenu) %> <%= form_tag "#{APP_CONFIG['crm-url']}/contacts", {:id => "H_searchForm", :method => :get} do -%> <select name="scope"> <option value="local"><%= t('header-menu.search.locally') %></option> <option value="global"><%= t('header-menu.search.globally') %></option> </select> <%= text_field_tag :q, nil, iD: 'sField' %> <%= submit_tag " ".html_safe, :class => "submit_search" -%> <%- end -%> </div> </nav> </div><!-- #H_moduleArea --> </header> <!-- .header -->
Version data entries
33 entries across 33 versions & 1 rubygems