File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
main/template/default/notebook Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
<div class =" btn-group sort" >
22
22
<a href =" { { root} } & ; action=index& ; sort_column=creation_date& ; sort_direction={% if sort_direction == ' ASC' and sort_column == ' creation_date' %} DESC{% else %} ASC{% endif %} "
23
23
class =" btn"
24
- title =" { { ' SorteByCreatedDate ' |get_lang} } " >
24
+ title =" { { ' SortByCreatedDate ' |get_lang} } " >
25
25
<i class =" size-32 icon-sort-by-created-date" ></i >
26
26
</a >
27
27
<a href =" { { root} } & ; action=index& ; sort_column=update_date& ; sort_direction={% if sort_direction == ' ASC' and sort_column == ' update_date' %} DESC{% else %} ASC{% endif %} "
28
28
class =" btn"
29
- title =" { { ' SorteByUpdatedDate ' |get_lang} } " >
29
+ title =" { { ' SortByUpdatedDate ' |get_lang} } " >
30
30
<i class =" size-32 icon-sort-by-modified-date" ></i >
31
31
</a >
32
32
<a href =" { { root} } & ; action=index& ; sort_column=title& ; sort_direction={% if sort_direction == ' ASC' and sort_column == ' title' %} DESC{% else %} ASC{% endif %} "
You can’t perform that action at this time.
0 commit comments