Commit 5349376272aa6943333835414da2db36fc0da8d6
change skip button to postpone link (bnc#587827)
| |   |
| 101 | 101 | %> |
| 102 | 102 | <%= form_send_buttons :onclick => onclick_action %> |
| 103 | 103 | <%= if basesystem_in_process? then |
| link_to _('Skip'), {:controller => :registration, :action =>:skip}, :onclick=>"$('#progress').show()", :class => "button" |
| skip_msg = _('Skip') |
| postpone_msg = _('Postpone') |
| connecting_or = ' ' + _('or') + ' ' |
| connecting_or + link_to(postpone_msg, {:controller => :registration, :action =>:skip}, :onclick=>"$('#progress').show()") |
| 105 | 108 | end %> |
| 106 | 109 | </fieldset> |
| 107 | 110 | |