aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/default/_import.twig
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-02-28 19:01:09 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-03-01 10:49:16 +0100
commit71798e4ec428d03b1ce7116ae918a05a2d9b5044 (patch)
tree82f60a23e1767698531adab31805ccc39f43609b /src/Wallabag/CoreBundle/Resources/views/themes/default/_import.twig
parent32da2a70ef278bd42f66eb82c3fbf1905a417b87 (diff)
downloadwallabag-71798e4ec428d03b1ce7116ae918a05a2d9b5044.tar.gz
wallabag-71798e4ec428d03b1ce7116ae918a05a2d9b5044.tar.zst
wallabag-71798e4ec428d03b1ce7116ae918a05a2d9b5044.zip
Remove old themes
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/default/_import.twig')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/default/_import.twig15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/default/_import.twig b/src/Wallabag/CoreBundle/Resources/views/themes/default/_import.twig
deleted file mode 100755
index 63a2d3e2..00000000
--- a/src/Wallabag/CoreBundle/Resources/views/themes/default/_import.twig
+++ /dev/null
@@ -1,15 +0,0 @@
1<script type="text/javascript">
2<!--
3 $(document).ready(function() {
4 $("body").css("cursor", "wait");
5
6 setTimeout(function(){
7 window.location = './?import';
8 }, {{ import.delay }} );
9 });
10//-->
11</script>
12<div class="messages warning">
13 <p>{% trans "Download required for " %} {{ import.recordsDownloadRequired }} {% trans "records" %}.</p>
14 <p>{% trans "Downloading next " %} {{ import.recordsUnderDownload }} {% trans "articles, please wait" %}...</p>
15</div>