@@ -131,6 +131,7 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
);
$this->view->feed = $feed;
}
+
return $this->view->helperToString('export/articles');
@@ -19,6 +19,7 @@
</div>
</form>
+ <?php if (count($this->feeds) > 0) { ?>
<form method="post" action="<?php echo _url('importExport', 'export'); ?>">
<legend><?php echo Minz_Translate::t ('export'); ?></legend>
<div class="form-group">
@@ -47,4 +48,5 @@
+ <?php } ?>