[pLog-svn] r5571 - in plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo: . langs

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Jun 23 03:16:07 EDT 2007


Author: oscar
Date: 2007-06-23 03:16:07 -0400 (Sat, 23 Jun 2007)
New Revision: 5571

Modified:
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/langs/en.js
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/langs/fr.js
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/videoinput.html
Log:
merged fix for issue http://bugs.lifetype.net/view.php?id=1347


Modified: plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/langs/en.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/langs/en.js	2007-06-23 06:57:44 UTC (rev 5570)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/langs/en.js	2007-06-23 07:16:07 UTC (rev 5571)
@@ -7,5 +7,6 @@
 lang_insertvideo_selsource : 'Select Source:',
 lang_insertvideo_dailymotembeddableplayer : 'Embeddable Player',
 lang_insertvideo_badurl : 'Invalid URL',
-lang_insertvideo_selectiontype : 'You must select the right video site.'
+lang_insertvideo_selectiontype : 'You must select the right video site.',
+lang_insertvideo_inputurlstyle : 'style="width:350px;"'
 });

Modified: plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/langs/fr.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/langs/fr.js	2007-06-23 06:57:44 UTC (rev 5570)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/langs/fr.js	2007-06-23 07:16:07 UTC (rev 5571)
@@ -7,5 +7,6 @@
 lang_insertvideo_selsource : 'Sélectionnez une source :',
 lang_insertvideo_dailymotembeddableplayer : 'Lecteur Exportable',
 lang_insertvideo_badurl : 'L\'URL indiquée n\'est pas valide',
-lang_insertvideo_selectiontype : 'Vous devez choisir le bon site vid&eacuteo.'
+lang_insertvideo_selectiontype : 'Vous devez choisir le bon site vid&eacuteo.',
+lang_insertvideo_inputurlstyle : 'style="width:300px;"'
 });

Modified: plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/videoinput.html
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/videoinput.html	2007-06-23 06:57:44 UTC (rev 5570)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertvideo/videoinput.html	2007-06-23 07:16:07 UTC (rev 5571)
@@ -18,7 +18,7 @@
 	     <table border="0" cellpadding="4" cellspacing="0">
 	      <tr>
 	       <td nowrap="nowrap">{$lang_insertvideo_link}</td>
-	       <td><input type="text" id="url" name="url" value="" style="width:350px" /></td>
+	       <td><input type="text" id="url" name="url" value="" {$lang_insertvideo_inputurlstyle} /></td>
 	      </tr>
 	      <tr>
 	       <td nowrap="nowrap">{$lang_insertvideo_selsource}</td>



More information about the pLog-svn mailing list