���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /var/www/dev-kft.petruch.de/forms/tooling.edit.php
���ѧ٧ѧ�
<?php global $_tooling; global $_customer; $tooling = $_tooling->getTooling($p->toolingID); if(!$tooling->id){ echo 'Werkzeug nicht vorhanden'; return; } ?> <div class="title"><span> </span> <h3>Werkzeug bearbeiten</h3> <button class="transparent close-overlay" type="button"><i class="fa-solid fa-times"></i></button> </div> <form class="form-widget std"> <div class="std-form"> <input name="name" class="required" id="f-name" type="text" placeholder="Name" value="<?=$tooling->name?>"> <label for="f-name">Name</label> </div> <div class="std-form"> <select name="customerID" class="required" id="f-customer" disabled> <option value="0">Bitte Kunden auswählen</option> <?php if($customers = $_customer->getAll()) foreach($customers as $customer) echo '<option value="'.$customer->id.'"'.(($tooling->customerID == $customer->id)?' selected':'').'>'.$customer->customerNr.' | '.$customer->nameShow.'</option>'; ?> </select> <label for="f-customer">Kunde</label> </div> <div class="std-form"> <textarea name="description" id="f-description" placeholder="Beschreibung"><?=$tooling->description?></textarea> <label for="f-description">Beschreibung</label> </div> <div class="std-form"> <input value="<?=$tooling->color?>" name="color" class="required" id="f-color" type="color" placeholder="Farbe"> <label for="f-color">Farbe</label> </div> <button>Speichern</button> <input type="hidden" name="do" value="toolingChange"> <input type="hidden" name="toolingID" value="<?=$tooling->id?>"> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.3.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�