Commit 5349376272aa6943333835414da2db36fc0da8d6

change skip button to postpone link (bnc#587827)
  
101101 %>
102102 <%= form_send_buttons :onclick => onclick_action %>
103103 <%= if basesystem_in_process? then
104 link_to _('Skip'), {:controller => :registration, :action =>:skip}, :onclick=>"$('#progress').show()", :class => "button"
104 skip_msg = _('Skip')
105 postpone_msg = _('Postpone')
106 connecting_or = ' ' + _('or') + ' '
107 connecting_or + link_to(postpone_msg, {:controller => :registration, :action =>:skip}, :onclick=>"$('#progress').show()")
105108 end %>
106109 </fieldset>
107110