Author: jkoster
Date: 2010-06-30 12:06:43 +0200 (Wed, 30 Jun 2010)
New Revision: 42751
Modified:
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/lang/nl.js
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/modules/CreateLink/insertinline_link.html
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js
Log:
CMSC-1716 - In rich text editor: enlarge input fields of insert inline link -
improve instruction text of URL.
Modified:
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/lang/nl.js
===================================================================
---
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/lang/nl.js
2010-06-30 08:15:54 UTC (rev 42750)
+++
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/lang/nl.js
2010-06-30 10:06:43 UTC (rev 42751)
@@ -77,7 +77,7 @@
"Insert/Modify Embeded Code": "Invoegen bewerken embed content",
"Embeded Code:": "Embed Code:",
"Preview:": "Voorbeeld:",
- "Click \"New Url\" to enter URL": "Klik op \"Nieuwe Url\" om URL in te
voeren",
+ "Search existing URL with \'URL\' or click \'New Url\'": "Zoek bestaande URL
met \'URL\' of klik \'Nieuwe URL\' ",
"Size": "Formaat",
"Width:": "Breedte:",
"Height:": "Hoogte:",
Modified:
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/modules/CreateLink/insertinline_link.html
===================================================================
---
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/modules/CreateLink/insertinline_link.html
2010-06-30 08:15:54 UTC (rev 42750)
+++
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/modules/CreateLink/insertinline_link.html
2010-06-30 10:06:43 UTC (rev 42751)
@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="../../popups/popup.css" />
<script type="text/javascript">
- window.resizeTo(450, 200);
+ window.resizeTo(500, 200);
Xinha = window.opener.Xinha;
function i18n(str) {
@@ -225,18 +225,18 @@
<form name="inlineLinkForm" action="#">
<input type="hidden" name="destination" id="f_destination" />
-<table border="0" style="padding: 0px; margin: 0px;width:80%">
+<table border="0" style="padding: 0px; margin: 0px; width:90%">
<tr>
<td class="label">URL:</td>
- <td><input type="text" id="f_href" style="width: 90%" readonly /></td>
+ <td><input type="text" id="f_href" style="width: 100%" readonly /></td>
</tr>
<tr>
<td class="label">Title:</td>
- <td><input type="text" id="f_title" style="width: 90%" /></td>
+ <td><input type="text" id="f_title" style="width: 100%" /></td>
</tr>
<tr>
<td class="label">Tooltip:</td>
- <td><input type="text" id="f_tooltip" style="width: 90%" /></td>
+ <td><input type="text" id="f_tooltip" style="width: 100%" /></td>
</tr>
<tr>
<td class="label"><span id="f_target_label">Target:</span></td>
Modified:
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js
===================================================================
---
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js
2010-06-30 08:15:54 UTC (rev 42750)
+++
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js
2010-06-30 10:06:43 UTC (rev 42751)
@@ -317,7 +317,7 @@
}
else titleNoLink = sel_value;
outparam = {
- f_href : i18n("Click \"New Url\" to enter URL"),
+ f_href : i18n("Search existing URL with \'URL\' or
click \'New Url\'"),
f_destination : null,
f_title : titleNoLink,
f_tooltip : '',
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs