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

Modified Files:
        insertinline_link.html 
Log Message:
CMSC-1208 Can delete attachements in channel with insuficient rights


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


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.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- insertinline_link.html      9 Jan 2009 03:32:26 -0000       1.6
+++ insertinline_link.html      9 Jan 2009 10:28:09 -0000       1.7
@@ -176,8 +176,7 @@
    if (url != undefined && url.length != 0 ) {
       document.getElementById("f_href").value = url;
    }
-   if (document.getElementById("f_title").value == undefined
-         || document.getElementById("f_title").value.length == 0 ) {
+   if (title != undefined && title.length != 0 ) {
       document.getElementById("f_title").value = title;
    }
 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to