[svn r10899] Fix a bug in the table tool of FCKeditor

skala
Julian Prud'homme 18 years ago
parent ad7f0e8d17
commit 0aa6fcca91
  1. 10
      main/inc/lib/fckeditor/editor/dialog/fck_table.html

@ -250,7 +250,7 @@ function IsDigit( e )
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<!--
<tr>
<td nowrap>
<span fcklang="DlgClassName">Class Name</span>:</td>
@ -261,19 +261,19 @@ function IsDigit( e )
// document.write(tbstyles.GetHTML());
</script></td>
</tr>
-->
<!--<tr>
<tr style="display: none;">
<td nowrap><span fckLang="DlgTableCaption">Caption</span>:</td>
<td>&nbsp;</td>
<td width="100%" nowrap>&nbsp;
<input id="txtCaption" type="text" style="WIDTH: 100%"></td>
</tr>
<tr>
<tr style="display: none;">
<td nowrap><span fckLang="DlgTableSummary">Summary</span>:</td>
<td>&nbsp;</td>
<td width="100%" nowrap>&nbsp;
<input id="txtSummary" type="text" style="WIDTH: 100%"></td>
</tr>-->
</tr>
</table>
</td>
</tr>

Loading…
Cancel
Save