diff --git a/application/views/projects/shares.php b/application/views/projects/shares.php
index 83cfc25..868b406 100644
--- a/application/views/projects/shares.php
+++ b/application/views/projects/shares.php
@@ -18,7 +18,8 @@
0):
+ foreach ($shares as $share):
?>
| =$share['firstname'];?> =$share['lastname'];?> |
@@ -26,7 +27,14 @@
=_('Delete');?> |
+
+ | =_('This project is not yet shared with anyone.');?> |
+
+
@@ -48,7 +56,7 @@
endforeach;
?>
- =form_dropdown('rights', array('Can view', 'Can edit'), $share['can_edit'], 'class="drop"')?>
+ =form_dropdown('rights', array('Can view', 'Can edit'), 0, 'class="drop"')?>
=form_submit('add', _('Share'), 'class="submit"');?>