[yast-commit] <web-client> backgroud_patches_bnc550934 : Inconsisten Save/Cancel Buttons in edit status limits (bnc#551849)
ref: refs/heads/backgroud_patches_bnc550934 commit bbe0fa184547900b2b0de8ff2b9a883547f2d79b Author: Stefan Schubert <schubi@suse.de> Date: Thu Dec 10 17:23:42 2009 +0100 Inconsisten Save/Cancel Buttons in edit status limits (bnc#551849) --- plugins/status/app/views/status/edit.html.erb | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/plugins/status/app/views/status/edit.html.erb b/plugins/status/app/views/status/edit.html.erb index 33d2d18..7eec163 100644 --- a/plugins/status/app/views/status/edit.html.erb +++ b/plugins/status/app/views/status/edit.html.erb @@ -36,7 +36,6 @@ <% end %> <% end %> </table> -<%= submit_tag _("Save"), :disabled=> disabled, :class => 'button' -%> -<a href="/status" class="button"><%=_("Back")%></a> +<%= form_send_buttons :disabled => disabled, :class => "button" %> <% end -%> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Stefan Schubert