3 commits - hosted/skins lib/hosted

Torsten Grote grote at kolabsys.com
Tue Sep 4 15:55:04 CEST 2012


 hosted/skins/default/hosted.css         |    8 ++++++++
 lib/hosted/kolab_client_task_signup.php |    1 -
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 85669ad3957884e1d4f6e6e16749757077f83b35
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Sep 4 15:52:42 2012 +0200

    slight adjustments to hosted skin

diff --git a/hosted/skins/default/hosted.css b/hosted/skins/default/hosted.css
index 4f50305..312de6f 100644
--- a/hosted/skins/default/hosted.css
+++ b/hosted/skins/default/hosted.css
@@ -17,6 +17,14 @@ body {
   cursor: default;
 }
 
+#content {
+  padding: 15px;
+}
+
+#taskcontent {
+  min-height: 100px;
+}
+
 td.label {
   vertical-align: top;
 }


commit 7ad0316312756933afe5117d0adecf40d02b6383
Merge: 9812898 11c9a15
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Sep 4 15:51:37 2012 +0200

    Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap



commit 9812898f80f3df95f8e06bfe7734deaacb6039a6
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Sep 4 15:47:00 2012 +0200

    only check for matched passwords when changing confirm field

diff --git a/lib/hosted/kolab_client_task_signup.php b/lib/hosted/kolab_client_task_signup.php
index 7ebbac8..fdb644c 100644
--- a/lib/hosted/kolab_client_task_signup.php
+++ b/lib/hosted/kolab_client_task_signup.php
@@ -244,7 +244,6 @@ class kolab_client_task_signup extends kolab_client_task
         // Add password confirmation
         if (isset($fields['userpassword'])) {
             $fields['userpassword2'] = $fields['userpassword'];
-            $fields['userpassword']['onchange']  = 'password_match()';
             $fields['userpassword2']['onchange'] = 'password_match()';
         }
         





More information about the commits mailing list