mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-24 08:15:48 +02:00
8 lines
346 B
PHP
8 lines
346 B
PHP
<div id="appsettings" class="popup bottomleft hidden"></div>
|
|
<div id="firstrun">
|
|
<?php echo $l->t('You have no feeds in your reader.') ?>
|
|
<div id="selections">
|
|
<input type="button" id="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" />
|
|
<input type="button" id="importopmlbtn" value="<?php echo $l->t('Import OPML') ?>" />
|
|
</div>
|
|
</div>
|