This commit is contained in:
Pinga 2024-02-13 09:26:44 +02:00
parent 28acf713f2
commit b2859bbfc3
4 changed files with 11 additions and 1 deletions

View file

@ -207,6 +207,12 @@
<option value="custom">Custom</option>
</select>
</div>
<div class="mb-3">
<label for="phaseName" class="form-label">{{ __('Phase Name') }}</label>
<input type="text" class="form-control" id="phaseName" name="phaseName" placeholder="Enter phase name">
<small class="form-hint">The "Phase name" field is required only if the "Type" is set to "Custom".</small>
</div>
<div class="mb-3">
<label class="form-label">{{ __('Signed Mark Information') }}</label>