refactor(Search): refactor html_search into Ui/SearchThis commit should be without functional changes.
Make security.png more descriptiveAccess attempts to security.png are normally denied, so the name of the file will be more self-descriptive
fixed typo in function name
changed embedSVG to inlineSVG and make it return contentsThis makes it more flexible to use on the expense of needing one echomore.
typo fix
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