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.
 
 
 

23 lines
1.1 KiB

{{#each faxes}}
<tr class="fax-row" data-faxbox-id="{{faxbox_id}}" data-id="{{id}}">
<td class="select-cell select-line" data-filter-value="{{id}} {{faxbox_id}}">
{{#monsterCheckbox}}
<input class="select-fax" type="checkbox" data-id="{{id}}"/>
{{/monsterCheckbox}}
</td>
<td class="select-line no-padding" data-filter-value="{{created}} {{toFriendlyDate created}}" data-sort-value="{{created}}">
<div class="top-line">{{toFriendlyDate created 'date'}}</div>
<div class="bottom-line">{{toFriendlyDate created 'time'}}</div>
</td>
<td class="select-line">{{#monsterNumberWrapper formatted.sendingNumber}}{{/monsterNumberWrapper}}</td>
<td class="select-line">{{formatted.receivingFaxbox}}</td>
<td class="select-line">{{#monsterNumberWrapper formatted.receivingNumber}}{{/monsterNumberWrapper}}</td>
<td class="select-line">{{formatted.pages}}</td>
<td class="actions">
<a class="action-item" download target="_blank" href="{{formatted.uri}}">
<i class="fa fa-cloud-download download-fax"></i>
</a>
<i class="fa fa-list action-item details-fax"></i>
</td>
</tr>
{{/each}}