Vote #74863
未完了Inconsitent wiki history functionaility
0%
説明
Replace this source:trunk/app/views/wiki/history.html.erb#L25 line:
@
with:
@
This way the click behaviour on the second checkbox row (to) would be the same as on the first (from).
Best regards,
Daniel
journals
Sorry for the wrong patch. This should be the right thing.
@<td class="checkbox"><%= radio_button_tag('version_from', ver.version, (line_num==2), :id => "cbto-#{line_num}", :onclick => "if(#{line_num-1} >= $('#cb-#{line_num-1}').attr('id').replace('#cb-','') ){$('#cb-#{line_num-1}').attr('checked', true);}") if show_diff && (line_num > 1) %></td>@
This way, the from box is just raised if the from value is older than the to value.
--------------------------------------------------------------------------------
Could you provide a diff for this?
--------------------------------------------------------------------------------