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

TelFiRE’s picture

Seems like a CSS issue?

nils.destoop’s picture

Status: Active » Fixed

You'r completely right. Changed it and committed it to dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

j4’s picture

I still had to change it in the 7.2 dev version..

Thanks
Jaya

katannshaw’s picture

I'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.