Mailinglist Archive: yast-commit (553 mails)

< Previous Next >
[yast-commit] <web-client> master : add input help into network module
  • From: Martin Schmidkunz <mschmidkunz@xxxxxxx>
  • Date: Mon, 21 Dec 2009 16:39:27 +0530
  • Message-id: <E1NMiUa-000295-Hw@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit 38c6604c176cd4253071626b27dea7cf10120247
Author: Martin Schmidkunz <mschmidkunz@xxxxxxx>
Date: Mon Dec 21 16:39:27 2009 +0530

add input help into network module
---
plugins/network/app/views/network/index.html.erb | 7 ++++++-
webclient/public/stylesheets/style.css | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/plugins/network/app/views/network/index.html.erb
b/plugins/network/app/views/network/index.html.erb
index 3933d7f..4b2cfc0 100644
--- a/plugins/network/app/views/network/index.html.erb
+++ b/plugins/network/app/views/network/index.html.erb
@@ -34,10 +34,15 @@

<script type="text/javascript">
$(function() {
- $('#nameservers').example('');
+ $('#nameservers').example('IP adress of machine which translates
hostnames in IP adresses');
});
</script>

+ <script type="text/javascript">
+ $(function() {
+ $('#searchdomains').example('Domain name where hostname searching
starts ');
+ });
+ </script>

<script type="text/javascript">
$(function() {
diff --git a/webclient/public/stylesheets/style.css
b/webclient/public/stylesheets/style.css
index 4d541c7..2ec1b9f 100644
--- a/webclient/public/stylesheets/style.css
+++ b/webclient/public/stylesheets/style.css
@@ -64,10 +64,10 @@ input {
color: #666;
font-size: 1em;
background: #fcfcfc;
- width: 24em;
+ width: 32em;
}
input[type="text"] {
- width: 24em;
+ width: 32em;
}
input:focus {
border: 1px solid #69c;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages