@@ -125,26 +125,26 | |||||
125 | </p> |
|
125 | </p> | |
126 | <% end %> |
|
126 | <% end %> | |
127 | </div> |
|
127 | </div> | |
128 |
|
||||
129 | </fieldset> |
|
128 | </fieldset> | |
130 |
|
129 | |||
131 | <fieldset><legend><%= l(:field_notes) %></legend> |
|
130 | <fieldset> | |
|
131 | <legend><%= l(:field_notes) %></legend> | |||
132 | <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %> |
|
132 | <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %> | |
133 | <%= wikitoolbar_for 'notes' %> |
|
133 | <%= wikitoolbar_for 'notes' %> | |
134 | </fieldset> |
|
134 | </fieldset> | |
135 | </div> |
|
135 | </div> | |
136 |
|
136 | |||
137 | <p> |
|
137 | <p> | |
138 |
|
|
138 | <% if @copy %> | |
139 |
|
|
139 | <%= hidden_field_tag 'copy', '1' %> | |
140 |
|
|
140 | <%= submit_tag l(:button_copy) %> | |
141 |
|
|
141 | <%= submit_tag l(:button_copy_and_follow), :name => 'follow' %> | |
142 |
|
|
142 | <% elsif @target_project %> | |
143 |
|
|
143 | <%= submit_tag l(:button_move) %> | |
144 |
|
|
144 | <%= submit_tag l(:button_move_and_follow), :name => 'follow' %> | |
145 |
|
|
145 | <% else %> | |
146 |
|
|
146 | <%= submit_tag l(:button_submit) %> | |
147 |
|
|
147 | <% end %> | |
148 | </p> |
|
148 | </p> | |
149 |
|
149 | |||
150 | <% end %> |
|
150 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now