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

Modified Files:
      Tag: b1_5
        insertinline_link.html 
Log Message:
CMSC-1090 - Content link around an image did not convert to live-link at live 
war; links could not be changed around an image.


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-1090


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.2
retrieving revision 1.2.8.1
diff -u -b -r1.2 -r1.2.8.1
--- insertinline_link.html      5 Sep 2006 11:46:42 -0000       1.2
+++ insertinline_link.html      4 Dec 2008 11:21:57 -0000       1.2.8.1
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <html>
 
 <head>
@@ -6,7 +7,7 @@
   <link rel="stylesheet" type="text/css" href="popup.css" />
 
   <script type="text/javascript">
-    window.resizeTo(400, 200);
+    window.resizeTo(420, 200);
 
 HTMLArea = window.opener.HTMLArea;
 
@@ -69,7 +70,6 @@
 function onOK() {
   var elhref = document.getElementById("f_href");
 
-
   if (HTMLArea.is_ie ? elhref.readOnly : elhref.hasAttribute("readonly")) {
     var el = document.getElementById("f_destination");
     if(!el.value) {
@@ -234,7 +234,7 @@
 <body class="dialog" onload="Init()">
 <div class="title">Insert/Modify Link</div>
 
-<form name="inlineLinkForm">
+<form name="inlineLinkForm" action="#">
   <input type="hidden" name="destination" id="f_destination" />
 
 <table border="0" style="width: 100%;">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to