comparison media/js/tiny_mce/plugins/table/row.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
145 <option value="even">{#table_dlg.row_even}</option> 145 <option value="even">{#table_dlg.row_even}</option>
146 <option value="all">{#table_dlg.row_all}</option> 146 <option value="all">{#table_dlg.row_all}</option>
147 </select> 147 </select>
148 </div> 148 </div>
149 149
150 <div style="float: left"> 150 <input type="submit" id="insert" name="insert" value="{#update}" />
151 <div><input type="submit" id="insert" name="insert" value="{#update}" /></div> 151 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
152 </div>
153
154 <div style="float: right">
155 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
156 </div>
157 </div> 152 </div>
158 </form> 153 </form>
159 </body> 154 </body>
160 </html> 155 </html>