Closed (fixed)
Project:
Field Group
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 12:23 UTC
Updated:
24 Oct 2013 at 18:05 UTC
Hi,
It seems more user friendly to me that the previous button is located left and the next button right. So
controls.item.append(controls.nextLink = $('<input type="button" class="form-submit multipage-link-next" value="" />').val(controls.nextTitle = Drupal.t('Next page')));
controls.item.append(controls.previousLink = $('<a class="multipage-link-previous" href="#"></a>'));Should be swapped. That's what I've been doing so far, but perhaps this could be changed?
Comments
Comment #1
TelFiRE commentedSeems like a CSS issue?
Comment #2
nils.destoop commentedYou'r completely right. Changed it and committed it to dev.
Comment #4
j4 commentedI still had to change it in the 7.2 dev version..
Thanks
Jaya
Comment #5
katannshaw commentedI've tried versions 7.x-1.3 and 7.x-1.x-dev before clearing my cache, and neither of them switched the buttons from Next / Previous to Previous / Next. I looked at Line 214 to make sure that the two controls were switched in the code per the OP, so I'm not sure why this isn't working. Any suggestions would be appreciated. Hopefully it's something simple that I'm missing.UPDATE:
After trying different settings, I discovered that this has to do with the Field Group Ajaxified Multipage module and not this module. Thanks for the patch/fix.