Mercurial > public > sg101
comparison media/js/tiny_mce/plugins/fullpage/fullpage.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 |
---|---|
561 </fieldset> | 561 </fieldset> |
562 </div> | 562 </div> |
563 </div> | 563 </div> |
564 | 564 |
565 <div class="mceActionPanel"> | 565 <div class="mceActionPanel"> |
566 <div style="float: left"> | 566 <input type="submit" id="insert" name="update" value="{#update}" /> |
567 <input type="submit" id="insert" name="update" value="{#update}" /> | 567 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> |
568 </div> | |
569 | |
570 <div style="float: right"> | |
571 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> | |
572 </div> | |
573 </div> | 568 </div> |
574 </form> | 569 </form> |
575 </body> | 570 </body> |
576 </html> | 571 </html> |