Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
9
app/views/custom_fields/formats/_regexp.html.erb
Normal file
9
app/views/custom_fields/formats/_regexp.html.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue