[svn r10747] update the table tool in fckeditor

skala
Julian Prud'homme 19 years ago
parent 9542b98899
commit 70eee63aa7
  1. 4
      main/inc/lib/fckeditor/editor/dialog/fck_table.html
  2. 2
      main/inc/lib/fckeditor/editor/lang/en.js
  3. 2
      main/inc/lib/fckeditor/editor/lang/fr.js

@ -262,7 +262,7 @@ function IsDigit( e )
</script></td> </script></td>
</tr> </tr>
--> -->
<tr> <!--<tr>
<td nowrap><span fckLang="DlgTableCaption">Caption</span>:</td> <td nowrap><span fckLang="DlgTableCaption">Caption</span>:</td>
<td>&nbsp;</td> <td>&nbsp;</td>
<td width="100%" nowrap>&nbsp; <td width="100%" nowrap>&nbsp;
@ -273,7 +273,7 @@ function IsDigit( e )
<td>&nbsp;</td> <td>&nbsp;</td>
<td width="100%" nowrap>&nbsp; <td width="100%" nowrap>&nbsp;
<input id="txtSummary" type="text" style="WIDTH: 100%"></td> <input id="txtSummary" type="text" style="WIDTH: 100%"></td>
</tr> </tr>-->
</table> </table>
</td> </td>
</tr> </tr>

@ -267,7 +267,7 @@ DlgSmileyTitle : "Insert a Smiley",
DlgSpecialCharTitle : "Select Special Character", DlgSpecialCharTitle : "Select Special Character",
// Table Dialog // Table Dialog
DlgTableTitle : "Table Properties", DlgTableTitle : "Table",
DlgTableRows : "Rows", DlgTableRows : "Rows",
DlgTableColumns : "Columns", DlgTableColumns : "Columns",
DlgTableBorder : "Border size", DlgTableBorder : "Border size",

@ -267,7 +267,7 @@ DlgSmileyTitle : "Insérer Smiley",
DlgSpecialCharTitle : "Insérer Caractère Spécial", DlgSpecialCharTitle : "Insérer Caractère Spécial",
// Table Dialog // Table Dialog
DlgTableTitle : "Propriétés de Tableau", DlgTableTitle : "Tableau",
DlgTableRows : "Lignes", DlgTableRows : "Lignes",
DlgTableColumns : "Colonnes", DlgTableColumns : "Colonnes",
DlgTableBorder : "Bordure", DlgTableBorder : "Bordure",

Loading…
Cancel
Save