Mailinglist Archive: yast-commit (553 mails)
| < Previous | Next > |
[yast-commit] <web-client> master : Inconsisten Save/Cancel Buttons in edit status limits (bnc#551849)
- From: Stefan Schubert <schubi@xxxxxxx>
- Date: Thu, 10 Dec 2009 17:23:42 +0100
- Message-id: <E1NKXmL-0001yk-Ei@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit bbe0fa184547900b2b0de8ff2b9a883547f2d79b
Author: Stefan Schubert <schubi@xxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
commit bbe0fa184547900b2b0de8ff2b9a883547f2d79b
Author: Stefan Schubert <schubi@xxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |