| #
3cd83762
|
| 06-Dec-2017 |
DeathCamel57 <DeathCamel57@gmail.com> |
Make security.png more descriptive
Access attempts to security.png are normally denied, so the name of the file will be more self-descriptive
|
| #
4cd2074f
|
| 05-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo in function name
|
| #
71de5572
|
| 05-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
changed embedSVG to inlineSVG and make it return contents
This makes it more flexible to use on the expense of needing one echo more.
|
| #
d1a3148a
|
| 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed unneeded clearer
|
| #
5d2e38cb
|
| 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
use lower case class names
|
| #
220b8a20
|
| 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
improve admin styling
* use inline-block instead of flexbox * fix RTL alignments
|
| #
eb8a8555
|
| 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed access to wrong variable
|
| #
713faa94
|
| 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
Adds proper styling for new Admin UI
|
| #
0470c28f
|
| 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
refactor Admin UI
This introduces a new dokuwiki\Ui namespace and refactors the Admin screen into a Ui class. The ultimate goal is to split up the big, complex functions in inc\html.php in better ma
refactor Admin UI
This introduces a new dokuwiki\Ui namespace and refactors the Admin screen into a Ui class. The ultimate goal is to split up the big, complex functions in inc\html.php in better maintainable classes in the Ui namespace. This is the first go at it. Others function->class conversions should follow.
This also switches the icons for our base admin plugins to inline SVG. (files and styling not included, yet).
show more ...
|