##// END OF EJS Templates
xss in issue subject on issues/edit...
xss in issue subject on issues/edit git-svn-id: http://redmine.rubyforge.org/svn/trunk@107 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r104:6c8e1514aa0c
Show More
_form.rhtml
8 lines | 345 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Initial commit...
r2 <%= error_messages_for 'version' %>
Jean-Philippe Lang
date picker...
r27
Jean-Philippe Lang
tables and forms redesign,...
r19 <div class="box">
Jean-Philippe Lang
Initial commit...
r2 <!--[form:version]-->
Jean-Philippe Lang
tables and forms redesign,...
r19 <p><%= f.text_field :name, :size => 20, :required => true %></p>
<p><%= f.text_field :description, :size => 60 %></p>
Jean-Philippe Lang
date picker...
r27 <p><%= f.text_field :effective_date, :size => 10, :required => true %><%= calendar_for('version_effective_date') %></p>
Jean-Philippe Lang
Initial commit...
r2 <!--[eoform:version]-->
Jean-Philippe Lang
tables and forms redesign,...
r19 </div>