Sha256: b480cdd6f890037b96d9526f099623f315749ec1ffee876cbdb47b9068c83e7a

Contents?: true

Size: 481 Bytes

Versions: 7

Compression:

Stored size: 481 Bytes

Contents

<%= error_messages_for 'blacklist_pattern' %>

<ul class="admin set">
  <li>
    <label for="blacklist_pattern_pattern" class="block"><%= _("Pattern")%></label> 
    <%= text_field 'blacklist_pattern', 'pattern'  %>    
  </li>
  <li>  
    <label for="blacklist_pattern_type" class="block"><%= _("Type")%></label>
    <select name="blacklist_pattern[type]">
    <%= options_for_select [ [_('String'), 'StringPattern'], [_('Regex'), 'RegexPattern' ] ]  %>
  </select>
  </li>
</ul>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/blacklist/_form.html.erb
typo-5.0.3.98 app/views/admin/blacklist/_form.html.erb
typo-5.1.2 app/views/admin/blacklist/_form.html.erb
typo-5.1.1 app/views/admin/blacklist/_form.html.erb
typo-5.1.3 app/views/admin/blacklist/_form.html.erb
typo-5.1 app/views/admin/blacklist/_form.html.erb
typo-5.1.98 app/views/admin/blacklist/_form.html.erb