redmine/app/views/issues
Toshi MARUYAMA 27c390bb62 Fix duplicated 'back_url' IDs
Various hidden input fields are used to hold a URL to send the user back
to the correct page after submitting a form, however, they all use the
same ID which isn't allowed in HTML. Passing in 'id' as nil stops the
'hidden_field_tag' from adding an ID attribute to the tag.

Contributed by Andrew Smith.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9250 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-03-24 00:02:20 +00:00
..
_action_menu.html.erb
_attributes.html.erb Removed "clear:both" divs that break the issue form with long sidebar content. 2012-02-12 10:50:41 +00:00
_changesets.html.erb
_conflict.html.erb replace tabs to spaces at app/views/issues/_conflict.html.erb 2012-02-05 23:50:01 +00:00
_edit.html.erb Better handling of attachments when issue validation fails (#10253). 2012-02-16 21:00:11 +00:00
_form_custom_fields.html.erb Removed "clear:both" divs that break the issue form with long sidebar content. 2012-02-12 10:50:41 +00:00
_form.html.erb
_history.html.erb Adds support for multiselect custom fields (#1189). 2012-01-29 20:51:48 +00:00
_list_simple.html.erb
_list.html.erb Fix duplicated 'back_url' IDs 2012-03-24 00:02:20 +00:00
_relations.html.erb Adds confirmation message to relation delete link (#8413). 2012-02-15 20:18:10 +00:00
_sidebar.html.erb
bulk_edit.html.erb Fixed that the bulk edit/copy form does not propose versions and categories for the target project (#10350). 2012-03-01 20:22:08 +00:00
destroy.html.erb
edit.html.erb
index.api.rsb
index.html.erb Missing argument to new_project_query_path named route (#10254). 2012-02-16 21:01:48 +00:00
new.html.erb Better handling of attachments when issue validation fails (#10253). 2012-02-16 21:00:11 +00:00
show.api.rsb
show.html.erb replace tabs to spaces app/views/issues/show.html.erb 2012-02-16 01:34:58 +00:00