From f9e432e0680de205432d79b5e9d8f9145e79b7b7 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 2 Nov 2013 20:04:15 +0100 Subject: [PATCH] daily report entry added to start menu --- web/index.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/index.php b/web/index.php index cf1abd8..c11a22d 100644 --- a/web/index.php +++ b/web/index.php @@ -185,6 +185,10 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'user\'s placings'), 'itm_cla' => array('it' => 'classifiche', 'en' => 'placings'), + 'tit_mnu' => array('it' => 'minuta giornaliera', + 'en' => 'daily report'), + 'itm_mnu' => array('it' => 'minuta', + 'en' => 'daily deport'), 'tit_rmap' => array('it' => 'prossime funzionalità implementate', 'en' => 'roadmap of next functionalities'), 'itm_rmap' => array('it' => 'roadmap', @@ -612,6 +616,10 @@ google_color_url = "000000"; onmouseover="menu_hide(0,1);" title="'.$mlang_room['tit_cla'][$G_lang].'" onclick="act_placing();">'.$mlang_room['itm_cla'][$G_lang].'
+'.$mlang_room['itm_mnu'][$G_lang].'
+ '.$mlang_room['itm_rmap'][$G_lang].'
-- 2.17.1