thomascube
2011-04-20 a9251be2f09fb5f18a85d201c67668c70980efe3
commit | author | age
d9344f 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
a0109c 2 <html xmlns="http://www.w3.org/1999/xhtml">
S 3 <head>
d9344f 4     <title>{#table_dlg.merge_cells_title}</title>
S 5     <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6     <script type="text/javascript" src="../../utils/mctabs.js"></script>
7     <script type="text/javascript" src="../../utils/validate.js"></script>
8     <script type="text/javascript" src="js/merge_cells.js"></script>
a0109c 9 </head>
a9251b 10 <body style="margin: 8px" role="application">
69d05c 11 <form onsubmit="MergeCellsDialog.merge();return false;" action="#">
a0109c 12     <fieldset>
d9344f 13         <legend>{#table_dlg.merge_cells_title}</legend>
a9251b 14         <table role="presentation" border="0" cellpadding="0" cellspacing="3" width="100%">
T 15             <tr>
16                 <td><label for="numcols">{#table_dlg.cols}</label>:</td>
17                 <td align="right"><input type="text" id="numcols" name="numcols" value="" class="number min1 mceFocus" style="width: 30px" aria-required="true" /></td>
18             </tr>
19             <tr>
20                 <td><label for="numrows">{#table_dlg.rows}</label>:</td>
21                 <td align="right"><input type="text" id="numrows" name="numrows" value="" class="number min1" style="width: 30px" aria-required="true" /></td>
22             </tr>
23         </table>
a0109c 24     </fieldset>
S 25
26     <div class="mceActionPanel">
69d05c 27         <input type="submit" id="insert" name="insert" value="{#update}" />
A 28         <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
a0109c 29     </div>
S 30 </form>
31 </body>
32 </html>