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

Modified Files:
        insertinline_link.html 
Log Message:
CMSC-1275  Assets: URLs has both name and 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-1275


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.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- insertinline_link.html      19 Jan 2009 10:15:15 -0000      1.9
+++ insertinline_link.html      6 Feb 2009 10:10:05 -0000       1.10
@@ -171,7 +171,7 @@
       document.getElementById("f_href").value = url;
    }
    if (title != undefined && title.length != 0 ) {
-      document.getElementById("f_title").value = title;
+      document.getElementById("f_name").value = title;
    }
 }
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to