fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10871] more on frontend


From: Sigurd Nes
Subject: [Fmsystem-commits] [10871] more on frontend
Date: Sat, 16 Feb 2013 09:57:01 +0000

Revision: 10871
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10871
Author:   sigurdne
Date:     2013-02-16 09:57:01 +0000 (Sat, 16 Feb 2013)
Log Message:
-----------
 more on frontend

Modified Paths:
--------------
    trunk/mobilefrontend/home.php

Modified: trunk/mobilefrontend/home.php
===================================================================
--- trunk/mobilefrontend/home.php       2013-02-16 09:49:57 UTC (rev 10870)
+++ trunk/mobilefrontend/home.php       2013-02-16 09:57:01 UTC (rev 10871)
@@ -111,6 +111,20 @@
                }
        }
 
+       $controller_url = $GLOBALS['phpgw']->link( '/index.php', 
array('menuaction' => 'controller.uicontrol.control_list') );
+       $controller_text = lang('controller');
+       $tts_url = $GLOBALS['phpgw']->link( '/index.php', array('menuaction' => 
'property.uitts.index') );
+       $tts_text = lang('ticket');
+       
+       $temp_menu = <<<HTML
+       <div id="home-menu">
+               <a href="{$controller_url}">{$controller_text}</a>
+               <a href="{$tts_url}">{$tts_text}</a>
+       </div>
+HTML;
+
+       echo $temp_menu;
+
        $GLOBALS['phpgw']->hooks->process('home_mobilefrontend', $sorted_apps);
 
        if ( isset($GLOBALS['portal_order']) && 
is_array($GLOBALS['portal_order']) )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]