Messages modal converted to Bootstrap#4563
Messages modal converted to Bootstrap#4563dgrammatiko wants to merge 1 commit intojoomla:stagingfrom dgrammatiko:modal_msg
Conversation
|
This PR contains unrelated stuff concerning banners |
|
@infograf768 That was a mistake, now PR should be safe |
There was a problem hiding this comment.
Please avoid inline styles. Use CSS classes inside template.less.
|
It seems that you added the CSS to the You can do it from the build folder running: cd build
php generatecss.phpAnd same for RTL changes |
|
@phproberto |
|
@test now It's been modal bootstrap but I got width of modal too large |
|
@suscess |
|
@suredweb The width has been setup globally for all modals. We could override the width for this modal. But the question is: does it worth it? |
|
@losedk Nice idea, I also try to do that as it only requires to put this part that renders the buttons https://github.com/joomla/joomla-cms/pull/4563/files#diff-1caf6f6c420934f653cb344972c49abbR29 in the footer. The only problem is that in the current short-code for bootstrap modals in the toolbar this is not yet implemented: in current implementation the footer part doesn’t exist https://github.com/joomla/joomla-cms/blob/staging/libraries/cms/toolbar/button/popup.php#L46. I’ll make a PR for that, if it get’s accepted we can move them easily in the footer area! Thanks for bringing this up, I totally forgot it 😉 |
|
@DGT41 Great. Just ping me, when you have something! :) |
|
Is this PR outdated - its hard to tell |
|
Can this considered RTC? @roland-d ? |
|
@DGT41 Sure. Give me a minute |
|
@DGT41 Issues: Responsive:Hidden tooltip on the first label (possibly not the only place then):Large button:The success button is inheriting the large width from the toolbar. Perhaps we should change this globally so the button isn't so big in the modals? Hathor: |
|
@losedk Thanks, I just fixed the mobile weird behavior. About Hathor there is |
|
@DGT41 What about? |
|
@losedk where can i find that button (i mean which view)? |
|
@losedk I manage to do it! please retest? |
|
Could you add it to the stylesheet instead? |
|
Done! |
|
@DGT41 All good now! |
|
Moved here |
|
@DGT41 we need the CSS / hathor stuff still in the core 😄 |
|
Can you just remove the messages part and let the css / hathor stuff there? |
|
@zero-24 ok |
|
Thanks @DGT41 I'm going to move this now to RTC 👍 |
|
As it is planned to remove messages with 3.5 (http://developer.joomla.org/news/616-meeting-notes-from-jab-plt-summit-2015.html) We need this here and also https://github.com/joomla-extensions/messages/issues/7 to fix the issue 😄 |








Move modals from mootools to Bootstrap
this now serves only the styling and the image required in Hathor.
To test this you should go to: https://github.com/joomla-extensions/messages/pull/7
Create an installable package and then apply also this PR!