Sha256: 9602ace9723e87549831367908009b4d43426532a6d42be99f7d3e1b001af647

Contents?: true

Size: 579 Bytes

Versions: 5

Compression:

Stored size: 579 Bytes

Contents

<% form_tag :action=>"new" do %>

<p>
  <label for="blacklist_pattern_pattern"><%= _("Pattern")%>:</label>
  <%= text_field 'blacklist_pattern', 'pattern'  %>
</p>
<p>
  <label for="blacklist_pattern_type"><%= _("Type")%>:</label>
  <select name="blacklist_pattern[type]">
  <%= options_for_select [ [_('String'), 'StringPattern'], [_('Regex'), 'RegexPattern' ] ]  %>
</select>

<div id="operations">
  <%= save(_("Add pattern")) %> <%= _("or")%> <a href="#" onclick="new Effect.BlindUp('quick-post', {duration: 0.4}); return false;" ><%= _("Cancel")%></a>
</div>
</p>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/blacklist/_quick_post.rhtml
typo-5.0.1 app/views/admin/blacklist/_quick_post.html.erb
typo-4.1 app/views/admin/blacklist/_quick_post.rhtml
typo-5.0.2 app/views/admin/blacklist/_quick_post.html.erb
typo-5.0 app/views/admin/blacklist/_quick_post.html.erb