Подгонка под описания
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
form[name="auth"] input[type="submit"] {
|
||||
display: block;
|
||||
margin: 10px auto;
|
||||
background-color: #f2c464;
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
div.form .period {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
justify-content: center;
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
function check_month(now_month, now_year) {
|
||||
let selected_month = document.getElementById('month').value;
|
||||
let selected_year = document.getElementById('year').value;
|
||||
if (selected_month > now_month && selected_year == now_year) {
|
||||
alert('Невозможно сформировать отчет за будущий период!');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user