un positionnement de paramètre workflow des pros
This commit is contained in:
parent
fbd352e788
commit
96746fcc0b
322 changed files with 25893 additions and 3844 deletions
|
|
@ -183,6 +183,17 @@ $(document).ready(function(){
|
|||
@Html.HiddenFor(model=>model.PerformerId)
|
||||
|
||||
</div>
|
||||
<div class="form-group" has-feedback>
|
||||
<fieldset>
|
||||
<legend>
|
||||
<label for="Reason" class="col-md-2 control-label">
|
||||
@SR["GiveAnExplicitReason"]
|
||||
</label>
|
||||
</legend>
|
||||
<textarea rows="15" asp-for="Reason" type="text" name="Reason" id="Reason" maxlength="4096"
|
||||
style="width:100%"></textarea>
|
||||
<span asp-validation-for="Reason" class="text-danger"></span>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue