зеркало из https://github.com/mozilla/pjs.git
Fixed bug 333068 (thanks Cameron)
This commit is contained in:
Родитель
a00fe25f24
Коммит
07f6691384
|
@ -62,6 +62,25 @@ Was this comment helpful? <a href="{$config.webpath}/ratecomment.php?aid={$addon
|
|||
</li>
|
||||
{/section}
|
||||
</ul>
|
||||
|
||||
<div class="pages">
|
||||
<div class="prev">
|
||||
{if $page.left}
|
||||
<a href="{$config.webpath}/comments.php?app={$app}&{$page.url}&left={$page.previous}">« Previous Page</a>
|
||||
{else}
|
||||
« Previous Page
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="next">
|
||||
{if $page.next}
|
||||
<a href="{$config.webpath}/comments.php?app={$app}&{$page.url}&left={$page.next}">Next Page »</a>
|
||||
{else}
|
||||
Next Page »
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{else}
|
||||
<p>There are no comments yet for this addon. <a href="{$config.webpath}/addcomment.php?aid={$addon->ID}&app={$app}"></a></p>
|
||||
{/if}
|
||||
|
|
Загрузка…
Ссылка в новой задаче