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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user