Changed OrderFiles; name is now dropdown of predefined types; Certain
types send emails
This commit is contained in:
@@ -681,9 +681,15 @@
|
||||
|
||||
<h4>Neues Dokument</h4>
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="file_name">Name</label>
|
||||
<label class="col-lg-2 col-form-label" for="file_name">Dateityp</label>
|
||||
<div class="col-lg-10">
|
||||
<input type="text" class="form-control" name="file_name" id="file_name" />
|
||||
<?php if(defined("TT_ORDER_FILE_TYPES") && is_array(TT_ORDER_FILE_TYPES)): ?>
|
||||
<select name="file_name" class="form-control">
|
||||
<?php foreach(TT_ORDER_FILE_TYPES as $key => $type): ?>
|
||||
<option value="<?=$key?>"><?=$type?></option>
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user