Newer
Older
ubFramework / Portal / docroot / templates / user / billing / invoices.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 340 bytes Cleaning Up Making It A Sub Module
<h1>Invoices</h1>
<hr />
<br />
<table class="paymentMethods">
<tr>
  <th style="width:100px;">Invoice Number</th>
  <th style="width:100px;">Invoice Date</th>
  <th style="width:100px;">Due Date</th>
  <th style="width:100px;">Amount</th>
  <th style="width:100px;">Status</th>
  <th style="width:150px;">Action</th>
</tr>
{ROWS}
</table>