Skip to content
Snippets Groups Projects
Commit 8d4151de authored by Andreas Gohr's avatar Andreas Gohr
Browse files

added styler into default plugin section

The icon does not match the others because the NuvolaX icon theme seems
to have vanished from the Internet. Ideally all those admin icons could
use a replacement. But that should be a different PR I guess.
parent 75c8c6fa
No related branches found
No related tags found
No related merge requests found
......@@ -2076,6 +2076,13 @@ function html_admin(){
$menu['config']['prompt'].'</a></div></li>');
}
unset($menu['config']);
if($menu['styling']){
ptln(' <li class="admin_styling"><div class="li">'.
'<a href="'.wl($ID, array('do' => 'admin','page' => 'styling')).'">'.
$menu['styling']['prompt'].'</a></div></li>');
}
unset($menu['styling']);
}
ptln('</ul>');
......
These icons were taken from the nuvoX KDE icon theme and are GPL licensed
See http://www.kde-look.org/content/show.php/nuvoX?content=38467
styling.png from https://openclipart.org/detail/25595/brush Public Domain
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -39,6 +39,9 @@
.dokuwiki ul.admin_tasks li.admin_config {
background-image: url(../../images/admin/config.png);
}
.dokuwiki ul.admin_tasks li.admin_styling {
background-image: url(../../images/admin/styling.png);
}
.dokuwiki ul.admin_tasks li.admin_revert {
background-image: url(../../images/admin/revert.png);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment