47 lines
2.1 KiB
Smarty
47 lines
2.1 KiB
Smarty
|
<!-- Template -->
|
||
|
<form id="idForm" class="clContent">
|
||
|
<h2 id="idContentHeader" class="clContentHeader">
|
||
|
Bearbeitung Fehlerdaten
|
||
|
</h2>
|
||
|
<div id="idContentArea" class="clContentArea">
|
||
|
|
||
|
<input type="hidden" value="#context.data.id#" id="id_s" name="id_s" />
|
||
|
<input type="hidden" value="geprueft" id="status_s" name="status_s" />
|
||
|
<div class="clFormRow">
|
||
|
<label for="name_s">Name <span class="clRequired"></span></label>
|
||
|
<input type="text" value="#context.data.name#" id="name_s" name="name_s" autofocus required />
|
||
|
</div>
|
||
|
|
||
|
<div class="clFormRow">
|
||
|
<label for="komponenteid_s">Komponente-ID <span class="clRequired"></span></label>
|
||
|
<input type="text" value="#context.data.komponenteid#" id="komponenteid_s" name="komponenteid_s" autofocus required />
|
||
|
</div>
|
||
|
|
||
|
<div class="clFormRow">
|
||
|
<label for="katfehlerid_s">Fehlerkategorie-ID <span class="clRequired"></span></label>
|
||
|
<input type="text" value="#context.data.katfehlerid#" id="katfehlerid_s" name="katfehlerid_s" autofocus required />
|
||
|
</div>
|
||
|
|
||
|
<div class="clFormRow">
|
||
|
<label for="qsmitarbeiterid_s">QS-Mitarbeiter-ID <span class="clRequired"></span></label>
|
||
|
<input type="text" value="#context.data.qsmitarbeiterid#" id="qsmitarbeiterid_s" name="qsmitarbeiterid_s" autofocus required />
|
||
|
</div>
|
||
|
|
||
|
<div class="clFormRow">
|
||
|
<label for="swentwicklerid_s">SW-Entwickler-ID <span class="clRequired"></span></label>
|
||
|
<input type="text" value="#context.data.swentwicklerid#" id="swentwicklerid_s" name="swentwicklerid_s" autofocus required />
|
||
|
</div>
|
||
|
|
||
|
<div class="clFormRow">
|
||
|
<label for="katursacheid_s">Ursachekategorie-ID <span class="clRequired"></span></label>
|
||
|
<input type="text" value="#context.data.katursacheid#" id="katursacheid_s" name="katursacheid_s" autofocus required />
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
<div id="idButtonArea" class="clButtonArea">
|
||
|
<button data-action="back" class="clButton">Zurück</button>
|
||
|
<button data-action="save" class="clButton">Pruefung erfolgreich</button>
|
||
|
<button data-action="saver" class="clButton">Pruefung nicht erfolgreich</button>
|
||
|
</div>
|
||
|
</form>
|
||
|
<!-- EOF -->
|