[yast-commit] <web-client> backgroud_patches_bnc550934 : Added easy description of GUID label
![](https://seccdn.libravatar.org/avatar/410d759ade7bffbfb7343df9e4bbc85a.jpg?s=120&d=mm&r=g)
ref: refs/heads/backgroud_patches_bnc550934 commit 8caa785ccfedc2f0d285e463e21aba20414daa30 Author: Martin Schmidkunz <mschmidkunz@suse.de> Date: Mon Dec 7 11:29:48 2009 +0530 Added easy description of GUID label --- .../app/views/administrator/index.html.erb | 1 - .../app/views/registration/index.rhtml | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/plugins/administrator/app/views/administrator/index.html.erb b/plugins/administrator/app/views/administrator/index.html.erb index a9f37aa..07512bf 100644 --- a/plugins/administrator/app/views/administrator/index.html.erb +++ b/plugins/administrator/app/views/administrator/index.html.erb @@ -77,5 +77,4 @@ <p><%= form_send_buttons :onclick=>"password_validation_enabled = true; alias_valid = $('#adminForm').validate().element('#administrator_aliases'); return $('#adminForm').validate().element('#administrator_confirm_password') && alias_valid;", :disabled => disabled %> </p> <% end %> - </div> diff --git a/plugins/registration/app/views/registration/index.rhtml b/plugins/registration/app/views/registration/index.rhtml index 290b610..18f1adc 100644 --- a/plugins/registration/app/views/registration/index.rhtml +++ b/plugins/registration/app/views/registration/index.rhtml @@ -7,7 +7,7 @@ <% if @guid then %> <fieldset> <p><strong><%=_("This system is registered")%></strong></p> - <p><small><%=_("System's GUID:")%> <%= @guid %></small></p> + <p><small><%=_("System number (GUID)")%> <%= @guid %></small></p> <p><%= link_to _('Register again'), {:controller => :registration, :action =>:update}, :onclick=>"$('#progress').show()", :class => "button" %></p> </fieldset> <% -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Martin Schmidkunz