mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
feat:errores presupuesto
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<div class="col-md-2 overflow-hidden w-20">
|
||||
<label class="switch switch-square switch-lg">
|
||||
<input type="checkbox" class="switch-input" disabled>
|
||||
<input type="checkbox" class="switch-input" id="error-presupuesto-visto" name="visto" disabled>
|
||||
<span class="switch-toggle-slider">
|
||||
<span class="switch-on">
|
||||
<i class="ti ti-eye"></i>
|
||||
@ -44,15 +44,22 @@
|
||||
<textarea rows="10" class="form-control" id="datos-presupuesto"
|
||||
placeholder="Datos presupuesto" disabled></textarea>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3 overflow-hidden">
|
||||
<label for="error-presupuesto">Error</label>
|
||||
<textarea rows="10" class="form-control" id="error-presupuesto"
|
||||
placeholder="Error" disabled></textarea>
|
||||
</div>
|
||||
<div class="col-md-12 mb-3 overflow-hidden">
|
||||
<label for="comments-presupuesto">Comentarios</label>
|
||||
<div class="input-group mb-3">
|
||||
<textarea rows="10" class="form-control" id="comments-presupuesto"
|
||||
placeholder="Comentarios"></textarea>
|
||||
<button class="btn btn-primary button-update-comment" type="button"><span
|
||||
class="ti ti-md ti-send" id="update-button-icon"></span></button>
|
||||
</div>
|
||||
<textarea rows="10" class="form-control" id="comments-presupuesto"
|
||||
placeholder="Comentarios"></textarea>
|
||||
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<button class="btn btn-primary button-update-comment w-100" type="button">
|
||||
<span class="ti ti-sm ti-send me-1" id="update-button-icon"></span>
|
||||
<span class="spinner-border me-1" role="status" aria-hidden="true" id="update-button-loader" hidden></span>
|
||||
<?= lang("App.global_save") ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user