diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-06-29 14:35:13 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-06-29 14:35:13 +0400 |
| commit | 00a35bb6636b2aaad54e49f6c5c289ff751683fb (patch) | |
| tree | 537a000cc54a5d386a6c1c07e94ed07f2de7aec7 /modules | |
| parent | 6697481587bb0d7854b04ab7063372d44e48163e (diff) | |
add help text to OPML export prompt
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/pref-feeds.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index f79e1c3bc..74232a670 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1456,6 +1456,10 @@ print " "; */ + print "<p>" . __("Using OPML you can export and import your feeds and Tiny Tiny RSS settings."); + + print "</p>"; + print "<iframe name=\"upload_iframe\" style=\"width: 400px; height: 100px; display: none;\"></iframe>"; |