feaure:2379 option to display user comments sorted new>old instead of old>new
git-svn-id: http://piwigo.org/svn/trunk@12894 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
24eafada3e
commit
e673454e05
9 changed files with 84 additions and 2 deletions
|
|
@ -203,6 +203,13 @@ jQuery(document).ready(function () {
|
|||
</span>
|
||||
<input type="text" size="3" maxlength="4" name="nb_comment_page" id="nb_comment_page" value="{$comments.NB_COMMENTS_PAGE}">
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="property">{'Default comments order'|@translate}</span>
|
||||
<select name="comments_order">
|
||||
{html_options options=$comments.comments_order_options selected=$comments.comments_order}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue