Mercurial > public > sg101
comparison media/js/tiny_mce/plugins/table/cell.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 |
---|---|
168 <option value="row">{#table_dlg.cell_row}</option> | 168 <option value="row">{#table_dlg.cell_row}</option> |
169 <option value="all">{#table_dlg.cell_all}</option> | 169 <option value="all">{#table_dlg.cell_all}</option> |
170 </select> | 170 </select> |
171 </div> | 171 </div> |
172 | 172 |
173 <div style="float: left"> | 173 <input type="submit" id="insert" name="insert" value="{#update}" /> |
174 <div><input type="submit" id="insert" name="insert" value="{#update}" /></div> | 174 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> |
175 </div> | |
176 | |
177 <div style="float: right"> | |
178 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> | |
179 </div> | |
180 </div> | 175 </div> |
181 </form> | 176 </form> |
182 </body> | 177 </body> |
183 </html> | 178 </html> |