Mercurial > public > sg101
comparison media/js/tiny_mce/plugins/template/template.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 | 237710206167 |
comparison
equal
deleted
inserted
replaced
182:5c889b587416 | 183:149c3567fec1 |
---|---|
21 <iframe id="templatesrc" name="templatesrc" src="blank.htm" width="690" height="400" frameborder="0"></iframe> | 21 <iframe id="templatesrc" name="templatesrc" src="blank.htm" width="690" height="400" frameborder="0"></iframe> |
22 </fieldset> | 22 </fieldset> |
23 </div> | 23 </div> |
24 | 24 |
25 <div class="mceActionPanel"> | 25 <div class="mceActionPanel"> |
26 <div style="float: left"> | 26 <input type="submit" id="insert" name="insert" value="{#insert}" /> |
27 <input type="submit" id="insert" name="insert" value="{#insert}" /> | 27 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> |
28 </div> | |
29 | |
30 <div style="float: right"> | |
31 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> | |
32 </div> | |
33 | |
34 <br style="clear:both" /> | 28 <br style="clear:both" /> |
35 </div> | 29 </div> |
36 </form> | 30 </form> |
37 </body> | 31 </body> |
38 </html> | 32 </html> |