CMXX - Update manage history

This commit is contained in:
“VeLiTi”
2025-04-06 13:41:18 +02:00
parent 6bea6ef975
commit 6f938302ff

View File

@@ -142,6 +142,10 @@ $view .= '<div class="content-block tab-content active">
<option value="'.$type17.'" '.($history['type']==$type17 ?' selected':'').'>'.$type17 .'</option>
</select>
</div>
<div class="form responsive-width-100">
<label for="">'.$equipment_label10.'</label>
<input id="name" type="text" name="equipmentid" placeholder="'.$equipment_label10.'" value="'.$history['equipmentID'].'" required>
</div>
<div class="form responsive-width-100">
<label for="">'.$history_label5.'</label>
<textarea id="'.$history_label5.'" name="description" placeholder="'.$history_label5.'">'.$history['description'].'</textarea>