Make WordPress Core


Ignore:
Timestamp:
05/28/2007 07:30:05 PM (17 years ago)
Author:
rob1n
Message:

Update TinyMCE to 2.1.1.1 (look at all those 1's...). fixes #4262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/themes/advanced/image.htm

    r3709 r5577  
    88    <base target="_self" />
    99</head>
     10<!-- WordPress: extra onload stuff is WP -->
    1011<body id="image" onload="tinyMCEPopup.executeOnLoad('init();');document.body.style.display='';document.getElementById('src').focus();" style="display: none">
    1112<form onsubmit="insertImage();return false;" action="#">
     
    2324            <td><table border="0" cellspacing="0" cellpadding="0">
    2425                <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>
    2627                  <td id="srcbrowsercontainer">&nbsp;</td>
    2728                </tr>
     
    4849          <tr>
    4950            <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>
    5152          </tr>
    5253          <tr>
     
    6768          <tr>
    6869            <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" />
    7071              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>
    7273          </tr>
    7374          <tr>
    7475            <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>
    7677          </tr>
    7778          <tr>
    7879            <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>
    8081          </tr>
    8182          <tr>
    8283            <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>
    8485          </tr>
    8586        </table>
     
    8889
    8990    <div class="mceActionPanel">
     91        <!-- WordPress: buttons reversed! -->
    9092        <div style="float: left">
    9193            <input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" />
Note: See TracChangeset for help on using the changeset viewer.