Reviewed: https://reviews.mahara.org/10919 Committed: https://git.mahara.org/mahara/mahara/commit/532ad0e92aa107d291dbc0007a3b1ed07c3192cd Submitter: Robert Lyon ([email protected]) Branch: master
commit 532ad0e92aa107d291dbc0007a3b1ed07c3192cd Author: Lisa Seeto <[email protected]> Date: Wed Apr 22 13:39:29 2020 +1200 Bug 1874140: Collection exported in PDF has page links that are not helpful - add in regex to remove div breadcrumbs from filedata Change-Id: I8bd9972705d338f71576c08adb8ec484a1985edd Signed-off-by: Lisa Seeto <[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/1874140 Title: Collection exported in PDF has page links that are not helpful Status in Mahara: Fix Committed Bug description: For example if we have a collection called "Col1" which has 2 pages, "PageA" and "PageB" then in the PDF we have a line at the top of each page Col1 | PageA | PageB Where PageA and Page B are hyperlinks But the links are for the place the export was generated. So we need to either A) Remove this navigation line (easy option) or B) Make the links internal PDF links so that the link for PageB scrolls you to PageB which I believe can be done with a href referencing the page to go to eg href="#page=2" To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1874140/+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

