gludie

Results 8 comments of gludie

(Looks like) this issue belongs to [cakephpsphinx](https://github.com/cakephp/sphinxtheme) package (default.css -> field-list) ... will propose a pull request for the theme (may be only a workaround) preview: ![image](https://user-images.githubusercontent.com/583438/219906242-97407b88-92ee-4758-baf4-2d76460928b3.png) following workaround applied...

I guess, we can close the issue, hence PR was accepted and done in cakephp/sphinxtheme

Hi incredible fast response ! - thank you, yes, I thought also about this, that the responsive design of my theme might create an overlay issue or so … i...

Hi, not yet, had to focus on other issues, bit as soon as possible I ll find out, I ll contribute a patch (if necessary) Von meinem iPhone gesendet >...

Add-on and similar for the html link helper (2 examples) ``` use BootstrapUI\View\Helper\HtmlHelper as BootstrapHtmlHelper; class HtmlHelper extends BootstrapHtmlHelper { public function linkModal($title, $url = null, array $options = []):...

Thank you, will close the issue and come back with a PR. 

agree, I am pretty sure to have checked this as well admad … problem I had was the missing handling of variables in templates, but will recheck if templates is...

as far as I can see now, templates is only supported for controls. Html and Form Helper do use core implementation for `link` and `postLink`. here the journey started. may...