v1.8.6: сортировка таблиц, спиннеры number input, единый стиль — fix broken HTML, modal-actions → form-actions, card-wrapper
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<option value="8">Отрасли и кейсы</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="modal-actions" style="justify-content:flex-end;">
|
||||
<div class="form-actions" style="justify-content:flex-end;">
|
||||
<button type="submit" class="btn btn-primary">Опубликовать в базу знаний</button>
|
||||
<button type="button" class="btn" onclick="closeModal()">Отмена</button>
|
||||
</div>
|
||||
@@ -93,7 +93,7 @@
|
||||
<p style="color:var(--text-secondary);font-size:14px;margin-bottom:20px;">
|
||||
Вопрос <strong id="ignore-uq-text"></strong> будет отмечен как игнорированный.
|
||||
</p>
|
||||
<div class="modal-actions" style="justify-content:flex-end;">
|
||||
<div class="form-actions" style="justify-content:flex-end;">
|
||||
<button type="button" class="btn btn-danger" onclick="confirmIgnoreUQ()">Игнорировать</button>
|
||||
<button type="button" class="btn" onclick="closeConfirmIgnoreUQ()">Отмена</button>
|
||||
</div>
|
||||
@@ -142,6 +142,7 @@ function renderUQ(items){
|
||||
html += '</td></tr>';
|
||||
});
|
||||
tbody.innerHTML = html;
|
||||
if(typeof sortTables === 'function') sortTables();
|
||||
}
|
||||
|
||||
function openReview(id){
|
||||
|
||||
Reference in New Issue
Block a user