[Tickets #6327] SyncML "return to options" button broken

bugs at horde.org bugs at horde.org
Tue Feb 26 22:35:54 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/?id=6327
-----------------------------------------------------------------------
 Ticket             | 6327
 Created By         | liamr at umich.edu
 Summary            | SyncML "return to options" button broken
 Queue              | Horde Base
 Version            | 3.2-RC2
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


liamr at umich.edu (2008-02-26 17:35) wrote:

If you access Horde's options (not using DIMP), and go to SyncML, the
"Return to Options" button doesn't actually work (it doesn't return to the
options screen when it's selected)  The HTML source says...

 <input type="button" class="button" value="Return to Options"
onclick="document.prefs.actionID.value=0; document.prefs.group.value='';
document.prefs.submit();" />

When it works, I see HTMl that follows two different forms..

if the pref is handled by services/prefs.php...

  <input type="button" id="prefs_return" class="button" value="Return to
Options" onclick="document.prefs.actionID.value=0;
document.prefs.group.value=''; document.prefs.submit();" /> </p>

if the pref is handled by services/portal/blah.php... (like the "Remote
Servers" option)
 <input type="button" class="button"
onclick="cancelSubmit=true;document.location.href='https://mail.example.com/horde/services/prefs.php?app=horde'"
value="Return to Options" />




More information about the bugs mailing list