Update of 
/var/cvs/contributions/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/popups
In directory james.mmbase.org:/tmp/cvs-serv1733/popups

Modified Files:
      Tag: b1_6
        insertinline_link.html 
Log Message:
CMSC-1310 Unable to make a link in the richtext editors unless you add a 
tooltip, error message says, no title.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/popups
See also: http://www.mmbase.org/jira/browse/CMSC-1310


Index: insertinline_link.html
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/popups/insertinline_link.html,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -b -r1.14.2.1 -r1.14.2.2
--- insertinline_link.html      5 Mar 2009 10:10:05 -0000       1.14.2.1
+++ insertinline_link.html      6 Mar 2009 07:14:55 -0000       1.14.2.2
@@ -43,6 +43,7 @@
             if ( typeof param["f_href"] != "undefined" ) {
                   document.getElementById("f_href").value = param["f_href"];
                   document.getElementById("f_title").value = param["f_title"];
+                  document.getElementById("f_tooltip").value = 
param["f_tooltip"];
                   document.getElementById("f_destination").value = 
param["f_destination"];
                   comboSelectValue(target_select, param["f_target"]);
                                  
@@ -92,7 +93,7 @@
             tmpLinkName.value = elhref.value;
       }
       // pass data back to the calling window
-      var fields = ["f_href", "f_title", "f_target", "f_destination" ];
+      var fields = ["f_href", "f_title", "f_tooltip", "f_target", 
"f_destination" ];
       var param = new Object();
       for (var i in fields) {
             var id = fields[i];
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to