This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bernhard Posselt
committed
Nov 17, 2014
1 parent
751ae8b
commit 35623dc
Showing
2 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
<div id="first-run"> | ||
<div> | ||
<div class="helper"><h1><?php p($l->t('Add a feed')) ?></h1></div> | ||
<div class="title"> | ||
<h1> | ||
<?php | ||
p($l->t('There are no feeds yet. Go ahead and add some')) | ||
?> :) | ||
</h1> | ||
</div> | ||
<div class="helper"> | ||
<h1><?php p($l->t('Import feeds and articles')) ?></h1> | ||
<?php if ($_['cronWarning'] !== 'ajaxCron') { ?> | ||
<div id="first-run"> | ||
<div> | ||
<div class="helper"><h1><?php p($l->t('Add a feed')) ?></h1></div> | ||
<div class="title"> | ||
<h1> | ||
<?php | ||
p($l->t('There are no feeds yet. Go ahead and add some')) | ||
?> :) | ||
</h1> | ||
</div> | ||
<div class="helper"> | ||
<h1><?php p($l->t('Import feeds and articles')) ?></h1> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<?php }; ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters