regeneration

This commit is contained in:
Yann Esposito (Yogsototh) 2012-01-20 23:08:31 +01:00
parent ff4503e0c4
commit 5090b4578e
6 changed files with 6 additions and 6 deletions

View file

@ -628,7 +628,7 @@ Just take a look at the corresponding template:
<h1> Articles
$if null articles
-- Show a standard message if there is no article
<p>_{MsgNoEntries}
<p> There are no articles in the blog
$else
-- Show the list of articles
<ul>

View file

@ -629,7 +629,7 @@ Just take a look at the corresponding template:
<h1> Articles
$if null articles
-- Show a standard message if there is no article
<p>_{MsgNoEntries}
<p> There are no articles in the blog
$else
-- Show the list of articles
<ul>

View file

@ -2,7 +2,7 @@
<h1> Articles
$if null articles
-- Show a standard message if there is no article
<p>_{MsgNoEntries}
<p> There are no articles in the blog
$else
-- Show the list of articles
<ul>

View file

@ -727,7 +727,7 @@ Just take a look at the corresponding template:</p>
<span class="MetaTagAll"><span class="MetaTagAll">&lt;</span><span class="MetaTagAll">h1</span><span class="MetaTagAll">&gt;</span></span> Articles
$if null articles
-- Show a standard message if there is no article
<span class="MetaTagAll"><span class="MetaTagAll">&lt;</span><span class="MetaTagAll">p</span><span class="MetaTagAll">&gt;</span></span>_<span class="EmbeddedSource">{MsgNoEntries}</span>
<span class="MetaTagAll"><span class="MetaTagAll">&lt;</span><span class="MetaTagAll">p</span><span class="MetaTagAll">&gt;</span></span> There are no articles in the blog
$else
-- Show the list of articles
<span class="MetaTagAll"><span class="MetaTagAll">&lt;</span><span class="MetaTagAll">ul</span><span class="MetaTagAll">&gt;</span></span>

View file

@ -2,7 +2,7 @@
<h1> Articles
$if null articles
-- Show a standard message if there is no article
<p>_{MsgNoEntries}
<p> There are no articles in the blog
$else
-- Show the list of articles
<ul>

View file

@ -728,7 +728,7 @@ Just take a look at the corresponding template:</p>
<span class="MetaTagAll"><span class="MetaTagAll">&lt;</span><span class="MetaTagAll">h1</span><span class="MetaTagAll">&gt;</span></span> Articles
$if null articles
-- Show a standard message if there is no article
<span class="MetaTagAll"><span class="MetaTagAll">&lt;</span><span class="MetaTagAll">p</span><span class="MetaTagAll">&gt;</span></span>_<span class="EmbeddedSource">{MsgNoEntries}</span>
<span class="MetaTagAll"><span class="MetaTagAll">&lt;</span><span class="MetaTagAll">p</span><span class="MetaTagAll">&gt;</span></span> There are no articles in the blog
$else
-- Show the list of articles
<span class="MetaTagAll"><span class="MetaTagAll">&lt;</span><span class="MetaTagAll">ul</span><span class="MetaTagAll">&gt;</span></span>