Guest User

Untitled

a guest
Jun 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <div id="invoice_form" style="display:none;">
  2. <div>
  3. <h2>New invoice</h2>
  4.  
  5. <form action="/contacts/1/invoices" class="new_invoice" id="new_invoice" method="post"><div style="margin:0;padding:0"><input name="authenticity_token" type="hidden" value="qiJv3k2TeYqL2V5uSVZBqwAgY1RdY8MKdq5qonVngc8=" /></div>
  6.  
  7.  
  8. <p>
  9. <label for="invoice_po_number">Po number</label><br />
  10. <input id="invoice_po_number" name="invoice[po_number]" size="30" type="text" />
  11. </p>
  12.  
  13. <p>
  14. <input id="invoice_submit" name="commit" type="submit" value="Create Invoice" /> or <input value="Cancel" type="button"
  15. onclick="Effect.SlideUp('invoice_form'); return false;">
  16.  
  17. </p>
  18. </form>
  19. </div>
  20. </div>
Add Comment
Please, Sign In to add comment