I just backported the change into rel-2-3-dev. There are two new variables in global.conf.dist that relate to this change.
The first is $courseURLs{feedbackURL}
which, if set, causes the feedback button to be replaced with a link to
the given URL. If you set this, make sure you also change $feedback_button_name , since "Email instructor" won't make sense.
The second is $feedback_button_name which controls the name of the feedback button (or link, if $courseURLs{feedbackURL} is set).
To upgrade to the latest rel-2-3-dev, run cvs -q up -dP -rrel-2-3-dev
in both your webwork2 and pg directories. (This change doesn't affect
PG, but you'll also be pulling in several other bugfixes, and some of
them require changes in PG.) Don't forget to restart Apache after
updating.
This change will be included in the upcoming 2.3.1 release.
<| Post or View Comments |>
|