Change h2 when copying an experiment. It's more obvious this way.
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
<?php $this->load->view('header');?>
|
||||
<div id="content">
|
||||
<div class="title">
|
||||
<?php
|
||||
if(isset($copy)):
|
||||
?>
|
||||
<h2><?=anchor('projects', _('Projects'));?> » <?=anchor('projects/detail/' . $project['id'], $project['name']);?> » <?=sprintf(_('Create copy of %s'), $copy['name']);?></h2>
|
||||
<?php
|
||||
else:
|
||||
?>
|
||||
<h2><?=anchor('projects', _('Projects'));?> » <?=anchor('projects/detail/' . $project['id'], $project['name']);?> » <?=_('Create experiment');?></h2>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
$form_action = site_url('experiments/create/' . $project['id']);
|
||||
|
||||
Reference in New Issue
Block a user