From bf95beb5368d9d5460f1ad99b2b4477ea437dc1f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 8 Jul 2015 19:48:18 +0200 Subject: [PATCH] put tasks into submenus --- views/bootstrap/class.Bootstrap.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index e8143e891..b7870a653 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -256,14 +256,28 @@ $(document).ready(function () { // $content .= "
  • \n"; $content .= " ".getMLText('tasks')." (".count($tasks['review'])."/".count($tasks['approval']).") \n"; $content .= " \n";