Changeset 5577 for trunk/wp-includes/js/tinymce/themes/advanced/image.htm
- Timestamp:
- 05/28/2007 07:30:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/themes/advanced/image.htm
r3709 r5577 8 8 <base target="_self" /> 9 9 </head> 10 <!-- WordPress: extra onload stuff is WP --> 10 11 <body id="image" onload="tinyMCEPopup.executeOnLoad('init();');document.body.style.display='';document.getElementById('src').focus();" style="display: none"> 11 12 <form onsubmit="insertImage();return false;" action="#"> … … 23 24 <td><table border="0" cellspacing="0" cellpadding="0"> 24 25 <tr> 25 <td><input id="src" name="src" type="text" value="" style="width: 200px" onchange="getImageData();" ></td>26 <td><input id="src" name="src" type="text" value="" style="width: 200px" onchange="getImageData();" /></td> 26 27 <td id="srcbrowsercontainer"> </td> 27 28 </tr> … … 48 49 <tr> 49 50 <td nowrap="nowrap"><label for="alt">{$lang_insert_image_alt}</label></td> 50 <td><input id="alt" name="alt" type="text" value="" style="width: 200px" ></td>51 <td><input id="alt" name="alt" type="text" value="" style="width: 200px" /></td> 51 52 </tr> 52 53 <tr> … … 67 68 <tr> 68 69 <td nowrap="nowrap"><label for="width">{$lang_insert_image_dimensions}</label></td> 69 <td><input id="width" name="width" type="text" value="" size=" 4" maxlength="4">70 <td><input id="width" name="width" type="text" value="" size="3" maxlength="5" /> 70 71 x 71 <input id="height" name="height" type="text" value="" size=" 4" maxlength="4"></td>72 <input id="height" name="height" type="text" value="" size="3" maxlength="5" /></td> 72 73 </tr> 73 74 <tr> 74 75 <td nowrap="nowrap"><label for="border">{$lang_insert_image_border}</label></td> 75 <td><input id="border" name="border" type="text" value="" size=" 4" maxlength="4"></td>76 <td><input id="border" name="border" type="text" value="" size="3" maxlength="3" /></td> 76 77 </tr> 77 78 <tr> 78 79 <td nowrap="nowrap"><label for="vspace">{$lang_insert_image_vspace}</label></td> 79 <td><input id="vspace" name="vspace" type="text" value="" size=" 4" maxlength="4"></td>80 <td><input id="vspace" name="vspace" type="text" value="" size="3" maxlength="3" /></td> 80 81 </tr> 81 82 <tr> 82 83 <td nowrap="nowrap"><label for="hspace">{$lang_insert_image_hspace}</label></td> 83 <td><input id="hspace" name="hspace" type="text" value="" size=" 4" maxlength="4"></td>84 <td><input id="hspace" name="hspace" type="text" value="" size="3" maxlength="3" /></td> 84 85 </tr> 85 86 </table> … … 88 89 89 90 <div class="mceActionPanel"> 91 <!-- WordPress: buttons reversed! --> 90 92 <div style="float: left"> 91 93 <input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" />
Note: See TracChangeset
for help on using the changeset viewer.