Popravki in dodana najnovejsa prazna baza za postavitev nove instalacije

This commit is contained in:
pero1203 2022-05-04 10:19:49 +02:00
parent a5b9ddc25a
commit 03395fb8cf
6 changed files with 7943 additions and 9005 deletions

View File

@ -128,7 +128,7 @@ class DisplayCheck{
echo '<div class="bottom_buttons">';
echo ' <a href="index.php?step=welcome"><input name="back" value="'.$lang['back'].'" type="button"></a>';
if(!$red_error)
echo ' <a href="index.php?step=settings"><input type="button" value="'.$lang['next1'].'"></a>';
echo ' <a href="index.php?step=database"><input type="button" value="'.$lang['next1'].'"></a>';
else
echo ' <a href="index.php?step=check"><input type="button" value="Ponovno preveri"></a>';
echo '</div>';

View File

@ -7,7 +7,7 @@
class ImportDB{
var $clean_db_file = '../../sql/1ka_clean_27-7-2020.sql'; // Datoteka prazne baze za uvoz
var $clean_db_file = '../../sql/1ka_clean_26-11-2021.sql'; // Datoteka prazne baze za uvoz
var $update_db_file = '../../sql/update2.sql'; // Datoteka prazne baze za uvoz
var $version = ''; // Trenutna verzija 1ke

View File

@ -265,19 +265,19 @@ footer .footer_content .logo_holder img {
/************WELCOME STRAN***************/
.main_content.welcome h2::before {
content: "1/5 - ";
content: "1/4 - ";
}
/******************************/
/************FINISH STRAN***************/
.main_content.finish h2::before {
content: "5/5 - ";
content: "4/4 - ";
}
/******************************/
/************CHECK STRAN***************/
.main_content.check h2::before {
content: "2/5 - ";
content: "2/4 - ";
}
.main_content.check .check_segment {
margin: 0 0 20px 0;
@ -312,7 +312,7 @@ footer .footer_content .logo_holder img {
/******************************/
/************SETTINGS STRAN***************/
.main_content.settings h2::before {
content: "3/5 - ";
content: "3/4 - ";
}
.main_content.settings .settings_segment {
margin: 0 0 20px 0;
@ -343,7 +343,7 @@ footer .footer_content .logo_holder img {
/******************************/
/************DATABASE STRAN***************/
.main_content.database h2::before {
content: "4/5 - ";
content: "3/4 - ";
}
/******************************/

7936
sql/1ka_clean_26-11-2021.sql Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long