diff options
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/xhtmlxtras/attributes.htm')
| -rw-r--r--[-rwxr-xr-x] | public/javascripts/tiny_mce/plugins/xhtmlxtras/attributes.htm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/public/javascripts/tiny_mce/plugins/xhtmlxtras/attributes.htm b/public/javascripts/tiny_mce/plugins/xhtmlxtras/attributes.htm index cfbb409..322b468 100755..100644 --- a/public/javascripts/tiny_mce/plugins/xhtmlxtras/attributes.htm +++ b/public/javascripts/tiny_mce/plugins/xhtmlxtras/attributes.htm | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | <script type="text/javascript" src="../../utils/form_utils.js"></script> | 8 | <script type="text/javascript" src="../../utils/form_utils.js"></script> |
| 9 | <script type="text/javascript" src="js/attributes.js"></script> | 9 | <script type="text/javascript" src="js/attributes.js"></script> |
| 10 | <link rel="stylesheet" type="text/css" href="css/attributes.css" /> | 10 | <link rel="stylesheet" type="text/css" href="css/attributes.css" /> |
| 11 | <base target="_self" /> | ||
| 12 | </head> | 11 | </head> |
| 13 | <body style="display: none"> | 12 | <body style="display: none"> |
| 14 | <form onsubmit="insertAction();return false;" action="#"> | 13 | <form onsubmit="insertAction();return false;" action="#"> |
| @@ -36,12 +35,12 @@ | |||
| 36 | <td><label id="classlabel" for="classlist">{#class_name}</label></td> | 35 | <td><label id="classlabel" for="classlist">{#class_name}</label></td> |
| 37 | <td> | 36 | <td> |
| 38 | <select id="classlist" name="classlist" class="mceEditableSelect"> | 37 | <select id="classlist" name="classlist" class="mceEditableSelect"> |
| 39 | <option value="" selected>{#not_set}</option> | 38 | <option value="" selected="selected">{#not_set}</option> |
| 40 | </select> | 39 | </select> |
| 41 | </td> | 40 | </td> |
| 42 | </tr> | 41 | </tr> |
| 43 | <tr> | 42 | <tr> |
| 44 | <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> | 43 | <td class="label"><label id="stylelabel" for="style">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> |
| 45 | <td><input id="style" name="style" type="text" value="" /></td> | 44 | <td><input id="style" name="style" type="text" value="" /></td> |
| 46 | </tr> | 45 | </tr> |
| 47 | <tr> | 46 | <tr> |
