comparison media/js/tiny_mce/themes/advanced/image.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
70 </table> 70 </table>
71 </div> 71 </div>
72 </div> 72 </div>
73 73
74 <div class="mceActionPanel"> 74 <div class="mceActionPanel">
75 <div style="float: left"> 75 <input type="submit" id="insert" name="insert" value="{#insert}" />
76 <input type="submit" id="insert" name="insert" value="{#insert}" /> 76 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
77 </div>
78
79 <div style="float: right">
80 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
81 </div>
82 </div> 77 </div>
83 </form> 78 </form>
84 </body> 79 </body>
85 </html> 80 </html>