BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

edit-submit.twig 708B

12345678910111213141516171819202122232425
  1. <table class="layout" id="submit_box">
  2. <tr class="colhead">
  3. <td colspan="2">
  4. Submit
  5. </td>
  6. </tr>
  7. <tr>
  8. <td class="label">Paste user stats:</td>
  9. <td>
  10. <button type="button" id="paster">Paste</button>
  11. </td>
  12. </tr>
  13. <tr>
  14. <td class="label tooltip" title="This message will be entered into staff notes only.">Reason:</td>
  15. <td>
  16. <textarea rows="1" cols="35" class="wide_input_text" name="Reason" id="Reason" onkeyup="resize('Reason');"></textarea>
  17. </td>
  18. </tr>
  19. <tr>
  20. <td>&nbsp;</td>
  21. <td>
  22. <input type="submit" value="Save changes" />
  23. </td>
  24. </tr>
  25. </table>