Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove .jform-rightbtn class #15097

Closed
wants to merge 3 commits into from
Closed

Remove .jform-rightbtn class #15097

wants to merge 3 commits into from

Conversation

Quy
Copy link
Contributor

@Quy Quy commented Apr 4, 2017

Summary of Changes

From #15092, per @C-Lodder, this class is not needed.

Testing Instructions

Code review.

@RonakParmar
Copy link

I have tested this item ✅ successfully on effa15c

Done code review.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15097.

@infograf768
Copy link
Member

infograf768 commented Apr 5, 2017

Do NOT take off the class from
administrator/components/com_finder/views/filter/tmpl/edit.php
but combine them as I did in #15092

Do not modify components/com_finder/helpers/html/filter.php and leave it alone.

These are used both by Isis AND Hathor!.

OK for the change in administrator/components/com_templates/views/style/tmpl/edit_assignment.php as this one is overriden by Hathor

@@ -70,7 +70,7 @@
<div class="well">
<?php echo $this->form->renderField('map_count'); ?>
</div>
<button class="btn btn-default" type="button" class="jform-rightbtn" onclick="jQuery('.filter-node').each(function () { this.click(); });">
<button class="btn btn-default" type="button" onclick="jQuery('.filter-node').each(function () { this.click(); });">
Copy link
Member

@C-Lodder C-Lodder Apr 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btn-default isn't a BS2 class. Not needed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and we use it 8 times :(

@C-Lodder
Copy link
Member

C-Lodder commented Apr 5, 2017

Seeing as this is used for Hathor, which already has it's own float classes, jform-rightbtn can be replaced with fltrt.

@infograf768
Copy link
Member

I suggest to wait for a decision concerning Hathor.

See https://issues.joomla.org/tracker/joomla-cms/15079


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15097.

@ghost
Copy link

ghost commented May 24, 2017

@infograf768 Decision is made (comment by @wilsonge): "There has been a decision made. Hathor will continue to ship with J3.x however we do not guarantee feature parity of all Joomla features (i.e. everything that works now should continue to work but we don't guarantee new features like fields and associations etc will continue to work fully - although we won't obviously reject any PR's if they come in)"


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15097.

@infograf768
Copy link
Member

@franz-wohlkoenig
yep, i know that. but we should not kill what works fine either.
i have no issue if hathor is corrected at the same time.

@ghost
Copy link

ghost commented May 24, 2017

@infograf768 so this PR should be closed?

@infograf768
Copy link
Member

it alreadt has conflicts, so i think it should be updated, and include the hathor changes. these are not new features, but css matters.

@Quy
Copy link
Contributor Author

Quy commented May 24, 2017

I will open a new pr.

@Quy Quy closed this May 24, 2017
@Quy Quy deleted the patch-5 branch May 25, 2017 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants