diff options
author | svncommit <devs@roundcube.net> | 2007-02-26 07:19:44 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-02-26 07:19:44 +0000 |
commit | 87e2fddb32da8580f73c5ec0628e9eacfb4e0043 (patch) | |
tree | 33a5448f5e22896a0375ce418df5ba294076ebfa /program/js/tiny_mce/plugins/table/table.htm | |
parent | e17702395e1aa0fa54eea36817e1150c231d49eb (diff) |
upgrade to TinyMCE v2.1.0
Diffstat (limited to 'program/js/tiny_mce/plugins/table/table.htm')
-rw-r--r-- | program/js/tiny_mce/plugins/table/table.htm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/js/tiny_mce/plugins/table/table.htm b/program/js/tiny_mce/plugins/table/table.htm index 6c4078db9..6c722db3b 100644 --- a/program/js/tiny_mce/plugins/table/table.htm +++ b/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>
|