comparison media/js/tiny_mce/plugins/xhtmlxtras/acronym.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
130 </table> 130 </table>
131 </fieldset> 131 </fieldset>
132 </div> 132 </div>
133 </div> 133 </div>
134 <div class="mceActionPanel"> 134 <div class="mceActionPanel">
135 <div style="float: left"> 135 <input type="submit" id="insert" name="insert" value="{#update}" />
136 <input type="submit" id="insert" name="insert" value="{#update}" /> 136 <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeAcronym();" style="display: none;" />
137 </div> 137 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
138 <div style="float: left">
139 <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeAcronym();" style="display: none;" />
140 </div>
141 <div style="float: right">
142 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
143 </div>
144 </div> 138 </div>
145
146 </form> 139 </form>
147 </body> 140 </body>
148 </html> 141 </html>