]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix TPAC account preferences
authorDan Scott <dscott@laurentian.ca>
Tue, 15 Oct 2013 03:09:54 +0000 (23:09 -0400)
committerDan Wells <dbw2@calvin.edu>
Tue, 15 Oct 2013 14:02:15 +0000 (10:02 -0400)
commited34006457b33125462332a37df73eced5a0f5de
tree3d624b88329c9b08b86325af8863012c30ba7fe2
parent2130d757192426904688a302ed9e3671bb675daf
Fix TPAC account preferences

Clean up a few problems in the TPAC "My Account" preferences area:

1. Add a missing </form> closing element, which was preventing any
   submitted changes from actually being posted to the correct URL
   (thus preventing most account preference changes such as
   notifications).
2. Remove trailing semicolon from several generated <option> elements
   for cleaner HTML.
3. Make the aria-label for the element translatable.

As we're touching a majority of the lines in the section and the lines
do not follow normal whitespace standards (mixed tabs, inconsistent
indentation, etc), clean up the whitespace.

Also turn one HTML comment into a Template::Toolkit comment.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2