insertCol.html 615 B

12345678910111213141516
  1. <div style="font-size:12px">
  2. <table width="100%" border="0" cellspacing="5" cellpadding="5">
  3. <tr>
  4. <td align="right">{{$.lp.columns}}</td>
  5. <td><label for="textfield"></label>
  6. <input name="MWFInsertColNumber" type="text" id="MWFInsertColNumber" value="1" style="border:1px solid #999; width: 60px; height:18px" /></td>
  7. </tr>
  8. <tr>
  9. <td>&nbsp;</td>
  10. <td>
  11. <input name="MWFInsertColPosition" type="radio" value="before" checked="checked" />{{$.lp.onTheLeft}}<br />
  12. <input type="radio" name="MWFInsertColPosition" value="after" />{{$.lp.onTheRight}}
  13. </td>
  14. </tr>
  15. </table>
  16. </div>