Fix form for creating new trials
This commit is contained in:
@@ -6,12 +6,11 @@
|
|||||||
<h2>Neuen Versuch erstellen</h2>
|
<h2>Neuen Versuch erstellen</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form method="post" action="<?=site_url('trials/create')?>">
|
<form name="newtrial" method="post" action="<?=site_url('trials/create')?>">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
||||||
|
|
||||||
<h3>Erforderliche Angaben zum Versuch</h3>
|
<h3>Erforderliche Angaben zum Versuch</h3>
|
||||||
<?php echo validation_errors(); ?>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<h4>Versuchsbezeichnung <span class="req">*</span></h4>
|
<h4>Versuchsbezeichnung <span class="req">*</span></h4>
|
||||||
@@ -107,6 +106,9 @@
|
|||||||
<?
|
<?
|
||||||
endforeach;
|
endforeach;
|
||||||
?>
|
?>
|
||||||
|
<p>
|
||||||
|
<a class="button save-big big" href="#" onclick="document.forms.newtrial.submit();return false">Speichern</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user