Fix form for experiment creation
This commit is contained in:
@@ -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;
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user