';
diff --git a/lang/1.php b/lang/1.php
index 1c9baa0b7..1252e2aca 100644
--- a/lang/1.php
+++ b/lang/1.php
@@ -2643,8 +2643,8 @@ $lang = array (
"bruto" => "Bruto",
"cost_label" => "Oznaka stroka",
"fin_import_3_of_3" => "Korak 3 od 3: Opravljeno",
- "fin_import_ok" => "Podatki so bili uspeno uvoženi",
- "fin_import_ok_text" => "Nove vrstice se nahajajo na dnu tabele (če so podatki prikazani na več straneh, izberite zadnjo stran)",
+ "fin_import_ok" => "Podatki so bili uspešno uvoženi",
+ "fin_import_ok_text" => "Nove vrstice se nahajajo na dnu tabele (če so podatki prikazani na več straneh, izberite zadnjo stran).",
"fin_show_substm" => "Prikaži tudi podstrokovna mesta",
"texts" => "Teksti",
"logotype" => "Logotip",
@@ -4495,6 +4495,9 @@ $lang = array (
"srv_nice_url_short" => "je prekratek! Minimalna dolžina so 3 znaki.",
"srv_nice_url_long" => "je predolg! Maksimalna dolžina je 20 znakov.",
"srv_nice_url_title" => "Anketa ima naslednji URL naslov:",
+ "srv_nice_url_note" => "V spodnji tabeli je seznam vseh lepih URL povezav na tej namestitvi in povezave do anket, za katere so bile ustvarjene.",
+ "srv_nice_url_surveyname" => "Ime ankete",
+ "srv_nice_url_extension" => "Končnica lepe URL povezave",
"activate_this_cat_in_edit_db" => "Filter je potrebno aktivirati v urejanju baze, saj trenutno ni obkljukan.",
"srv_undecided" => "Nedoločen",
"srv_todo" => "Za narediti",
@@ -6016,7 +6019,7 @@ $lang = array (
"srv_append-merge_process_o_1" => "V postopku bo združenih",
"srv_append-merge_process_o_2" => "vrstic podatkov. Obstoječe vrednosti se bodo prepisale!",
"srv_append-merge_error_value" => "Pri združevanju po ključu se nobena od vrednosti ne ujema.",
- "srv_append-merge_fin" => "Nove vrstice se nahajajo na dnu tabele (če so podatki prikazani na večih straneh, izberite zadnjo stran)",
+ "srv_append-merge_fin" => "Nove vrstice se nahajajo na dnu tabele (če so podatki prikazani na večih straneh, izberite zadnjo stran).",
"srv_question_respondent_comment" => "Vaš komentar k vprašanju",
"1cul_select_file" => "Izberite datoteko iz svojega računalnika",
diff --git a/lang/2.php b/lang/2.php
index 81f3667db..b05df0ee4 100644
--- a/lang/2.php
+++ b/lang/2.php
@@ -2621,7 +2621,7 @@ $lang = array (
"cost_label" => "Cosr Label",
"fin_import_3_of_3" => "Step 3 of 3: Done",
"fin_import_ok" => "The data has been imported successfully",
- "fin_import_ok_text" => "New lines are at the bottom of the table (if there are multiple pages of data, select last page)",
+ "fin_import_ok_text" => "New lines are at the bottom of the table (if there are multiple pages of data, select last page).",
"fin_show_substm" => "Show sub-stm",
"texts" => "Texts",
"logotype" => "Logotype",
@@ -4474,7 +4474,10 @@ $lang = array (
"srv_nice_url_short" => "is too short! Minimal length is 3 characters.",
"srv_nice_url_long" => "is too long! Maximal length is 20 characters.",
"srv_nice_url_title" => "Survey has the following URL address:",
- "activate_this_cat_in_edit_db" => "Filter needs to be activated using 'edit database' as it is currently not checked.",
+ "srv_nice_url_note" => "The table below lists all the custom URLs on this installation, and the links to the surveys for which they were created."
+ "srv_nice_url_surveyname" => "Survey name",
+ "srv_nice_url_extension" => "Custom URl extension",
+ "activate_this_cat_in_edit_db" => "Filter needs to be activated using 'edit database' as it is currently not checked.",
"srv_undecided" => "Undecided",
"srv_todo" => "To do",
"srv_done" => "Done",
@@ -5914,7 +5917,7 @@ $lang = array (
"srv_append-merge_process_o_1" => "In the process there will be merged",
"srv_append-merge_process_o_2" => "lines of data. Existing values will be overwritten!",
"srv_append-merge_error_value" => "There is no match for chosen identifier.",
- "srv_append-merge_fin" => "New lines are at the bottom of the table (if data is displayed on multiple pages select last page)",
+ "srv_append-merge_fin" => "New lines are at the bottom of the table (if data is displayed on multiple pages select last page).",
"1cul_select_file" => "Browse and select file from your computer",
"1cul_browse" => "Browse",
diff --git a/public/css/admin_new.css b/public/css/admin_new.css
index 1422bbb14..1756b53c0 100644
--- a/public/css/admin_new.css
+++ b/public/css/admin_new.css
@@ -8703,6 +8703,14 @@ submit.table-inline {
margin-left: 16px;
white-space: nowrap;
}
+button.table,
+submit.table {
+ padding: 4px 20px;
+ width: fit-content;
+ font-size: 14px;
+ border-radius: 2px;
+ white-space: nowrap;
+}
button.blue,
submit.blue {
color: #FFFFFF;
diff --git a/resources/sass/admin_new/components/form/button.scss b/resources/sass/admin_new/components/form/button.scss
index 28c93ad44..3587fa37b 100644
--- a/resources/sass/admin_new/components/form/button.scss
+++ b/resources/sass/admin_new/components/form/button.scss
@@ -28,6 +28,7 @@ submit{
min-width: 160px;
font-size: 20px;
}
+ //Gumb v polju zraven teksta ali ikon
&.table-inline{
padding: 4px 20px;
width: fit-content;
@@ -36,6 +37,14 @@ submit{
margin-left: 16px;
white-space: nowrap;
}
+ //Sam gumb v polju
+ &.table{
+ padding: 4px 20px;
+ width: fit-content;
+ font-size: 14px;
+ border-radius: 2px;
+ white-space: nowrap;
+ }
// Button colors