Author: fpunt
Date: 2010-04-28 13:38:31 +0200 (Wed, 28 Apr 2010)
New Revision: 42066

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/EmbedCode/popups/embed_code.html
Log:
CMSC-1686 Working on Dutch translations

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/EmbedCode/popups/embed_code.html
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/EmbedCode/popups/embed_code.html
  2010-04-28 09:54:24 UTC (rev 42065)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/EmbedCode/popups/embed_code.html
  2010-04-28 11:38:31 UTC (rev 42066)
@@ -67,9 +67,7 @@
 <form name="embededCodeForm" action="#">
 <div style="padding:10px">
     <div>
-        <p>
-            Embeded Code:
-        </p>
+        <table><tr><td>Embeded Code:</td></tr></table>
         <div style="float:left;width:70%">
             <textarea name="embededCode" id="embededCode" 
style="width:100%;height:100%" onblur="return onPreview();" ></textarea>
         </div>
@@ -79,9 +77,7 @@
         </div>
     </div>
     <div style="clear:both;padding-top:10px;">
-        <p>
-            Preview:
-        </p>
+        <table><tr><td>Preview:</td></tr></table>
         <div>
             <iframe id="previewFrame" style="width:100%;height:380px"></iframe>
         </div>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to