mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...
Date: Sun, 24 Jun 2012 08:03:39 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       12/06/24 08:03:39

Modified files:
        distrib        : ChangeLog 
        src/daemon/common: commonMessages.ml 

Log message:
        patch #7799

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1554&r2=1.1555
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/common/commonMessages.ml?cvsroot=mldonkey&r1=1.76&r2=1.77

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1554
retrieving revision 1.1555
diff -u -b -r1.1554 -r1.1555
--- distrib/ChangeLog   24 Jun 2012 08:02:23 -0000      1.1554
+++ distrib/ChangeLog   24 Jun 2012 08:03:39 -0000      1.1555
@@ -15,6 +15,7 @@
 =========
 
 2012/06/24
+7799: HTML: fix validation errors (ygrek)
 7798: Fix Mac OS X compilation (ygrek)
 7797: allow build with upcoming OCaml 4.00 (ygrek)
 7795: spelling fix, official language name is "OCaml" (ygrek)

Index: src/daemon/common/commonMessages.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/common/commonMessages.ml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- src/daemon/common/commonMessages.ml 7 May 2011 18:59:56 -0000       1.76
+++ src/daemon/common/commonMessages.ml 24 Jun 2012 08:03:39 -0000      1.77
@@ -1006,10 +1006,10 @@
 onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"
 onclick=\"dllink();\">" ^ _s
 "DL" ^ "</TD></TR></TBODY></TABLE></TD>
-<TD noWrap width=100% title=\\\" " ^ _s "Input mldonkey commands here" ^ " 
\\\">
+<TD noWrap width=\"100%\" title=\" " ^ _s "Input mldonkey commands here" ^ " 
\">
 <TABLE cellSpacing=0 cellpadding=0 width=\"100%\"><TBODY><TR>
 <TD style=\"height: 1%; padding: 0px; border: 0px; padding-left: 5px;\" 
title=\" " ^ _s "Input mldonkey command here" ^ " \">
-<INPUT class=\"txt2\" style=\"WIDTH: 99%;\" name=q><body 
onload=\"document.cmdFormular.q.focus();\">
+<INPUT class=\"txt2\" style=\"WIDTH: 99%;\" name=q>
 </TD></TR></TBODY></TABLE></TD><TD noWrap>
 <TABLE class=commands cellSpacing=0 cellPadding=0 width=\"100%\"><TBODY><TR>
 <TD class=\"bu bbigm\" style=\"padding-top: 0px; padding-bottom: 0px;\" 
title=\" " ^ _s "Input Command" ^ " \">
@@ -1019,6 +1019,11 @@
 </TR></TABLE>
 <!-- End Main Table -->
 
+<!-- set focus -->
+<script type=\"text/javascript\">
+document.forms['cmdFormular'].elements['q'].focus();
+</script>
+
 <DIV ID=\"tab1\" style=\"display: none\">
 <TABLE class=commands cellSpacing=0 cellPadding=0 width=\"100%\">
 <TBODY><TR>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]