diff options
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/table/table.htm')
| -rw-r--r--[-rwxr-xr-x] | public/javascripts/tiny_mce/plugins/table/table.htm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/public/javascripts/tiny_mce/plugins/table/table.htm b/public/javascripts/tiny_mce/plugins/table/table.htm index 75136e6..37e6159 100755..100644 --- a/public/javascripts/tiny_mce/plugins/table/table.htm +++ b/public/javascripts/tiny_mce/plugins/table/table.htm | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | <script type="text/javascript" src="../../utils/editable_selects.js"></script> | 9 | <script type="text/javascript" src="../../utils/editable_selects.js"></script> |
| 10 | <script type="text/javascript" src="js/table.js"></script> | 10 | <script type="text/javascript" src="js/table.js"></script> |
| 11 | <link href="css/table.css" rel="stylesheet" type="text/css" /> | 11 | <link href="css/table.css" rel="stylesheet" type="text/css" /> |
| 12 | <base target="_self" /> | ||
| 13 | </head> | 12 | </head> |
| 14 | <body id="table" style="display: none"> | 13 | <body id="table" style="display: none"> |
| 15 | <form onsubmit="insertTable();return false;" action="#"> | 14 | <form onsubmit="insertTable();return false;" action="#"> |
| @@ -58,7 +57,7 @@ | |||
| 58 | <td><label id="classlabel" for="class">{#class_name}</label></td> | 57 | <td><label id="classlabel" for="class">{#class_name}</label></td> |
| 59 | <td colspan="3"> | 58 | <td colspan="3"> |
| 60 | <select id="class" name="class" class="mceEditableSelect"> | 59 | <select id="class" name="class" class="mceEditableSelect"> |
| 61 | <option value="" selected>{#not_set}</option> | 60 | <option value="" selected="selected">{#not_set}</option> |
| 62 | </select></td> | 61 | </select></td> |
| 63 | </tr> | 62 | </tr> |
| 64 | <tr> | 63 | <tr> |
| @@ -109,9 +108,9 @@ | |||
| 109 | </tr> | 108 | </tr> |
| 110 | 109 | ||
| 111 | <tr> | 110 | <tr> |
| 112 | <td class="column1"><label for="frame">{#table_dlg.frame}</label></td> | 111 | <td class="column1"><label for="tframe">{#table_dlg.frame}</label></td> |
| 113 | <td> | 112 | <td> |
| 114 | <select id="frame" name="frame" class="advfield"> | 113 | <select id="tframe" name="tframe" class="advfield"> |
| 115 | <option value="">{#not_set}</option> | 114 | <option value="">{#not_set}</option> |
| 116 | <option value="void">{#table_dlg.rules_void}</option> | 115 | <option value="void">{#table_dlg.rules_void}</option> |
| 117 | <option value="above">{#table_dlg.rules_above}</option> | 116 | <option value="above">{#table_dlg.rules_above}</option> |
