Changeset 7598
- Timestamp:
- 04/03/08 20:16:04 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/js/tinymce/themes/advanced/link.htm
r7502 r7598 26 26 <td><table border="0" cellspacing="0" cellpadding="0"> 27 27 <tr> 28 <td><input id="href" name="href" type="text" class="mceFocus" value="http://" style="width: 200px" /></td>28 <td><input id="href" name="href" type="text" class="mceFocus" value="http://" style="width: 200px" onfocus="try{this.select();}catch(e){}" /></td> 29 29 <td id="hrefbrowsercontainer"> </td> 30 30 </tr>
