Reviewed: https://reviews.mahara.org/7199 Committed: https://git.mahara.org/mahara/mahara/commit/688b7b225d0277aede141a9fd9e79278f0709752 Submitter: Robert Lyon ([email protected]) Branch: 16.04_STABLE
commit 688b7b225d0277aede141a9fd9e79278f0709752 Author: Robert Lyon <[email protected]> Date: Tue Jul 5 11:09:43 2016 +1200 Bug 1598962: Styling the choose template .tpl To be more inline with bootstrap stylings Also passing in $view object so we can find the user's default theme if the view's one doesn't exist rather than defaulting to 'default' behatnotneeded Change-Id: Ia4cc0552604698a1fd1aa2f6de666e82b6b86564 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit c021f20b0f692dcdd16c67f4237eb93fa58858f1) -- 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/1598962 Title: choose template .tpl needs styling Status in Mahara: Fix Released Status in Mahara 15.10 series: Fix Committed Status in Mahara 16.04 series: Fix Committed Bug description: To test: 1) On an installed site go to a page's edit screen, and make note if the id in the url eg id=50 2) Via database set that view's theme to something non-existant, eg: UPDATE view SET theme = 'thundercats' WHERE id = 50; 3) Reload the page - you should be taken to a 'choose theme' page To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1598962/+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

