diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-23 21:43:35 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-23 21:43:35 +0200 |
commit | 46f3d5e82e5fc073f4524b8db4b570485bcfdfa2 (patch) | |
tree | 0ec57848d883add3f25814205abbc7b065c8279d | |
parent | This fixes #1. (diff) | |
download | newspipe-46f3d5e82e5fc073f4524b8db4b570485bcfdfa2.tar.gz newspipe-46f3d5e82e5fc073f4524b8db4b570485bcfdfa2.tar.bz2 newspipe-46f3d5e82e5fc073f4524b8db4b570485bcfdfa2.zip |
A message is displayed to inform the user about authorized file extension.
-rw-r--r-- | pyaggr3g470r/templates/management.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 6e5289aa..2f687cf8 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -17,7 +17,7 @@ <h1>Import/export feeds</h1> <h2>Import</h2> <form action="" method="post" id="formImportOPML" enctype="multipart/form-data"> - <span class="btn btn-default btn-file">Batch import feeds from OPML<input type="file" name="opmlfile" /></span> + <span class="btn btn-default btn-file">Batch import feeds from OPML (<span class="text-info">*.xml or *.opml</span>)<input type="file" name="opmlfile" /></span> <button class="btn btn-default" type="submit">OK</button> </form> <h2>Export</h2> |