Commenting out a section of the notification preferences template that
authorChris Sharp <csharp@georgialibraries.org>
Mon, 13 Jan 2014 15:05:44 +0000 (10:05 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 6 Nov 2014 17:54:11 +0000 (12:54 -0500)
causes an error to display.

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

index d938773..b393351 100644 (file)
@@ -87,6 +87,7 @@
         </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') %]" class="opac-button" />
+    -->
+    <input type='submit' value="[% l('Save') %]" alt="[% l('Save') %]" class="opac-button" />
 </form>
 [% END %]