comparison media/js/tiny_mce/themes/advanced/link.htm @ 183:149c3567fec1

Updated to TinyMCE version 3.3.2. This is for #57.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 21:47:48 +0000
parents a5b4c5ce0658
children
comparison
equal deleted inserted replaced
182:5c889b587416 183:149c3567fec1
48 </table> 48 </table>
49 </div> 49 </div>
50 </div> 50 </div>
51 51
52 <div class="mceActionPanel"> 52 <div class="mceActionPanel">
53 <div style="float: left"> 53 <input type="submit" id="insert" name="insert" value="{#insert}" />
54 <input type="submit" id="insert" name="insert" value="{#insert}" /> 54 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
55 </div>
56
57 <div style="float: right">
58 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
59 </div>
60 </div> 55 </div>
61 </form> 56 </form>
62 </body> 57 </body>
63 </html> 58 </html>