LP1271218 fixes this issue, so reverting our workaround.
authorChris Sharp <csharp@georgialibraries.org>
Wed, 22 Jan 2014 19:05:47 +0000 (14:05 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 22 Jan 2014 19:05:47 +0000 (14:05 -0500)
Revert "Commenting out a section of the notification preferences template that"

This reverts commit 87048c6278bc4ec3f59d78a23230cb51f7a7a0b1.

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

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