summaryrefslogtreecommitdiff
path: root/resources/views/layouts/administration.phtml
AgeCommit message (Expand)AuthorFilesLines
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-2/+3
2022-09-06CodeStyleGreg Roach1-0/+2
2022-02-18PHPdocGreg Roach1-2/+4
2022-02-04A11Y - use <main> element on control panel pagesGreg Roach1-9/+10
2022-01-27Remove PHPDebugBar - not compatible with PHP8 and not being updatedGreg Roach1-5/+0
2021-09-01Use wt- namespace for data attributesGreg Roach1-2/+2
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-4/+3
2020-08-08Use bootstrap container breakpointsGreg Roach1-1/+1
2020-06-20Fix: #3368 - use PHP class basenames for CSS class namesGreg Roach1-2/+1
2020-04-09Fix: #3169, Fix: #2847 - redirect to home page after logoutGreg Roach1-1/+1
2020-01-20Add the entire route to the request, not just the nameGreg Roach1-1/+1
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-1/+1
2019-12-03Apply PSR12 code style to templatesGreg Roach1-2/+6
2019-12-02Fix: #2813 - Safari doesn't like bootstrap cards. See also #2291Greg Roach1-1/+1
2019-11-11Simplify access to current localeGreg Roach1-3/+2
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-2/+3
2019-10-19Fix: #2650 - cannot change language from control panelGreg Roach1-1/+2
2019-10-14Working on routingGreg Roach1-1/+2
2019-10-10Logout should only be a POST actionGreg Roach1-1/+1
2019-10-07Named routesGreg Roach1-1/+2
2019-10-06Use aura/routerGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-2/+5
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-12Fix: #2219 create a module to allow user css and jsGreg Roach1-10/+16
2019-03-12Add new module interface to allow CSS/JS/etc. to be added to the end of the <...Greg Roach1-1/+8
2019-03-03Fix: #2276, #2291 - chrome 72/73 has problems with bootstrap cardsGreg Roach1-1/+2
2019-02-09Working on CSS and iconsGreg Roach1-1/+1
2019-02-08Working on CSS and themesGreg Roach1-7/+3
2019-02-07Working on assetsGreg Roach1-6/+5
2019-02-06Favicon path in admin themeGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-5/+7
2018-10-12Use .phtml extension for template filesGreg Roach1-0/+75