equal
deleted
inserted
replaced
23 <table border="0" cellpadding="4" cellspacing="0"> |
23 <table border="0" cellpadding="4" cellspacing="0"> |
24 <tr> |
24 <tr> |
25 <td nowrap="nowrap"><label for="href">{#advanced_dlg.link_url}</label></td> |
25 <td nowrap="nowrap"><label for="href">{#advanced_dlg.link_url}</label></td> |
26 <td><table border="0" cellspacing="0" cellpadding="0"> |
26 <td><table border="0" cellspacing="0" cellpadding="0"> |
27 <tr> |
27 <tr> |
28 <td><input id="href" name="href" type="text" value="" style="width: 200px" onchange="LinkDialog.checkPrefix(this);" /></td> |
28 <td><input id="href" name="href" type="text" class="mceFocus" value="" style="width: 200px" onchange="LinkDialog.checkPrefix(this);" /></td> |
29 <td id="hrefbrowsercontainer"> </td> |
29 <td id="hrefbrowsercontainer"> </td> |
30 </tr> |
30 </tr> |
31 </table></td> |
31 </table></td> |
32 </tr> |
32 </tr> |
33 <tr> |
33 <tr> |
50 </div> |
50 </div> |
51 </div> |
51 </div> |
52 |
52 |
53 <div class="mceActionPanel"> |
53 <div class="mceActionPanel"> |
54 <div style="float: left"> |
54 <div style="float: left"> |
55 <input type="button" id="insert" name="insert" value="{#insert}" onclick="LinkDialog.update();" /> |
55 <input type="submit" id="insert" name="insert" value="{#insert}" /> |
56 </div> |
56 </div> |
57 |
57 |
58 <div style="float: right"> |
58 <div style="float: right"> |
59 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> |
59 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> |
60 </div> |
60 </div> |