Make WordPress Core


Ignore:
Timestamp:
03/12/2008 10:47:11 PM (17 years ago)
Author:
ryan
Message:

TinyMCE 3.05 from azaozz. fixes #6195

File:
1 edited

Legend:

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

    r6694 r7270  
    33<head>
    44    <title>{#advanced_dlg.anchor_title}</title>
    5     <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
     5    <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
    66    <script type="text/javascript" src="js/anchor.js"></script>
    7     <script type="text/javascript">tinyMCEPopup.onInit.add(function(){window.setTimeout(function(){document.getElementById('anchorName').focus();},500);});</script>
    8     <base target="_self" />
     7    <base target="_self" />
    98</head>
    109<body style="display: none">
     
    1615        <tr>
    1716            <td nowrap="nowrap">{#advanced_dlg.anchor_name}:</td>
    18             <td><input name="anchorName" type="text" id="anchorName" value="" style="width: 200px" /></td>
     17            <td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" /></td>
    1918        </tr>
    2019    </table>
     
    2625
    2726        <div style="float: right">
    28             <input type="submit" id="insert" name="insert" value="{#update}" onclick="AnchorDialog.update();" />
     27            <input type="submit" id="insert" name="insert" value="{#update}" />
    2928        </div>
    3029    </div>
Note: See TracChangeset for help on using the changeset viewer.