[Tickets #11937] Re: Menu items not available from iPad (Others & Cog)

noreply at bugs.horde.org noreply at bugs.horde.org
Thu Mar 14 21:49:28 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/11937
------------------------------------------------------------------------------
  Ticket             | 11937
  Updated By         | buy at mark.net
  Summary            | Menu items not available from iPad (Others & Cog)
  Queue              | Horde Groupware Webmail Edition
  Version            | 5.0.2
  Type               | Bug
  State              | Assigned
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Jan Schneider
------------------------------------------------------------------------------


buy at mark.net (2013-03-14 21:49) wrote:

As a short term work around I have created a custom menu item in the  
main menu. this will at least allow my
ipad users to be able to use horde in dynamic mode and have access to  
their preferences. adding the url field
to the preferences array causes the <a /> tag to be inserted via  
templates/tree/menu.html.php (I'm assuming) in any event this works  
for now.

'preferences' => array(
       'name' => _("Preferences"),
       'status' => 'heading',
       'url' => 'https://yoursite.example.com',
     ),

     'gp' => array(
       'fileroot' => '/tmp',
       'name' => _("Global Preferences"),
       'status' => 'active',
       'menu_parent' => 'preferences',
       'url' => 'http://yoursite.example.com/services/prefs.php?app=horde',
       'icon' => ''
   )

...





More information about the bugs mailing list