summaryrefslogtreecommitdiffstats
path: root/templates/importScreen.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/importScreen.html')
-rw-r--r--templates/importScreen.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/importScreen.html b/templates/importScreen.html
deleted file mode 100644
index a4e5f8fd..00000000
--- a/templates/importScreen.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<div id="importscreen-content" class="emptycontent">
- <span class="icon-upload"></span>
- <h3 id="importscreen-title">{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}</h3>
- <progress id="importscreen-progress" max="100" value="{{ctrl.importPercent}}"></progress>
- <span id="importscreen-user">{{ctrl.importedUser}}</span>
- <span id="importscreen-percent">{{ctrl.importPercent}} %</span>
-</div>