mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'wip-MDL-33419-master' of https://github.com/barbararamiro/moodle
This commit is contained in:
commit
224d186ebb
@ -279,6 +279,8 @@ class core_files_renderer extends plugin_renderer_base {
|
||||
<span class="fp-filename-icon">
|
||||
<a href="#">
|
||||
<span class="{!}fp-icon"></span>
|
||||
<span class="fp-reficons1"></span>
|
||||
<span class="fp-reficons2"></span>
|
||||
<span class="{!}fp-filename"></span>
|
||||
</a>
|
||||
<a class="{!}fp-contextmenu" href="#" onclick="return false;">'.$this->pix_icon('i/menu', '▶').'</a>
|
||||
|
BIN
theme/base/pix/fp/alias_sm.png
Normal file
BIN
theme/base/pix/fp/alias_sm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
theme/base/pix/fp/link_sm.png
Normal file
BIN
theme/base/pix/fp/link_sm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -310,6 +310,9 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;}
|
||||
.filemanager .yui3-datatable-odd .yui3-datatable-cell {background-color: #F6F6F6!important;border-left: 0px solid #F6F6F6;}
|
||||
.filemanager .yui3-datatable-even .yui3-datatable-cell {background-color: #FFFFFF!important;border-left: 0px solid #FFFFFF;}
|
||||
|
||||
.filemanager .fp-filename-icon.fp-hasreferences .fp-reficons1{background: url('[[pix:theme|fp/link_sm]]') no-repeat 0 0;height:100%;width:100%;position:absolute;top: 8px;left: 17px;z-index:1000;}
|
||||
.filemanager .fp-filename-icon.fp-isreference .fp-reficons2 {background: url('[[pix:theme|fp/alias_sm]]') no-repeat 0 0;height:100%;width:100%;position:absolute;top: 9px;left: -6px;z-index:1001;}
|
||||
|
||||
/*
|
||||
* Folder Context Menu (File Manager only)
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user