Commit 0537ecd5 by Скуратович Александр

Отказался от кредита

1 parent c7a76a52
......@@ -17,9 +17,9 @@ function fenix_calc ($atts, $content)
'<div class="row">'.
'<h1>'.$atts['title'].'</h1>'.
'<div class="col-12 col-md-3">'.
'<div class="mb-3">'.
'<div class="mb-3 d-none">'.
'<label for="calc_inv_'.$atts['id'].'" class="form-label mb-3">Поступление кредита, руб</label>'.
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_credit_'.$atts['id'].'" name="calc_credit" required="required" value="8329753" min="0" max="10000000" />'.
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_credit_'.$atts['id'].'" name="calc_credit" required="required" value="0" min="0" max="10000000" />'.
'</div>'.
'<div class="mb-3">'.
'<label for="calc_inv_'.$atts['id'].'" class="form-label mb-3">Инвестиции в проект, тыс. руб</label>'.
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!