diff options
author | EliasZ <mail@eliaszerrouq.nl> | 2013-08-24 16:03:49 +0200 |
---|---|---|
committer | EliasZ <mail@eliaszerrouq.nl> | 2013-08-24 16:03:49 +0200 |
commit | db4767e22b9c130bdfe7102383d0f42a2eece490 (patch) | |
tree | 9e6ea46745605a07fd20a0c9e0f4911eb9e0e519 | |
parent | 66b6a3b5e2410827ac23bea0439f2fad03240018 (diff) | |
download | wallabag-db4767e22b9c130bdfe7102383d0f42a2eece490.tar.gz wallabag-db4767e22b9c130bdfe7102383d0f42a2eece490.tar.zst wallabag-db4767e22b9c130bdfe7102383d0f42a2eece490.zip |
config template its import section reflects defines
-rw-r--r-- | tpl/config.twig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/config.twig b/tpl/config.twig index e8563721..89d5bf84 100644 --- a/tpl/config.twig +++ b/tpl/config.twig | |||
@@ -50,9 +50,9 @@ | |||
50 | <p>{% trans "Please execute the import script locally, it can take a very long time." %}</p> | 50 | <p>{% trans "Please execute the import script locally, it can take a very long time." %}</p> |
51 | <p>{% trans "More infos in the official doc:" %} <a href="http://inthepoche.com/?pages/Documentation">inthepoche.com</a></p> | 51 | <p>{% trans "More infos in the official doc:" %} <a href="http://inthepoche.com/?pages/Documentation">inthepoche.com</a></p> |
52 | <ul> | 52 | <ul> |
53 | <li><a href="./?import&from=pocket">{% trans "import from Pocket" %}</a> (you must have a "ril_export.html" file on your server)</li> | 53 | <li><a href="./?import&from=pocket">{% trans "import from Pocket" %}</a> (you must have a "{{ defined('IMPORT_POCKET_FILE') ? constant('IMPORT_POCKET_FILE') ? 'INCORRECT CONFIGURATION' }}" file on your server)</li> |
54 | <li><a href="./?import&from=readability">{% trans "import from Readability" %}</a> (you must have a "readability" file on your server)</li> | 54 | <li><a href="./?import&from=readability">{% trans "import from Readability" %}</a> (you must have a "{{ defined('IMPORT_READABILITY_FILE') ? constant('IMPORT_READABILITY_FILE') ? 'INCORRECT CONFIGURATION' }}" file on your server)</li> |
55 | <li><a href="./?import&from=instapaper">{% trans "import from Instapaper" %}</a> (you must have a "instapaper-export.html" file on your server)</li> | 55 | <li><a href="./?import&from=instapaper">{% trans "import from Instapaper" %}</a> (you must have a "{{ defined('IMPORT_INSTAPAPER_FILE') ? constant('IMPORT_INSTAPAPER_FILE') ? 'INCORRECT CONFIGURATION' }}" file on your server)</li> |
56 | </ul> | 56 | </ul> |
57 | 57 | ||
58 | <h2>{% trans "Export your poche datas" %}</h2> | 58 | <h2>{% trans "Export your poche datas" %}</h2> |