зеркало из https://github.com/nextcloud/news.git
indent folders in add dialog
This commit is contained in:
Родитель
913beaef29
Коммит
d9d96d4b60
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
function print_folder(OC_News_Folder $folder, $depth){
|
||||
echo '<li class="menuItem" onclick="News.DropDownMenu.selectItem(this, ' . $folder->getId() . ')">' . strtoupper($folder->getName()) . '</li>';
|
||||
echo '<li style="margin-left:' . 10*$depth . 'px;" class="menuItem" onclick="News.DropDownMenu.selectItem(this, ' . $folder->getId() . ')">' . strtoupper($folder->getName()) . '</li>';
|
||||
$children = $folder->getChildren();
|
||||
foreach($children as $child) {
|
||||
if ($child instanceOf OC_News_Folder){
|
||||
|
|
Загрузка…
Ссылка в новой задаче