diff options
| author | hukl <contact@smyck.org> | 2009-09-09 12:07:57 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-09 12:07:57 +0200 |
| commit | a6292dd0fecd4482fe863ed849d126b5281b1a8a (patch) | |
| tree | 7c4c32e1a3448c5d1995a236ed01c731018da13d /public/javascripts/tiny_mce/plugins/table/row.htm | |
| parent | 83fe1b1abd7d7bb85679be3f1341e5c88db0ae83 (diff) | |
huge tiny_mce update - now using the tiny_mce jquery build which allows tiny_mce to be initialized via jquery - great!
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/table/row.htm')
| -rw-r--r--[-rwxr-xr-x] | public/javascripts/tiny_mce/plugins/table/row.htm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/javascripts/tiny_mce/plugins/table/row.htm b/public/javascripts/tiny_mce/plugins/table/row.htm index fe75bf6..07ca13c 100755..100644 --- a/public/javascripts/tiny_mce/plugins/table/row.htm +++ b/public/javascripts/tiny_mce/plugins/table/row.htm | |||
| @@ -8,10 +8,9 @@ | |||
| 8 | <script type="text/javascript" src="../../utils/editable_selects.js"></script> | 8 | <script type="text/javascript" src="../../utils/editable_selects.js"></script> |
| 9 | <script type="text/javascript" src="js/row.js"></script> | 9 | <script type="text/javascript" src="js/row.js"></script> |
| 10 | <link href="css/row.css" rel="stylesheet" type="text/css" /> | 10 | <link href="css/row.css" rel="stylesheet" type="text/css" /> |
| 11 | <base target="_self" /> | ||
| 12 | </head> | 11 | </head> |
| 13 | <body id="tablerow" style="display: none"> | 12 | <body id="tablerow" style="display: none"> |
| 14 | <form onsubmit="updateAction();return false;"> | 13 | <form onsubmit="updateAction();return false;" action="#"> |
| 15 | <div class="tabs"> | 14 | <div class="tabs"> |
| 16 | <ul> | 15 | <ul> |
| 17 | <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#table_dlg.general_tab}</a></span></li> | 16 | <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#table_dlg.general_tab}</a></span></li> |
