diff --git a/i18n/en-US.json b/i18n/en-US.json index 1474f83..5d6f0ab 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -36,6 +36,7 @@ "subHeadlineOutbound": "Select a box to manage the outbound faxes it sent." }, "actionBar": { + "refresh": "Refresh", "select": { "all": "All on page", "failed": "Failed", diff --git a/views/old-inbound-faxes-list.html b/views/old-inbound-faxes-list.html deleted file mode 100644 index 7a7c57c..0000000 --- a/views/old-inbound-faxes-list.html +++ /dev/null @@ -1,42 +0,0 @@ -
- - - - - - - - - - - - - - - {{#each faxes}} - - - - - - - - - - {{/each}} - - -
{{ i18n.fax.table.columns.received }}{{ i18n.fax.table.columns.receivingFaxbox }}{{ i18n.fax.table.columns.receivingNumber }}{{ i18n.fax.table.columns.from }}{{ i18n.fax.table.columns.pages }}
- {{#monsterCheckbox}} - - {{/monsterCheckbox}} - {{formatted.timestamp}}{{formatted.receivingFaxbox}}{{formatted.receivingNumber}}{{formatted.sendingNumber}}{{formatted.pages}} - - - - - -
-
\ No newline at end of file diff --git a/views/old-inbound-faxes.html b/views/old-inbound-faxes.html deleted file mode 100644 index 0e24b8c..0000000 --- a/views/old-inbound-faxes.html +++ /dev/null @@ -1,59 +0,0 @@ -
-
- - -
- - - -
- -
-
- {{i18n.startDate}} - - {{i18n.endDate}} - - -
-
-
- -
-
- -
-
- -
-
-
\ No newline at end of file diff --git a/views/old-outbound-faxes-list.html b/views/old-outbound-faxes-list.html deleted file mode 100644 index 33e4e5a..0000000 --- a/views/old-outbound-faxes-list.html +++ /dev/null @@ -1,46 +0,0 @@ -
- - - - - - - - - - - - - - - - {{#each faxes}} - - - - - - - - - - - {{/each}} - - -
{{ i18n.fax.table.columns.status }}{{ i18n.fax.table.columns.sent }}{{ i18n.fax.table.columns.sendingFaxbox }}{{ i18n.fax.table.columns.sendingNumber }}{{ i18n.fax.table.columns.receivingNumber }}{{ i18n.fax.table.columns.pages }}
- {{#monsterCheckbox}} - - {{/monsterCheckbox}} - - {{status}} - {{formatted.timestamp}}{{formatted.sendingFaxbox}}{{formatted.sendingNumber}}{{formatted.receivingNumber}}{{formatted.pages}} - - - - - -
-
\ No newline at end of file diff --git a/views/old-outbound-faxes.html b/views/old-outbound-faxes.html deleted file mode 100644 index a1cc77f..0000000 --- a/views/old-outbound-faxes.html +++ /dev/null @@ -1,65 +0,0 @@ -
-
- - -
- - - -
- -
-
- {{i18n.startDate}} - - {{i18n.endDate}} - - -
-
-
- -
-
- -
-
- -
-
-
\ No newline at end of file diff --git a/views/outbound-faxes-rows.html b/views/outbound-faxes-rows.html index 89922a5..1e3cd81 100644 --- a/views/outbound-faxes-rows.html +++ b/views/outbound-faxes-rows.html @@ -27,9 +27,6 @@ {{#monsterNumberWrapper formatted.receivingNumber}}{{/monsterNumberWrapper}} {{formatted.pages}} -