summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-11-08 02:23:06 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-11-08 02:23:06 +0000
commit0997495c510b646c5a91e35b3faf53136b92df02 (patch)
treed7eb99841cd6bee8247c6d271972be0a328002fa /roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm
parentccec9a6b3a28af29d1d50052eb36218d7ba2b3e0 (diff)
upgrade to TinyMCE v2.0.8
git-svn-id: https://svn.roundcube.net/trunk@362 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm')
-rw-r--r--roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm5
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm b/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm
index be723a9fa..10896bf9e 100644
--- a/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm
+++ b/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm
@@ -3,6 +3,7 @@
<title>{$lang_table_merge_cells_title}</title>
<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script>
+ <script language="javascript" type="text/javascript" src="../../utils/validate.js"></script>
<script language="javascript" type="text/javascript" src="jscripts/merge_cells.js"></script>
<base target="_self" />
</head>
@@ -13,12 +14,12 @@
<table border="0" cellpadding="0" cellspacing="3" width="100%">
<tr>
<td>{$lang_table_cols}:</td>
- <td align="right"><input type="text" name="numcols" value="" style="width: 30px" /></td>
+ <td align="right"><input type="text" name="numcols" value="" class="number min1" style="width: 30px" /></td>
<td>
</tr>
<tr>
<td>{$lang_table_rows}:</td>
- <td align="right"><input type="text" name="numrows" value="" style="width: 30px" /></td>
+ <td align="right"><input type="text" name="numrows" value="" class="number min1" style="width: 30px" /></td>
</tr>
</table>
</fieldset>