Merge branch 'master' of disposed.de:scattport
This commit is contained in:
@@ -49,9 +49,9 @@
|
||||
?>
|
||||
<li><?=_('Project')?> <?=$active_project['name']?>
|
||||
<ul>
|
||||
<li><a href="<?=site_url('projects/detail'.$active_project['id'])?>" title="<?=_('Show overview')?>"><?=_('Overview')?></a></li>
|
||||
<li><a href="<?=site_url('trials/create'.$active_project['id'])?>" title="<?=sprintf(_('Create a new trial for the project "%s"'), $active_project['name'])?>"><?=_('New trial')?></a></li>
|
||||
<li><a href="<?=site_url('results/project'.$active_project['id'])?>" title="Show results for the project "%s"'), $active_project['name'])?>"><?=_('New trial')?></a></li>
|
||||
<li><a href="<?=site_url('projects/detail/'.$active_project['id'])?>" title="<?=_('Show overview')?>"><?=_('Overview')?></a></li>
|
||||
<li><a href="<?=site_url('trials/create/'.$active_project['id'])?>" title="<?=sprintf(_('Create a new trial for the project "%s"'), $active_project['name'])?>"><?=_('New trial')?></a></li>
|
||||
<li><a href="<?=site_url('results/project/'.$active_project['id'])?>" title="<?=sprintf(_('Show results for the project "%s"'), $active_project['name'])?>"><?=_('Show results')?></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user