Guest User

Untitled

a guest
Jan 27th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. REASON:
  2.  
  3. <option value="{$reason['rid']}" data-extra="{$reason['extra']}">{$reason['title']}</option>
  4.  
  5. REASONS:
  6.  
  7. <tr>
  8. <td class="trow1" align="left" style="width: 25%"><span class="smalltext"><strong>{$lang->report_reason}</strong></span></td>
  9. <td class="trow1" align="left">
  10. <select name="reason" id="report_reason">
  11. {$reasonslist}
  12. </select>
  13. </td>
  14. </tr>
  15. <tr id="reason">
  16. <td class="trow2">&nbsp;</td>
  17. <td class="trow2" align="left">
  18. <div>{$lang->report_reason_other_description}</div>
  19. <input type="text" class="textbox" name="comment" size="40" maxlength="250" />
  20. </td>
  21. </tr>
  22. <tr>
  23. <td colspan="2" class="tfoot"><input type="submit" class="button" value="{$report_title}" /></td>
  24. </tr>
Add Comment
Please, Sign In to add comment