[Tickets #4931] Re: Javascript error in filter prefs page

bugs@bugs.horde.org bugs at bugs.horde.org
Tue Feb 27 08:22:37 PST 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4931
-----------------------------------------------------------------------
 Ticket             | 4931
 Updated By         | scalero at datadec.es
 Summary            | Javascript error in filter prefs page
 Queue              | IMP
 Version            | FRAMEWORK_3
 Type               | Bug
 State              | Resolved
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


scalero at datadec.es (2007-02-27 08:22) wrote:

Another error still persists in this code because the actionID
'filter_prefs_update' no longer exists, now is 'update_prefs'. FIX:


- <input type="submit" name="save" class="button"
onclick="document.prefs.actionID.value='filter_prefs_update';return true;"
value="<?php echo _("Save Options") ?>" />&nbsp;&nbsp;

+ <input type="submit" name="save" class="button"
onclick="document.prefs.actionID.value='update_prefs';return true;"
value="<?php echo _("Save Options") ?>" />&nbsp;&nbsp;




More information about the bugs mailing list