removed unneeded clearer
use lower case class names
improve admin styling* use inline-block instead of flexbox* fix RTL alignments
fixed access to wrong variable
Adds proper styling for new Admin UI
refactor Admin UIThis introduces a new dokuwiki\Ui namespace and refactors the Adminscreen into a Ui class. The ultimate goal is to split up the big,complex functions in inc\html.php in better ma
refactor Admin UIThis introduces a new dokuwiki\Ui namespace and refactors the Adminscreen into a Ui class. The ultimate goal is to split up the big,complex functions in inc\html.php in better maintainable classes in theUi namespace. This is the first go at it. Others function->classconversions should follow.This also switches the icons for our base admin plugins to inline SVG.(files and styling not included, yet).
show more ...
1...<<11