[yast-devel] Re: [yast-commit] <web-client> master : fix the case basesystem workflow, in which no licenses are configured
Martin Kudlvasr write:
ref: refs/heads/master commit 5708db961e45f398c98aed47abdc46ef2c8310fb Author: Martin Kudlvasr <mkudlvasr@suse.cz> Date: Tue Nov 3 17:18:22 2009 +0100
fix the case basesystem workflow, in which no licenses are configured --- plugins/eulas/app/views/eulas/no_licenses.erb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/plugins/eulas/app/views/eulas/no_licenses.erb b/plugins/eulas/app/views/eulas/no_licenses.erb new file mode 100644 index 0000000..9c30a9e --- /dev/null +++ b/plugins/eulas/app/views/eulas/no_licenses.erb @@ -0,0 +1,3 @@ +<h1><%=_("Accept End User Licence Agreement")-%></h1><br/> +<h3><%= _("There are no licenses to accept.") %></h3> +<%= form_back_button + form_str_spacer + (link_to "Next", :controller => "controlpanel", :action => "nextstep")%>
Is there reason to not use form_send_buttons? I think that there also doesn't work back button as form_back_button doesn't work in basesystem. -- Josef Reidinger YaST team maintainer of perl-Bootloader, YaST2-Repair, webyast modules language and time -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (1)
-
Josef Reidinger