diff --git a/module/program/model.php b/module/program/model.php index 84dc73758c..89a352e196 100644 --- a/module/program/model.php +++ b/module/program/model.php @@ -1378,7 +1378,7 @@ class programModel extends model } $hours[$projectID] = $hour; } - + /* Compute totalReal and progress. */ foreach($hours as $hour) { diff --git a/module/project/view/browsebylist.html.php b/module/project/view/browsebylist.html.php index c459a4c95f..43c4ac1c82 100644 --- a/module/project/view/browsebylist.html.php +++ b/module/project/view/browsebylist.html.php @@ -68,13 +68,13 @@
-
+

project->empty;?> - ' . $lang->project->create, '', 'class="btn btn-info" data-toggle="modal"');?> + ' . $lang->project->create, '', 'class="btn btn-info" data-toggle="modal"');?> ' . $lang->execution->create, '', 'class="btn btn-info"');?>