Mailinglist Archive: yast-commit (1224 mails)

< Previous Next >
[yast-commit] <web-client> master : Fixed dublication of UTC label in time module
  • From: Martin Schmidkunz <mschmidkunz@xxxxxxx>
  • Date: Tue, 17 Nov 2009 12:39:28 +0100
  • Message-id: <E1NAMOi-0003Ym-VN@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit 40138cce627d86cd8a45a9bc58915ea2860f5cd6
Author: Martin Schmidkunz <mschmidkunz@xxxxxxx>
Date: Tue Nov 17 12:39:28 2009 +0100

Fixed dublication of UTC label in time module
---
plugins/language/app/views/language/index.rhtml | 4 ++--
.../systemtime/app/views/systemtime/index.rhtml | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/plugins/language/app/views/language/index.rhtml
b/plugins/language/app/views/language/index.rhtml
index 851da56..6f2550a 100644
--- a/plugins/language/app/views/language/index.rhtml
+++ b/plugins/language/app/views/language/index.rhtml
@@ -9,8 +9,8 @@
</p>
<p>
<label><%=_("webYaST langugage")%> <label>
- <%= link_to_remote(current_locale_name,
- :update =>"language_selection", :url => { :controller =>
:controlpanel, :action => :select_language} ) %></label>
+ <%= link_to_remote(current_locale_name,
+ :update =>"language_selection", :url => { :controller =>
:controlpanel, :action => :select_language} ) %></label>
</p>
</fieldset>
<div>
diff --git a/plugins/systemtime/app/views/systemtime/index.rhtml
b/plugins/systemtime/app/views/systemtime/index.rhtml
index 1df2d86..6a0ec37 100644
--- a/plugins/systemtime/app/views/systemtime/index.rhtml
+++ b/plugins/systemtime/app/views/systemtime/index.rhtml
@@ -66,13 +66,12 @@
</p>
<p>
<% if @utcstatus != "UTConly" %>
- <label for="utc"><%= _("Hardware clock is set to UTC") %></label>
+ <label for="utc"><%= _("Hardware clock is set to <br>UTC") %></label>
<% #don't use check_box helper as it generate also hidden opposite
value
%>
<input type="checkbox" name="utc" id="utc" value="true"
<%= "checked=\"checked\"" if @utcstatus == "UTC"%>
<%= "disabled=\"disabled\"" if disabled %> />
- <span class="form-details"><%=_("Hardware clock is set to
UTC")%></span>
<% end %>
</p>
</fieldset>
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages