Little fix for language var

1.9.x
Yannick Warnier 11 years ago
parent d2219ac3f3
commit 51ba54975a
  1. 4
      main/template/default/notebook/index.tpl

@ -21,12 +21,12 @@
<div class="btn-group sort">
<a href="{{root}}&amp;action=index&amp;sort_column=creation_date&amp;sort_direction={%if sort_direction == 'ASC' and sort_column == 'creation_date' %}DESC{% else %}ASC{% endif %}"
class="btn"
title="{{'SorteByCreatedDate'|get_lang}}">
title="{{'SortByCreatedDate'|get_lang}}">
<i class="size-32 icon-sort-by-created-date"></i>
</a>
<a href="{{root}}&amp;action=index&amp;sort_column=update_date&amp;sort_direction={%if sort_direction == 'ASC' and sort_column == 'update_date' %}DESC{% else %}ASC{% endif %}"
class="btn"
title="{{'SorteByUpdatedDate'|get_lang}}">
title="{{'SortByUpdatedDate'|get_lang}}">
<i class="size-32 icon-sort-by-modified-date"></i>
</a>
<a href="{{root}}&amp;action=index&amp;sort_column=title&amp;sort_direction={%if sort_direction == 'ASC' and sort_column == 'title' %}DESC{% else %}ASC{% endif %}"

Loading…
Cancel
Save