Navigation between folders is confusing for some users which are more familiar with icons, having support for skins which provides icons would do navigation more intuitive.

Comments

develcuy’s picture

Status: Active » Needs review
StatusFileSize
new550 bytes
new4.46 KB

This patch adds support for skins, images seems to not be created in the patch so I'm adding them(dir.png, dir_up.png) into a tar package, should be extracted into og_files/skins/default/

Blessings!

spython’s picture

Great work, makes it much sexier.
Your css file wasn't working that good with my theme (aberdeen), so I changed it a bit:

.og_files-default-dir-up {
background: url(dir_up.png) no-repeat scroll 0 50%;
display: block;
width: 16px;
height: 16px;
overflow: hidden;
list-style-type: none !important;
margin: 0 0 0 0.7em !important;
}
.og_files-default-dir-up a {
padding-left: 16px;
display: block;
}

.og_files-default-dir {
background:transparent url(dir.png) no-repeat scroll 0 50%;
padding-left:22px !important;
}

develcuy’s picture

StatusFileSize
new4.57 KB

Thank you @spython!

This new version is based on your changes. Was tested in 3 themes: garland, pushbutton and bluemarine.

Blessings!

develcuy’s picture

Assigned: Unassigned » develcuy

Skin now supports #343033: Tree view and fixes some theme issues.

Blessings!

develcuy’s picture

StatusFileSize
new739 bytes
new5.44 KB
new12.34 KB

the files...

develcuy’s picture

Assigned: develcuy » Unassigned
Issue summary: View changes