diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-26 07:19:44 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-26 07:19:44 +0000 |
| commit | 8781d05424a0ebd32845edf17769c2cc69e9bb1d (patch) | |
| tree | d5900029ac1512cbabb9abeb14e14cbc26ac5877 /roundcubemail/program/js/tiny_mce/plugins/table/table.htm | |
| parent | 4c7f79426f3b48b00bd50e42d65b6732ce018299 (diff) | |
upgrade to TinyMCE v2.1.0
git-svn-id: https://svn.roundcube.net/trunk@498 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/table/table.htm')
| -rw-r--r-- | roundcubemail/program/js/tiny_mce/plugins/table/table.htm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/table/table.htm b/roundcubemail/program/js/tiny_mce/plugins/table/table.htm index 6c4078db9..6c722db3b 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/table/table.htm +++ b/roundcubemail/program/js/tiny_mce/plugins/table/table.htm @@ -60,6 +60,10 @@ <option value="" selected>{$lang_not_set}</option>
</select></td>
</tr>
+ <tr>
+ <td class="column1"><label for="caption">{$lang_table_caption}</label></td>
+ <td><input id="caption" name="caption" type="checkbox" value="true" /></td>
+ </tr>
</table>
</fieldset>
</div>
|
