LP1271218 fixes this issue, so reverting our workaround.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 20 Oct 2014 12:53:10 +0000 (08:53 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 6 Nov 2014 17:54:16 +0000 (12:54 -0500)
Revert "Commenting out a section of the notification preferences template that"

This reverts commit 87048c6278bc4ec3f59d78a23230cb51f7a7a0b1.

Conflicts:

Open-ILS/src/templates/opac/myopac/prefs_notify.tt2

Open-ILS/src/templates/opac/myopac/prefs_notify.tt2

index b393351..1bcd8bd 100644 (file)
@@ -87,7 +87,6 @@
         </tbody>
     </table>
 
-    <!-- this feature is not working in PINES at the moment, so commenting it out for now...
     [% IF ctx.opt_in_settings.size > 0 %]
     <div class='user_opt_in_settings'>
       <table>
       </table>
     </div>
     [% END %]
-    -->
     <input type='submit' value="[% l('Save') %]" alt="[% l('Save') %]" class="opac-button" />
 </form>
 [% END %]