Fix form for experiment creation

This commit is contained in:
Eike Foken
2011-09-08 18:02:52 +02:00
parent d40b2fb748
commit a04e30a5bb

View File

@@ -29,7 +29,7 @@
</div> </div>
</li> </li>
<li> <li>
<h4><?=_('3D model');?></h4> <?=form_label(_('3D model'), '3dmodel');?>
<?php <?php
if (!is_null($project['default_model'])): if (!is_null($project['default_model'])):
?> ?>
@@ -37,6 +37,10 @@
<strong><?=_('There is a default model set for this project.');?></strong><br /> <strong><?=_('There is a default model set for this project.');?></strong><br />
<?=_('If you want to use a different model for this experiment, you can upload it here.');?> <?=_('If you want to use a different model for this experiment, you can upload it here.');?>
</div> </div>
<?php
else:
?>
<span class="req">*</span>
<?php <?php
endif; endif;
?> ?>