comparison media/js/tiny_mce/plugins/xhtmlxtras/ins.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
150 </table> 150 </table>
151 </fieldset> 151 </fieldset>
152 </div> 152 </div>
153 </div> 153 </div>
154 <div class="mceActionPanel"> 154 <div class="mceActionPanel">
155 <div style="float: left"> 155 <input type="submit" id="insert" name="insert" value="{#update}" />
156 <input type="submit" id="insert" name="insert" value="{#update}" /> 156 <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeIns();" style="display: none;" />
157 </div> 157 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
158 <div style="float: left">
159 <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeIns();" style="display: none;" />
160 </div>
161 <div style="float: right">
162 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
163 </div>
164 </div> 158 </div>
165
166 </form> 159 </form>
167
168 </body> 160 </body>
169 </html> 161 </html>