Reviewed: https://reviews.mahara.org/4919 Committed: https://git.nzoss.org.nz/mahara/mahara/commit/a1f7465a9faf95d3d9a9b0af6514519c38f1bc05 Submitter: Robert Lyon ([email protected]) Branch: master
commit a1f7465a9faf95d3d9a9b0af6514519c38f1bc05 Author: Robert Lyon <[email protected]> Date: Mon Jul 6 09:39:44 2015 +1200 Bug 1471604: Terms & Conditions not displaying on register page If there are more than one institution to choose from as the div container 'termscontainer' is not present on page. Change-Id: I5a7e03ff4bd0f8a5bcd933d37bbf81ca441cbf92 Signed-off-by: Robert Lyon <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1471604 Title: Terms and conditions not showing on register page for multi institutions Status in Mahara: Fix Committed Status in Mahara 1.10 series: Fix Released Status in Mahara 1.9 series: Fix Released Status in Mahara 15.04 series: Fix Released Bug description: On the registration page - when a site has more than one institution to choose from the terms and conditions are not shown. This is due to the page loading with the 'Choose your institution' initially and it doesn't have terms and conditions so the div container where the terms are meant to be placed is not on the page. Need to put the container div outside the {if}{/if} statement so that js can populate it. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1471604/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

