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 2121 <div class =" btn-group sort" >
2222 <a href =" { { root} } & ; action=index& ; sort_column=creation_date& ; sort_direction={% if sort_direction == ' ASC' and sort_column == ' creation_date' %} DESC{% else %} ASC{% endif %} "
2323 class =" btn"
24- title =" { { ' SorteByCreatedDate ' |get_lang} } " >
24+ title =" { { ' SortByCreatedDate ' |get_lang} } " >
2525 <i class =" size-32 icon-sort-by-created-date" ></i >
2626 </a >
2727 <a href =" { { root} } & ; action=index& ; sort_column=update_date& ; sort_direction={% if sort_direction == ' ASC' and sort_column == ' update_date' %} DESC{% else %} ASC{% endif %} "
2828 class =" btn"
29- title =" { { ' SorteByUpdatedDate ' |get_lang} } " >
29+ title =" { { ' SortByUpdatedDate ' |get_lang} } " >
3030 <i class =" size-32 icon-sort-by-modified-date" ></i >
3131 </a >
3232 <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