]> git.evergreen-ils.org Git - Evergreen.git/commit
More my-account cleanup/consistency
authorberick <berick@esilibrary.com>
Thu, 7 Apr 2011 14:15:42 +0000 (10:15 -0400)
committerberick <berick@esilibrary.com>
Thu, 7 Apr 2011 14:15:42 +0000 (10:15 -0400)
commit212d6aad09b7a2fc35d7e908910de59f3f25e38c
tree16f1d3d393216c3ab308f2241c72e5a087654d46
parentab820d400f0a42aa2d72719f2df2add3140bcfa6
More my-account cleanup/consistency

For consistency, make new sub-pages (payments history, preferences) load
as a separate page in the same path (prefs -> prefs_notify) instead of
either an ?expand= option or a sub-path page (prefs -> prefs/notify).

Let the my-account base page load the generic base page as a wrapper so
that my-account page are not required to load both and (for me, anyway)
make the inheritance more obvious.
19 files changed:
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/web/templates/default/opac/myopac/circ_history.tt2
Open-ILS/web/templates/default/opac/myopac/circs.tt2
Open-ILS/web/templates/default/opac/myopac/hold_history.tt2
Open-ILS/web/templates/default/opac/myopac/holds.tt2
Open-ILS/web/templates/default/opac/myopac/lists.tt2
Open-ILS/web/templates/default/opac/myopac/main.tt2
Open-ILS/web/templates/default/opac/myopac/main_payments.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/opac/myopac/prefs.tt2
Open-ILS/web/templates/default/opac/myopac/prefs/notify.tt2 [deleted file]
Open-ILS/web/templates/default/opac/myopac/prefs/settings.tt2 [deleted file]
Open-ILS/web/templates/default/opac/myopac/prefs_notify.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/opac/myopac/prefs_settings.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/opac/myopac/update_email.tt2
Open-ILS/web/templates/default/opac/parts/myopac/base.tt2
Open-ILS/web/templates/default/opac/parts/myopac/main_base.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/opac/parts/myopac/personal.tt2 [deleted file]
Open-ILS/web/templates/default/opac/parts/myopac/prefs_base.tt2 [new file with mode: 0644]