##// END OF EJS Templates
Add cancel button during edition of a wiki page (#4285)....
Add cancel button during edition of a wiki page (#4285). git-svn-id: http://svn.redmine.org/redmine/trunk@14734 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12130:e715c4b847a8
r14352:a371c8d850a2
Show More
_regexp.html.erb
9 lines | 323 B | text/plain | TextLexer
<p>
<label for="custom_field_min_length"><%=l(:label_min_max_length)%></label>
<%= f.text_field :min_length, :size => 5, :no_label => true %> -
<%= f.text_field :max_length, :size => 5, :no_label => true %>
</p>
<p>
<%= f.text_field :regexp, :size => 50 %>
<em class="info"><%= l(:text_regexp_info) %></em>
</p>