Fix url generation in pages view. Show full filename with extension for pages. Distinguish in HTML between file and pages.

This commit is contained in:
Bart Kamphorst
2018-10-05 14:48:42 +02:00
parent eb9b71e94a
commit 3b9af34e0d
3 changed files with 26 additions and 19 deletions
@@ -676,7 +676,7 @@ ul.actions {
li {
a {
&.file, &.folder {
&.file, &.page, &.folder {
background-position: 0 1px;
background-repeat: no-repeat;
padding-left: 20px;
@@ -685,6 +685,10 @@ ul.actions {
&.file {
background-image: $img_fileview_doc;
}
&.page {
background-image: $img_fileview_doc;
}
&.folder {
background-image: $img_fileview_folder;