Changeset 7270 for trunk/wp-includes/js/tinymce/themes/advanced/anchor.htm
- Timestamp:
- 03/12/2008 10:47:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/themes/advanced/anchor.htm
r6694 r7270 3 3 <head> 4 4 <title>{#advanced_dlg.anchor_title}</title> 5 5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script> 6 6 <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" /> 9 8 </head> 10 9 <body style="display: none"> … … 16 15 <tr> 17 16 <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> 19 18 </tr> 20 19 </table> … … 26 25 27 26 <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}" /> 29 28 </div> 30 29 </div>
Note: See TracChangeset
for help on using the changeset viewer.