This commit is contained in:
pero1203 2022-04-14 11:45:34 +02:00
commit 77b248b79f
9 changed files with 1932 additions and 1607 deletions

View File

@ -896,8 +896,14 @@ class SurveyParaAnalysis{
$this->displayFormula();
echo '<div id="scroll1">';
echo '<div id="scroll2">';
echo '<script>
check_para_wrap();
</script>';
echo '<table id="tbl_para_analitics" class="podrobno">';
echo '<tr>';
@ -1171,6 +1177,8 @@ class SurveyParaAnalysis{
}
}
echo '</table>';
echo '</div>';
echo '</div>';
SurveyAnalysisHelper::getInstance()->displayMissingLegend();
}

View File

@ -205,9 +205,18 @@ class SurveyTelephone {
$date_to = '';
if(isset($_GET['date_to']))
$date_to = strtotime($_GET['date_to']);
echo '<div class="set_horizontal">';
echo $lang['s_from'].':';
echo '<input type="text" class="text small" name="tel_dash_dateFrom" id="tel_dash_dateFrom" value="'.($date_from == '' ? $date_from : date('d.m.Y', $date_from)).'">';
echo $lang['s_to'].':';
echo '<input type="text" class="text small" name="tel_dash_dateTo" id="tel_dash_dateTo" value="'.($date_to == '' ? $date_to : date('d.m.Y', $date_to)).'">';
echo '<a href="'.$site_url.'/admin/survey/index.php?anketa='.$this->sid.'&amp;a='.A_TELEPHONE.'&m=dashboard">'.$lang['srv_telephone_dashboard_legend_datum'].'</a>';
echo '</div>';
echo '<span class="spaceRight">'.$lang['s_from'].': <input type="text" name="tel_dash_dateFrom" id="tel_dash_dateFrom" value="'.($date_from == '' ? $date_from : date('d.m.Y', $date_from)).'" style="width:70px" ></span>';
echo '<span class="spaceLeft spaceRight">'.$lang['s_to'].': <input type="text" name="tel_dash_dateTo" id="tel_dash_dateTo" value="'.($date_to == '' ? $date_to : date('d.m.Y', $date_to)).'" style="width:70px" ></span>';
echo '<script type="text/javascript">';
echo '$(document).ready(function() {' .
' $("#tel_dash_dateFrom, #tel_dash_dateTo").datepicker({
@ -225,7 +234,6 @@ class SurveyTelephone {
});' .
'});';
echo '</script>';
echo '<span class="spaceLeft"><a href="'.$site_url.'/admin/survey/index.php?anketa='.$this->sid.'&amp;a='.A_TELEPHONE.'&m=dashboard">'.$lang['srv_clear'].'</a></span>';
echo '</div>';
@ -410,7 +418,6 @@ class SurveyTelephone {
echo '<td class="">'.Common::formatNumberSimple(((int)$recipients_by_status['contacted'] > 0 ? (int)$recipients_by_status['finished']*100/(int)$recipients_by_status['contacted'] : 0),0,'%').'</td>';
echo '</tr>';
echo '</table>';
echo '<br>';
echo '</div>';
echo '</fieldset>';
}
@ -440,7 +447,6 @@ class SurveyTelephone {
}
echo '</table>';
echo '<br>';
echo '</div>';
echo '</fieldset>';
@ -516,7 +522,6 @@ class SurveyTelephone {
function addRecipientsView( $fields = array(), $recipients_list=null) {
#prikažemo vmesnik za dodajanje respondentov
global $lang;
echo '<h2>'.$lang['srv_inv_add_recipients_heading'].'</h2>';
echo '<div id="inv_import">';
$this->displayAddRecipientsView($fields, $recipients_list);
@ -560,12 +565,12 @@ class SurveyTelephone {
# profili respondentov
echo '<div id="inv_recipients_profiles_holder">';
echo '<p class="bottom8 bold">'.$lang['srv_inv_recipient_select_list'].'</p>';
echo '<p>'.$lang['srv_inv_recipient_select_list'].'</p>';
$this->listRecipientsProfiles();
echo '</div>'; # id=inv_recipients_profiles_holder
echo '<div id="inv_import_list_container">';
echo '<fieldset id="inv_import_list_container"><legend>'.$lang['srv_inv_recipiens_from'].'</legend>';
$sqlSysMapping = sisplet_query("SELECT * FROM srv_invitations_mapping WHERE sid = '$this->sid'");
if (mysqli_num_rows($sqlSysMapping) > 0) {
@ -580,8 +585,6 @@ class SurveyTelephone {
.($sysUserToAdd > 0 ? ' ('.$sysUserToAdd.')' : '').'</label></span>';
echo Help::display('inv_recipiens_from_system');*/
echo '<br class="clr"/>';
echo '<br class="clr"/>';
if ($import_type == 3) {
#$this->displayFromSystemVariables();
$this->createSystemVariablesMapping();
@ -605,6 +608,7 @@ class SurveyTelephone {
echo '<input id="'.$field.'_chk" type="checkbox" class="inv_checkbox' . $hidden_checkbox . '"'.($is_selected == true ? ' checked="checked"' : '').'>';
echo '<label'.$label_for.'>'.$lang['srv_'.$field].'</label>';
echo '</li>';
if ($is_selected == 1) {
$field_lang[] = $lang['srv_'.$field];
}
@ -618,12 +622,12 @@ class SurveyTelephone {
echo '<div id="inv_import_list"'.($import_type != 1 ? '' : ' class="hidden"').'>' ;
echo '<p class="top32 bottom16">'.$lang['srv_inv_recipiens_email_note'].'</p>';
echo '<p class="top16">'.$lang['srv_inv_recipiens_sample2'].'</p>';
echo '<p class="top16">'.$lang['srv_telephone_add_sample'].'</p>';
echo '<p class="top16 gray italic">'.$lang['srv_telephone_add_sample'].'</p>';
echo '<p class="top16">'.$lang['srv_inv_recipiens_fields'].' <span id="inv_field_list" class="bold">';
echo implode(',',$field_lang);
echo '</span>';
echo '<textarea id="inv_recipients_list" name="inv_recipients_list">';
if (is_array($recipients_list) && count($recipients_list) > 0 ) {
echo implode("\n",$recipients_list);
@ -663,9 +667,6 @@ class SurveyTelephone {
echo '</div>'; # id=inv_import_list
}
echo '</div>'; # id=inv_import_list_container
echo '</div>'; # id=inv_import
echo '<div class="button_holder">';
# če je začasen avtor, ne ponudimo shrani
if ((int)$ppid != 0) {
@ -675,6 +676,9 @@ class SurveyTelephone {
# če že imamo prejemnike v bazi ponudimo gumb naprej
echo '<button class="medium blue" onclick="phn_add_recipients(); return false;">'.$lang['srv_telephone_add'].'</button>';
echo '</div>';
echo '</fieldset>'; # id=inv_import_list_container
echo '</div>'; # id=inv_import
}
function listRecipientsProfiles() {
@ -804,21 +808,28 @@ class SurveyTelephone {
echo '</div>';
#space
echo '<div id="tel_settings_holder">';
// Cakalni seznam
echo '<div class="phn_step_nav'.$active_step[6].'">';
echo '<div class="phn_step settings">';
echo '<a href="'.$this->addUrl('calling_list').'">';
echo '<span class="faicon fa-address-book"></span>';
echo '<span class="label">'.$lang['srv_telephone_navi_waiting_list'].'</span>';
echo '</a>';
echo '</div>';
echo '</div>';
}
else {
echo '<div id="tel_settings_holder">';
}
// Nastavitve
echo '<div class="phn_step_nav'.$active_step[5].'">';
echo '<div class="phn_step settings">';
echo '<a href="'.$this->addUrl('settings').'">';
echo '<span class="faicon fa-cog"></span>';
echo '<span class="label">'.$lang['srv_telephone_navi_settings'].'</span>';
echo '</a>';
echo '</div>';
@ -827,10 +838,13 @@ class SurveyTelephone {
echo '<div class="phn_step_nav'.$active_step[1].'">';
echo '<div class="phn_step settings">';
echo '<a href="'.$this->addUrl('dashboard').'">';
echo '<span class="faicon fa-chart-line"></span>';
echo '<span class="label">'.$lang['srv_telephone_navi_dashboard'].'</span>';
echo '</a>';
echo '</div>';
echo '</div>';
echo '</div>';
}
}
}
@ -843,9 +857,8 @@ class SurveyTelephone {
// Najprej cakalna vrsta (stevilke ki se bodo prikazale kasneje)
$this->waitingList();
echo '<br /><br />';
// Se vrsta stevilk ki se trenutno klicejo
echo '<div id="tel_line_wrap">';
echo '<h2>'.$lang['srv_telephone_navi_calling_list'].'</h2>';
// Dobimo seznam vseh ki se niso bili klicani
@ -933,16 +946,16 @@ class SurveyTelephone {
// Stevilo stevilk v vrsti
echo '<div id="srv_invitation_note">'.$lang['srv_telephone_calling_list_count'].': '.count($toCall).'</div>';
echo '<br class="clr"/>';
echo '</div>';
// Izrisemo tabelo
echo '<div style="display:inline-block;">';
echo '<div class="table-horizontal-scroll-wrapper1">';
echo '<div class="table-horizontal-scroll-wrapper2">';
echo '<table id="tbl_recipients_list" class="phone">';
// Header tabele
echo '<tr>';
echo '<th class="tbl_icon">&nbsp;</th>';
echo '<th class="tbl_icon"></th>';
foreach ($fields AS $fkey =>$field) {
if ($field == 1) {
if ($fkey == 'sent' || $fkey == 'responded' || $fkey == 'unsubscribed'){
@ -1021,7 +1034,7 @@ class SurveyTelephone {
case 'ps_icon':
echo '<td class="anl_ac'.$icon.'" onclick="phnGoToUser(\''.$sql_row['id'].'\')">';
echo '&nbsp;';
echo '<span class="faicon blue phone pointer"></span>';
echo '</td>';
break;
case 'last_status':
@ -1093,12 +1106,11 @@ class SurveyTelephone {
echo '</table>';
echo '</div>';
echo '</div>';
}
else {
echo $lang['srv_telephone_calling_list_empty'].'<br class="clr">';
}
echo '<br /><br /><br />';
}
// Seznam stevilk ki so v vrsti za klicanje
@ -1106,6 +1118,7 @@ class SurveyTelephone {
global $lang;
global $site_url;
echo '<div id="tel_line_wrap0">';
echo '<h2>'.$lang['srv_telephone_navi_waiting_list'].'</h2>';
@ -1194,11 +1207,12 @@ class SurveyTelephone {
// Stevilo stevilk v vrsti
echo '<div id="srv_invitation_note">'.$lang['srv_telephone_waiting_list_count'].': '.count($toCall).'</div>';
echo '</div>';
echo '<br class="clr"/>';
// Izrisemo tabelo
echo '<div style="display:inline-block;">';
echo '<div class="table-horizontal-scroll-wrapper1">';
echo '<div class="table-horizontal-scroll-wrapper2">';
echo '<table id="tbl_recipients_list" class="phone">';
// Header tabele
@ -1282,7 +1296,7 @@ class SurveyTelephone {
case 'ps_icon':
echo '<td class="anl_ac'.$icon.'" onclick="phnGoToUser(\''.$sql_row['id'].'\')">';
echo '&nbsp;';
echo '<span class="blue faicon phone pointer"></span>';
echo '</td>';
break;
case 'last_status':
@ -1354,6 +1368,7 @@ class SurveyTelephone {
echo '</table>';
echo '</div>';
echo '</div>';
}
else {
echo $lang['srv_telephone_waiting_list_empty'].'<br class="clr">';
@ -1538,6 +1553,8 @@ class SurveyTelephone {
}
if ($count_all > 0 ) {
echo '<div id="filter_wrap">';
// dodamo filtriranje
echo '<div id="inv_rec_filter">';
echo '<input id="tel_rec_filter_value" type="text" class="text large" placeholder="'.$lang['srv_invitation_recipients_filter'].'" value="'.$_SESSION['inv_filter']['value'].'">';
@ -1562,6 +1579,7 @@ class SurveyTelephone {
echo $lang['srv_invitation_num_respondents'].(int)$this->count_all;
}
echo '</div>';
echo '</div>';
if (mysqli_num_rows($sql_query_filterd) > 0 && $count_all > 0) {
@ -1629,7 +1647,7 @@ class SurveyTelephone {
echo '<tr>';
# checkbox
echo '<td><div class="icons"><input type="checkbox" name="inv_rids[]" value="'.$sql_row['id'].'"><label class="empty"></label>';
echo '<td><div class="icons"><input type="checkbox" id="'.$sql_row['id'].'" name="inv_rids[]" value="'.$sql_row['id'].'"><label for="'.$sql_row['id'].'" class="empty"></label>';
#izbriši
echo '<span class="faicon trash empty blue" onclick="deleteRecipient_confirm(\''.$sql_row['id'].'\'); return false;" title="'.$lang['srv_inv_list_profiles_delete'].'"></span>';
#uredi
@ -1717,11 +1735,11 @@ class SurveyTelephone {
echo '</div>';
echo '</div>';
echo '<div id="inv_bottom_edit">';
echo '<span class="faicon arrow_up blue"></span> ';
echo '<span id="inv_switch_on"><a href="javascript:inv_selectAll(true);">'.$lang['srv_select_all'].'</a></span>';
echo '<span id="inv_switch_off" style="display:none;"><a href="javascript:inv_selectAll(false);">'.$lang['srv_deselect_all'].'</a></span>';
echo '&nbsp;&nbsp;<a href="#" onClick="inv_recipients_form_action(\'delete\');"><span class="faicon trash empty blue" title="'.$lang['srv_invitation_recipients_delete_selected'].'"/></span>&nbsp;'.$lang['srv_invitation_recipients_delete_selected'].'</a>';
echo '&nbsp;&nbsp;<a href="#" onClick="inv_recipients_form_action(\'export\');"><span class="faicon xls" title="'.$lang['srv_invitation_recipients_export_selected'].'"/></span>&nbsp;'.$lang['srv_invitation_recipients_export_selected'].'</a>';
/*echo '<a href="javascript:inv_selectAll(true);"><span class="faicon arrow_up blue"></span> ';
echo '<span id="inv_switch_on">'.$lang['srv_select_all'].'</a></span>';
echo '<span id="inv_switch_off" style="display:none;"><a href="javascript:inv_selectAll(false);">'.$lang['srv_deselect_all'].'</a></span>';*/
echo '<a href="#" onClick="inv_recipients_form_action(\'delete\');"><span class="faicon trash empty blue" title="'.$lang['srv_invitation_recipients_delete_selected'].'"/></span>&nbsp;'.$lang['srv_invitation_recipients_delete_selected'].'</a>';
echo '<a href="#" onClick="inv_recipients_form_action(\'export\');"><span class="faicon xls" title="'.$lang['srv_invitation_recipients_export_selected'].'"/></span>&nbsp;'.$lang['srv_invitation_recipients_export_selected'].'</a>';
echo '</div>';
echo '</div>';
@ -1814,30 +1832,52 @@ class SurveyTelephone {
function settings() {
global $lang, $site_url;
echo '<fieldset><legend>'.$lang['settings'].'</legend>';
echo '<fieldset id="tel_setting"><legend>'.$lang['settings'].'</legend>';
echo '<form id="phn_settings" method="post">';
echo '<p>'.$lang['srv_call_settings_z'].' <input type="text" name="status_z" value="'.$this->status_z.'" style="width:20px" /> '.$lang['srv_call_settings_min'].'</p>';
echo '<p>'.$lang['srv_call_settings_n'].' <input type="text" name="status_n" value="'.$this->status_n.'" style="width:20px" /> '.$lang['srv_call_settings_min'].'</p>';
echo '<p>'.$lang['srv_call_settings_d'].' <input type="text" name="status_d" value="'.$this->status_d.'" style="width:20px" /> '.$lang['srv_call_settings_min'].'</p>';
echo '<p>'.$lang['srv_call_settings_max'].' <input type="text" name="max_calls" value="'.$this->max_calls.'" style="width:20px" /> '.$lang['srv_call_settings_calls'].'</p>';
echo '<div class="set_horizontal">';
echo $lang['srv_call_settings_z'];
echo '<input type="text" class="text medium" name="status_z" value="'.$this->status_z.'"/>';
echo $lang['srv_call_settings_min'];
echo '</div>';
echo '<div class="set_horizontal">';
echo $lang['srv_call_settings_n'];
echo '<input type="text" class="text medium" name="status_n" value="'.$this->status_n.'"/>';
echo $lang['srv_call_settings_min'];
echo '</div>';
echo '<div class="set_horizontal">';
echo $lang['srv_call_settings_d'];
echo '<input type="text" class="text medium" name="status_d" value="'.$this->status_d.'"/>';
echo $lang['srv_call_settings_min'];
echo '</div>';
echo '<div class="set_horizontal">';
echo $lang['srv_call_settings_max'];
echo '<input type="text" class="text medium" name="max_calls" value="'.$this->max_calls.'"/>';
echo $lang['srv_call_settings_min'];
echo '</div>';
// Vrstni red klicanja
echo '<p>';
echo $lang['srv_call_settings_call_order'].': <select name="call_order">';
echo '<div class="setting_holder">';
echo $lang['srv_call_settings_call_order'].':';
echo '<select name="call_order" class="dropdown medium">';
echo '<option value="0" '.($this->call_order==0 ? ' selected="selected"' : '').'>'.$lang['srv_call_settings_call_order_0'].'</option>';
echo '<option value="1" '.($this->call_order==1 ? ' selected="selected"' : '').'>'.$lang['srv_call_settings_call_order_1'].'</option>';
echo '<option value="2" '.($this->call_order==2 ? ' selected="selected"' : '').'>'.$lang['srv_call_settings_call_order_2'].'</option>';
echo '<option value="3" '.($this->call_order==3 ? ' selected="selected"' : '').'>'.$lang['srv_call_settings_call_order_3'].'</option>';
echo '</select>';
echo '</p>';
echo '</div>';
#$str = "SELECT sd.uid, u.name, u.surname, u.email FROM srv_dostop AS sd LEFT JOIN users AS u ON sd.uid = u.id WHERE sd.ank_id ='$this->sid' AND FIND_IN_SET('phone',sd.dostop )>0";
#polovimo vse userje ki imajo dostop
echo '<p>';
echo $lang['srv_telephone_settings_access_list'];
echo '<div class="setting_holder">';
echo '<p class="setting_title">';
echo $lang['srv_telephone_settings_access_list'];
printf ($lang['srv_telephone_settings_access_list_link'],$site_url . 'admin/survey/index.php?anketa='.$this->sid.'&amp;a='.A_DOSTOP);
echo '<table style="margin-left:20px;"><tr><th>Anketar</th><th class="anl_al">Ime, priimek, email</th></tr>';
echo '</p>';
$str = "SELECT sd.uid,FIND_IN_SET('phone',sd.dostop ) AS anketar, u.name, u.surname, u.email FROM srv_dostop AS sd LEFT JOIN users AS u ON sd.uid = u.id WHERE sd.ank_id ='$this->sid'";
$qry = sisplet_query($str);
while ($sql_row = mysqli_fetch_assoc($qry)) {
@ -1851,24 +1891,24 @@ class SurveyTelephone {
if (trim($sql_row['email'])) {
$avtor[] = iconv("iso-8859-2", "utf-8",'<span class="gray">('.trim ($sql_row['email']).')</span>');
}
echo '<tr><td>';
echo '<input name="dostop['.$sql_row['uid'].']" type="checkbox"'.($sql_row['anketar']>0?' checked="checked"':'').'>';
echo '</td><td>';
if ( count($avtor) > 0 ) {
echo implode(', ',$avtor);
if ( count($avtor) > 0 ) {
$label = implode(', ',$avtor);
}
echo '</td></tr>';
echo '<div class="setting_item">';
echo '<input name="dostop['.$sql_row['uid'].']" id="dostop['.$sql_row['uid'].']" type="checkbox"'.($sql_row['anketar']>0?' checked="checked"':'').'>';
echo '<label for="dostop['.$sql_row['uid'].']">'.$label.'</label>';
echo '</div>';
echo '</div>';
}
echo '</table>';
echo '</p>';
echo '<span class="buttonwrapper floatLeft"><a class="ovalbutton ovalbutton_orange" href="#" onclick="phn_settings_save(); return false;">'.$lang['srv_telephone_settings_save'].'</a></span>';
echo '</form>';
echo '<br /><br />';
echo '</fieldset>';
echo '<div id="success_save" style="display:none;">'.$lang['srv_success_save'].'</div>';
echo '<div class="button_holder">';
echo '<button class="medium blue" onclick="phn_settings_save(); return false;">'.$lang['srv_telephone_settings_save'].'</button>';
echo '</div>';
}
function settingsSave() {
@ -3101,7 +3141,17 @@ class SurveyTelephone {
$sql2 = sisplet_query("SELECT DATE_FORMAT(insert_time, '%d.%m.%Y %H:%i:%s'), status FROM srv_telephone_history WHERE rec_id='$usr_id' ORDER BY insert_time ASC");
if (mysqli_num_rows($sql2) > 0 ) {
while (list($insert_time, $status) = mysqli_fetch_array($sql2)) {
echo '<p>'.$insert_time.' - <strong>'.$lang['srv_telephone_status_'.$status].'</strong></p>';
echo '<div class="pregled_klicev">';
echo '<div id="top">';
echo '<div id="datum">';
echo $insert_time;
echo '</div>';
echo '<div id="status">';
echo $lang['srv_telephone_status_'.$status.'2'];
echo '</div>';
echo '</div>';
echo '<div id="comment">';
echo '</div>';
if ($status == 'U' || $status == 'R') {
# preverimo ali lahko uporabnika še kontaktiramo
$canCall = false;
@ -3112,6 +3162,7 @@ class SurveyTelephone {
} else {
echo $lang['srv_telephone_status_'];
}
echo '</td>';
echo '<td>';

View File

@ -72,7 +72,7 @@ class CrossRoad {
$first_action = NAVI_STATUS;
$second_action = NAVI_STATUS_OSNOVNI;
$layout_width = 'narrow';
$layout_width = 'wide';
if ($_GET['m'] == 'advanced')
$layout_width = 'fullwidth';

View File

@ -4530,13 +4530,28 @@ function changeParaAnalysisCbx(what, reverse) {
value = !value;
}
var what_id = $(what).attr('id');
$.post('ajax.php?t=ParaAnalysis&a=setCbx', {anketa: srv_meta_anketa_id,value:value,what:what_id}, function () {
window.location.reload();
});
return false;
}
function check_para_wrap() {
var value = $("#show_with_zero").is(":checked");
if (value) {
$("#scroll1").removeClass("table-horizontal-scroll-wrapper1");
$("#scroll2").removeClass("table-horizontal-scroll-wrapper2");
}
else {
$("#scroll1").addClass("table-horizontal-scroll-wrapper1");
$("#scroll2").addClass("table-horizontal-scroll-wrapper2");
}
}
function changeParaAnalysisSelect(what) {
var value = $(what).val();

View File

@ -2327,7 +2327,7 @@ $lang = array (
"srv_email_server_settings_warning" => "Opozorilo! Iste nastavitve poštnega strežnika se upoštevajo pri obveščanju in pri pošiljanju email vabil!",
"srv_massinsert" => "Masovni vnos",
"srv_massdelete" => "Pobri&#154;i vse vnose",
"srv_masstxt" => "Respondente dodajajte po enega v vrstico. Stolpce lo&#269;ite z vejico, v enakem vrstnem redu kot so prikazani spodaj v odebeljenem tisku.<br /><br />Primeri:<br />janez.novak@example.com,Janez Novak<br />janez.novak@example.com<br />Janez Novak,M,Ljubljana",
"srv_masstxt" => "Respondente dodajajte po enega v vrstico. Stolpce ločite z vejico, v enakem vrstnem redu kot so prikazani spodaj v odebeljenem tisku.<br /><br />Primeri:<br />janez.novak@example.com,Janez Novak<br />janez.novak@example.com<br />Janez Novak,M,Ljubljana",
"srv_basecode" => "Vnesite svojo kodo",
"srv_usermails" => "Po&#154;iljanje e-po&#154;te",
"srv_usermailing_setting" => "Nastavitve e-po&#154;te",
@ -2340,7 +2340,7 @@ $lang = array (
"srv_crosstabs" => "Tabele",
"srv_multicrosstabs" => "Multitabele",
"srv_means" => "Povprečja",
"srv_average" => "Povpre&#269;ja",
"srv_average" => "Povprečja",
"srv_statistics" => "Osnovni pregled",
"srv_statistics_edit" => "Uvodni tekst h rezultatom",
"srv_zapri" => "Zapri",
@ -2349,11 +2349,11 @@ $lang = array (
"srv_create_new" => "Kreiraj",
"srv_create_survey" => "Ustvari Anketo",
"srv_zapri_novo" => "Zapri in dodaj novo vpra&#154;anje",
"srv_timer_on" => "Timer je vklju&#269;en",
"srv_timer_on" => "Timer je vključen",
"srv_timer_on_time" => "Timer: ",
"srv_timer_off" => "Timer je izklju&#269;en",
"srv_timer_on2" => "Vklju&#269;en",
"srv_timer_off2" => "Izklju&#269;en",
"srv_timer_off" => "Timer je izključen",
"srv_timer_on2" => "Vključen",
"srv_timer_off2" => "Izključen",
"srv_seconds" => "sec",
"srv_minutes" => "min",
"srv_sistemska" => "Sistemska spremenljivka",
@ -2413,7 +2413,7 @@ $lang = array (
"srv_library_add_to_lib_success_err" => "Prišlo je do napake pri dodajanju v knjižnico!",
"srv_nadzor" => "Nadzor",
"srv_knjiznica_add" => "&#268;e &#382;elite dodati spremenljivko v knji&#382;nico, jo povlecite v to polje",
"srv_knjiznica_copy" => "&#268;e &#382;elite kopirati vpra&#154;anje, ga ozna&#269;ite z ikono COPY",
"srv_knjiznica_copy" => "&#268;e &#382;elite kopirati vpra&#154;anje, ga označite z ikono COPY",
"srv_deleteall" => "Izbri&#154;i vse vnose",
"srv_expand" => "Odpri vse",
"srv_collapse" => "Zapri vse",
@ -2436,7 +2436,7 @@ $lang = array (
"srv_moja_vprasanja" => "Moja vprasanja",
"srv_ankete" => "Ankete",
"srv_moje_ankete" => "Moje ankete",
"srv_prestevilci" => "Pre&#154;tevil&#269;i",
"srv_prestevilci" => "Pre&#154;tevilči",
"srv_ank_lib_on" => "Dodaj anketo v javno knjižnico",
"srv_ank_lib_off" => "Odstrani anketo iz javne knji&#382;nice",
"srv_ank_mylib_on" => "Dodaj anketo v mojo knjižnico",
@ -2456,11 +2456,11 @@ $lang = array (
"srv_1cs" => "1KA",
"srv_no_library" => "brez predloge",
"srv_cookie_return" => "Ko se uporabnik vrne",
"srv_cookie_return_start" => "Za&#269;ne od za&#269;etka",
"srv_cookie_return_start" => "Začne od začetka",
"srv_cookie_return_middle" => "Nadaljuje na strani, kjer je ostal",
"srv_return_finished" => "Uporabnik, ki je zaklju&#269;il anketo",
"srv_return_finished" => "Uporabnik, ki je zaključil anketo",
"srv_return_finished_yes" => "Lahko kasneje ureja svoje odgovore",
"srv_return_finished_no" => "Ne more ve&#269; urejati svojih odgovorov",
"srv_return_finished_no" => "Ne more več urejati svojih odgovorov",
"srv_subsequent_answers" => "Uporabnik med izpolnjevanjem",
"srv_subsequent_answers_no" => "Ne more naknadno urejati svojih odgovorov",
"srv_subsequent_answers_yes" => "Lahko naknadno ureja svoje odgovore",
@ -2481,25 +2481,25 @@ $lang = array (
"srv_move" => "Premakni",
"srv_call_start" => "Začni s klicanjem",
"srv_call_next" => "Naslednja telefonska &#154;tevilka",
"srv_call_nonumber" => "Trenutno ni ve&#269; prostih telefonskih &#154;tevilk.",
"srv_call_call" => "Kli&#269;i",
"srv_call_nonumber" => "Trenutno ni več prostih telefonskih &#154;tevilk.",
"srv_call_call" => "Kliči",
"srv_call_open" => "Odpri anketo in začni",
"srv_call_open_startCall" => "»A« Začnimo z anketiranjem - ",
"srv_call_history" => "Zgodovina klicev",
"srv_call_calling" => "Kli&#269;em",
"srv_call_calling" => "Kličem",
"srv_call_unsuccessful" => "Neuspeli izidi",
"srv_call_successful" => "»U« - Uspe&#154;no kon&#269;ano",
"srv_call_successful2" => "»U« - Uspe&#154;no zaklju&#269;ena anketa, pojdi na naslednji klic",
"srv_call_successful" => "»U« - Uspe&#154;no končano",
"srv_call_successful2" => "»U« - Uspe&#154;no zaključena anketa, pojdi na naslednji klic",
"srv_call_zaseden" => "»Z« - Zaseden",
"srv_call_ga_ni" => "»N« - Nedosegljiv",
"srv_call_zavrnil" => "»R« - Zavrnil",
"srv_call_zmenjen" => "»T« - Zmenjen",
"srv_call_prekinjen" => "»P« - Prekinjen",
"srv_call_prelozen" => "»D« - Preložen",
"srv_call_cancel" => "Prekli&#269;i klic",
"srv_call_settings_z" => "&#268;e je status \"Z\" (Zaseden) kli&#269;i &#269;ez",
"srv_call_settings_n" => "&#268;e je status \"N\" (Nedosegljiv) kli&#269;i &#269;ez",
"srv_call_settings_d" => "&#268;e je status \"D\" (Preložen) kli&#269;i &#269;ez",
"srv_call_cancel" => "Prekliči klic",
"srv_call_settings_z" => "Če je status \"Z\" (Zaseden) kliči čez",
"srv_call_settings_n" => "Če je status \"N\" (Nedosegljiv) kliči čez",
"srv_call_settings_d" => "Če je status \"D\" (Preložen) kliči čez",
"srv_call_settings_min" => "minut",
"srv_call_settings_max" => " Maksimalno",
"srv_call_settings_calls" => "klicev",
@ -2509,34 +2509,34 @@ $lang = array (
"srv_call_settings_call_order_2" => "A-Z",
"srv_call_settings_call_order_3" => "Z-A",
"srv_call_nextcall" => "Naslednji klic",
"srv_call_nonumbers" => "Ni ve&#269; &#154;tevilk v bazi!",
"srv_call_nonumbers" => "Ni več &#154;tevilk v bazi!",
"srv_call_nonumbers_time" => "Naslednji klic mogoč ob:",
"srv_call" => "Klic",
"srv_survey_repsonse_limit" => "Anketa ima preseženo število odgvorov.",
"srv_survey_non_active" => "Anketa je zaklju&#269;ena.",
"srv_survey_non_active" => "Anketa je zaključena.",
"srv_survey_non_active1" => "Anketa je zaključena.",
"srv_survey_deleted" => "Anketa je izbrisana.",
"srv_survey_non_active_notActivated" => "Anketa &#353;e ni bila aktivirana.",
"srv_survey_non_active_notActivated1" => "Anketa še ni bila aktivirana.",
"srv_survey_non_active_notStarted" => "Anketa &#353;e ni aktivna. Za&#269;ne se dne: ",
"srv_survey_non_active_notStarted" => "Anketa &#353;e ni aktivna. Začne se dne: ",
"srv_survey_non_active_notStarted1" => "Anketa še ni aktivna. Začne se dne: ",
"srv_survey_non_active_expired" => "Anketa ve&#269; ni aktivna. Kon&#269;ala se je dne: ",
"srv_survey_non_active_expired" => "Anketa več ni aktivna. Končala se je dne: ",
"srv_survey_non_active_expired1" => "Anketa več ni aktivna. Končala se je dne: ",
"srv_starts" => "Datum za&#269;etka ankete",
"srv_starts" => "Datum začetka ankete",
"srv_expire" => "Datum zaključka ankete",
"srv_vote_limit" => "Omejitev &#154;tevila odgovorov",
"srv_vote_quotas" => "Kvote (omejitev &#154;tevila odgovorov)",
"srv_vote_quotas_2" => "Kvote",
"srv_vote_count" => "Najve&#269;je &#154;tevilo odgovorov",
"srv_survey_non_active_voteLimit" => "Anketa ni ve&#269; aktivna, ker jo je izpolnilo dolo&#269;eno &#353;tevilo respondentov.",
"srv_vote_count" => "Največje &#154;tevilo odgovorov",
"srv_survey_non_active_voteLimit" => "Anketa ni več aktivna, ker jo je izpolnilo določeno &#353;tevilo respondentov.",
"srv_survey_voteLimit_warning" => "V primeru dosežene omejitve števila odgovorov se respondentu izpiše obvestilo",
"srv_mailing" => "E-po&#154;to po&#154;lji",
"srv_mailing_all" => "Vsem",
"srv_mailing_nonrsp" => "Tistim, ki &#154;e niso odgovorili na anketo",
"srv_mailing_rsp" => "Tistim, ki so &#382;e odgovorili na anketo",
"srv_mailing_all_with_status" => "Vsem ki imajo status",
"srv_mailing_add_help" => "<p><ul><li>V razdelku \"Spremenljivke\" izberite &#382;eljene spremenljivke. Izbrane spremenljivke bodo dodane na konec ankete kot sistemske spremenljivke.</li><li>V razdelku \"Respondenti\" dodajajte respondente po enega v vrstico.<br/>Stolpce lo&#269;ite z vejico, v enakem vrstnem redu kot so navedeni zgoraj (Spremenljivke).<br /><br />Primer:<div style=\"padding-left:30px;\">Spremenljivke: <i>email,ime</i></div><div style=\"padding-left:30px;\">Respondenti: <i>janez.novak@example.com,Janez Novak</i></div></li><br/><li>Lahko pa respondente prenesete iz tekstovne datoteke. S pomo&#269;jo spodnjega okna za prenos.</li></ul></p>",
#"srv_mailing_set_help" => "<p>Za po&#154;iljanje e-po&#154;te mora biti dodana sistemska spremenljivka <strong>email</strong>!</p><br /><ul><li>Za vstavljanje povezave na url ankete vpi&#154;ite <strong>#URL#</strong> v besedilo.</li><li>Za izpis kode anketiranca vpi&#154;ite <strong>#CODE#</strong> v besedilo.</li><li>Za povezavo na odjavo iz mailing liste, dodajte <strong>#UNSUBSCRIBE#</strong></li><li>Za izpis anketiran&#269;eve vrednosti na drugi spremenljivki ali sistemski spremenljivki iz ankete, vnesite ime spremenljivke med znaka <strong>#</strong>. <br/><div style=\"margin-left:20px;\"><i>Primer: za izpis anketiran&#269;evega e-po&#353;tnega naslova vpi&#154;ite v besedilo <strong>#EMAIL#</strong>. </i></div></li></ul><strong>Sistemske spremenljivke, ki so na voljo:<br/></strong></p>",
"srv_mailing_add_help" => "<p><ul><li>V razdelku \"Spremenljivke\" izberite &#382;eljene spremenljivke. Izbrane spremenljivke bodo dodane na konec ankete kot sistemske spremenljivke.</li><li>V razdelku \"Respondenti\" dodajajte respondente po enega v vrstico.<br/>Stolpce ločite z vejico, v enakem vrstnem redu kot so navedeni zgoraj (Spremenljivke).<br /><br />Primer:<div style=\"padding-left:30px;\">Spremenljivke: <i>email,ime</i></div><div style=\"padding-left:30px;\">Respondenti: <i>janez.novak@example.com,Janez Novak</i></div></li><br/><li>Lahko pa respondente prenesete iz tekstovne datoteke. S pomočjo spodnjega okna za prenos.</li></ul></p>",
#"srv_mailing_set_help" => "<p>Za po&#154;iljanje e-po&#154;te mora biti dodana sistemska spremenljivka <strong>email</strong>!</p><br /><ul><li>Za vstavljanje povezave na url ankete vpi&#154;ite <strong>#URL#</strong> v besedilo.</li><li>Za izpis kode anketiranca vpi&#154;ite <strong>#CODE#</strong> v besedilo.</li><li>Za povezavo na odjavo iz mailing liste, dodajte <strong>#UNSUBSCRIBE#</strong></li><li>Za izpis anketirančeve vrednosti na drugi spremenljivki ali sistemski spremenljivki iz ankete, vnesite ime spremenljivke med znaka <strong>#</strong>. <br/><div style=\"margin-left:20px;\"><i>Primer: za izpis anketirančevega e-po&#353;tnega naslova vpi&#154;ite v besedilo <strong>#EMAIL#</strong>. </i></div></li></ul><strong>Sistemske spremenljivke, ki so na voljo:<br/></strong></p>",
"srv_mailing_upload_list" => "Naloži seznam respondentov iz datoteke",
"srv_ub_added" => "Dodan v bazo",
"srv_ub_addedby" => "Dodal v bazo",
@ -2563,7 +2563,7 @@ $lang = array (
"srv_userstatus_total" => "Vsi statusi",
"srv_userstatus_appropriate"=> "Ustrezni",
"srv_userstatus_inappropriate"=> "Neustrezni",
"srv_edithelp" => "Urejanje oken s pomo&#269;jo",
"srv_edithelp" => "Urejanje oken s pomočjo",
"srv_tracking" => "Prika&#382;i spremembe ankete",
"srv_diagnostics" => "Aktivnost",
"srv_sar" => "Strežnik",
@ -2572,12 +2572,12 @@ $lang = array (
"srv_editcalculation_missing" => "Neodgovor upoštevaj kot vrednost 0",
"srv_edit_quota" => "Uredi kvoto",
"cats_for_r_db_ttl" => "Prikazani filtri v r-bazi",
"FinancialSite" => "Finan&#269;no spletno mesto",
"FinancialSite" => "Finančno spletno mesto",
"whatsthis" => "Kaj je to?",
"aboutOneClick" => "OneClick Upload vam omogo&#269;a, da z enostavno operacijo povleci-spusti ali kopiraj-prilepi va&#154;emu sporo&#269;ilu dodate poljubno &#154;tevilo prilog iz va&#154;ega trdega diska ali USB klju&#269;ka.<br />Deluje v vseh operacijskih sistemih, v Microsoftovih oknih pa je potrebno za njegovo delovanje nalo&#382;iti mali dodatek, ki ga lahko <a href=\"http://www.sisplet.org/uploadi/editor/1162159255OneClick.zip\">dobite tukaj</a>.<br /><br /> Ve&#154; o OneClick uploadu si lahko <a href=\"http://www.sisplet.org/index.php?fl=1&nt=3&sid=7\">preberete tukaj.</a>",
"create_thread" => "Iz tega sporo&#269;ila kreiraj novo temo",
"create_thread_q" => "Ali ste prepri&#269;ani, da &#382;elite iz tega sporo&#269;ila ustvariti novo temo?",
"delete_project" => "Ali ste prepri&#269;ani, da &#382;elite trajno izbrisati ta projekt?",
"aboutOneClick" => "OneClick Upload vam omogoča, da z enostavno operacijo povleci-spusti ali kopiraj-prilepi va&#154;emu sporočilu dodate poljubno &#154;tevilo prilog iz va&#154;ega trdega diska ali USB ključka.<br />Deluje v vseh operacijskih sistemih, v Microsoftovih oknih pa je potrebno za njegovo delovanje nalo&#382;iti mali dodatek, ki ga lahko <a href=\"http://www.sisplet.org/uploadi/editor/1162159255OneClick.zip\">dobite tukaj</a>.<br /><br /> Ve&#154; o OneClick uploadu si lahko <a href=\"http://www.sisplet.org/index.php?fl=1&nt=3&sid=7\">preberete tukaj.</a>",
"create_thread" => "Iz tega sporočila kreiraj novo temo",
"create_thread_q" => "Ali ste prepričani, da &#382;elite iz tega sporočila ustvariti novo temo?",
"delete_project" => "Ali ste prepričani, da &#382;elite trajno izbrisati ta projekt?",
"SurveyDostop" => "Ankete lahko urejajo",
"SurveyForum" => "Forum za komentiranje anket",
"SurveyCookie" => "Privzeto shranjevanje pi&#154;kotka",
@ -6369,7 +6369,7 @@ $lang = array (
'srv_telephone_save_new' => 'Shrani kot nov profil',
'srv_telephone_save' => 'Shrani profil',
'srv_telephone_add' => 'Dodaj',
'srv_telephone_navi_dashboard' => 'Pregled',
'srv_telephone_navi_dashboard' => 'Analiza',
'srv_telephone_navi_add' => 'Dodaj',
'srv_telephone_navi_view' => 'Preglej',
'srv_telephone_navi_start_call' => 'Začni',
@ -6384,7 +6384,7 @@ $lang = array (
'srv_telephone_respondents_unsubscribed' => 'Odjavljeno',
'srv_telephone_respondents_pass' => 'Geslo',
'srv_telephone_respondents_password' => 'PASSWORD',
'srv_telephone_respondents_status' => 'Status',
'srv_telephone_respondents_status' => 'Status klica',
'srv_telephone_respondents_ime' => 'Ime',
'srv_telephone_respondents_firstname' => 'FIRSTNAME',
'srv_telephone_respondents_lastname' => 'LASTNAME',
@ -6396,7 +6396,7 @@ $lang = array (
'srv_telephone_respondents_email' => 'EMAIL',
'srv_telephone_respondents_schedule_call_time' => 'Naslednji klic',
'srv_telephone_respondents_comment' => 'Komentar',
'srv_telephone_respondents_schstatus' => 'Status',
'srv_telephone_respondents_schstatus' => 'Status klica',
'srv_telephone_respondents_date_inserted' => 'Dodan dne',
'srv_telephone_respondents_list_id' => 'Seznam',
'srv_telephone_respondents_usr_email' => 'Dodal',
@ -6407,13 +6407,21 @@ $lang = array (
'srv_telephone_table_call_status' => 'Status klica',
'srv_telephone_status_' => 'Uporabnik še ni bil kontaktiran',
'srv_telephone_status_A' => '»A« - Respondent je začel z anketiranjem',
'srv_telephone_status_A2' => 'Začel',
'srv_telephone_status_U' => '»U« - Uspešno zaključena anketa',
'srv_telephone_status_U2' => 'Zaključen',
'srv_telephone_status_T' => '»T« - Dogovorjen za drug termin',
'srv_telephone_status_T2' => 'Prestavljen',
'srv_telephone_status_P' => '»P« - Anketa je bila prekinjena',
'srv_telephone_status_P2' => 'Prekinjen',
'srv_telephone_status_R' => '»R« - Zavrnil',
'srv_telephone_status_R2' => 'Zavrnil',
'srv_telephone_status_Z' => '»Z« - Zaseden',
'srv_telephone_status_Z2' => 'Zaseden',
'srv_telephone_status_N' => '»N« - Nedosegljiv',
'srv_telephone_status_N2' => 'Nedosegljiv',
'srv_telephone_status_D' => '»D« - Preložen',
'srv_telephone_status_D2' => 'Preložen',
'srv_telephone_add_sample' => "000 111 222,Janez,Novak,<br/>000 333 444,,Novak",
'srv_telephone_call_start' => 'Začni s klicanjem',
'srv_telephone_call_available' => 'Prostih telefonskih številk na voljo:',
@ -6433,11 +6441,12 @@ $lang = array (
'srv_telephone_call_action_undo_status' => 'Pobriši zadnji status respondenta',
'srv_telephone_call_introduction' => 'Uvod',
'srv_telephone_call_comment' => 'Komentar anketarja na klic:',
'srv_telephone_settings_access_list' => 'Seznam anketarjev in urednikov z dostopom:',
'srv_telephone_settings_access_list_link' => ' (podrobno lahko urednike urejate <a href="%s">tukaj</a>)',
'srv_telephone_settings_access_list' => 'Seznam anketarjev in urednikov z dostopom',
'srv_telephone_settings_access_list_link' => ' (podrobno lahko urednike urejate <a href="%s">tukaj</a>):',
'srv_telephone_no_respondents' => 'V bazi nimate respondentov s telefonskimi številkami.',
'srv_telephone_dashboard_legend' => 'Sumarni pregled telefonske ankete:',
'srv_telephone_dashboard_legend_finished' => 'Sumarni pregled zaključenih anket:',
'srv_telephone_dashboard_legend_datum' => 'Počisti datum',
'srv_telephone_dashboard_legend_anketar' => 'Pregled stanja klicev po anketarjih:',
'srv_telephone_dashboard_all_respondents' => 'Vseh enot s telefonsko številko:',
'srv_telephone_dashboard_all_contacted' => 'Vseh klicanih enot:',

View File

@ -6262,7 +6262,7 @@ $lang = array (
'srv_telephone_save_new' => 'Save as New profile',
'srv_telephone_save' => 'Save profile',
'srv_telephone_add' => 'Add',
'srv_telephone_navi_dashboard' => 'Dashboard',
'srv_telephone_navi_dashboard' => 'Analysis',
'srv_telephone_navi_add' => 'Add',
'srv_telephone_navi_view' => 'Recipients',
'srv_telephone_navi_start_call' => 'Start',
@ -6283,14 +6283,14 @@ $lang = array (
'srv_telephone_respondents_custom' => 'CUSTOM',
'srv_telephone_respondents_phone' => 'PHONE',
'srv_telephone_respondents_email' => 'EMAIL',
'srv_telephone_respondents_status' => 'Status',
'srv_telephone_respondents_status' => 'Call status',
'srv_telephone_respondents_ime' => 'First name',
'srv_telephone_respondents_priimek' => 'Last name',
'srv_telephone_respondents_telefon' => 'Telephone number',
'srv_telephone_respondents_email' => 'Email',
'srv_telephone_respondents_schedule_call_time' => 'Next call',
'srv_telephone_respondents_comment' => 'Comment',
'srv_telephone_respondents_schstatus' => 'Status',
'srv_telephone_respondents_schstatus' => 'Call status',
'srv_telephone_respondents_date_inserted' => 'Added on',
'srv_telephone_respondents_list_id' => 'List',
'srv_telephone_respondents_usr_email' => 'Added by',
@ -6301,13 +6301,21 @@ $lang = array (
'srv_telephone_table_call_status' => 'Call status',
'srv_telephone_status_' => 'This user has not been contacted.',
'srv_telephone_status_A' => '»A« - Respondent began survey',
'srv_telephone_status_A2' => 'Started',
'srv_telephone_status_U' => '»U« - Successfully finished survey',
'srv_telephone_status_U2' => 'Finished',
'srv_telephone_status_T' => '»T« - Another appointment',
'srv_telephone_status_T2' => 'Rescheduled',
'srv_telephone_status_P' => '»P« - The survey was interrupted',
'srv_telephone_status_R' => '»R« - Reject',
'srv_telephone_status_P2' => 'Interrupted',
'srv_telephone_status_R' => '»R« - Rejected',
'srv_telephone_status_R2' => 'Rejected',
'srv_telephone_status_Z' => '»Z« - Busy',
'srv_telephone_status_Z2' => 'Busy',
'srv_telephone_status_N' => '»N« - No answer - Offline',
'srv_telephone_status_N2' => '»No answer',
'srv_telephone_status_D' => '»D« - Delayed',
'srv_telephone_status_D2' => 'Delayed',
'srv_telephone_add_sample' => "000 111 222,John,Smith<br/>000 333 444,,Smith,",
'srv_telephone_call_start' => 'Start calling',
'srv_telephone_call_available' => 'Number of available telephone numbers:',
@ -6327,11 +6335,12 @@ $lang = array (
'srv_telephone_call_action_undo_status' => 'Undo last respondent status',
'srv_telephone_call_introduction' => 'Introduction',
'srv_telephone_call_comment' => 'Any comment for this call:',
'srv_telephone_settings_access_list' => 'List of interviewers and editors with access to the survey:',
'srv_telephone_settings_access_list_link' => ' (for detailed editing of editors click <a href="%s">here</a>)',
'srv_telephone_settings_access_list' => 'List of interviewers and editors with access to the survey',
'srv_telephone_settings_access_list_link' => ' (for detailed editing of editors click <a href="%s">here</a>):',
'srv_telephone_no_respondents' => 'There are no respondents with telephone numbers in your database.',
'srv_telephone_dashboard_legend' => 'Phone survey status:',
'srv_telephone_dashboard_legend_finished' => 'Summary of finished phone surveys:',
'srv_telephone_dashboard_legend_datum' => 'Clear date',
'srv_telephone_dashboard_legend_anketar' => 'Phone survey status by interviewer:',
'srv_telephone_dashboard_all_respondents' => 'All units with the phone number:',
'srv_telephone_dashboard_all_contacted' => 'All called units:',
@ -6636,11 +6645,11 @@ $lang = array (
'srv_para_breaks_value_bruto_short' => 'GBR<br/>[%]',
'srv_para_breaks_value_neto_short' => 'NBR<br/>[%]',
'srv_para_breaks_graph_title' => 'Graphical representation of the Break rate (%)',
'srv_para_show_question_advanced' => 'Question',
'srv_para_show_question_advanced' => 'Label',
'srv_para_show_show_graph_advanced' => 'Graph',
'srv_para_show_question_basic' => 'Question',
'srv_para_show_question_basic' => 'Label',
'srv_para_show_show_graph_basic' => 'Graph',
'srv_para_show_question_breaks' => 'Question',
'srv_para_show_question_breaks' => 'Label',
'srv_para_show_show_graph_breaks' => 'Graph',
'srv_para_close_settings' => 'Close settings',
'srv_para_graph_type' => 'V grafu prikaži',

File diff suppressed because it is too large Load Diff

View File

@ -82,6 +82,6 @@ div {
border-collapse: collapse;
white-space: nowrap;
margin: 0px;
}
}
}
}

View File

@ -7,8 +7,9 @@ div.page_telephone {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 32px;
margin-bottom: 42px;
div.phn_step_nav {
display: flex;
@ -25,7 +26,7 @@ div.page_telephone {
&.menu {
color: $dark-gray;
color: $very-dark-gray;
div.label {
@ -89,18 +90,34 @@ div.page_telephone {
color: inherit;
text-decoration: none;
}
&.settings {
margin-right: 32px;
display: none;
}
}
}
}
div#tel_settings_holder {
display: flex;
flex-direction: row;
gap: 32px;
color: $very-dark-gray;
span.faicon {
margin-right: 8px;
}
div.phn_step_nav {
&.active {
color: $blue;
}
}
}
}
h2 {
font-weight: $light;
font-weight: 700;
color: $blue;
text-transform: uppercase;
font-size: 16px;
}
//Dodaj
@ -108,88 +125,130 @@ div.page_telephone {
display: flex;
flex-direction: row;
width: 100%;
gap: 8px;
gap: 32px;
box-sizing: border-box;
div#inv_recipients_profiles_holder {
padding: 16px 8px;
min-height: 355px;
width: 25%;
height: fit-content;
padding: 16px;
background: $white;
border: 1px solid $gray;
width: 25%;
overflow: hidden;
box-sizing: border-box;
background-color: $light-gray;
div#phn_import_list_profiles {
border: 1px solid $gray;
background-color: $white;
min-height: 100px;
min-height: 200px;
max-height: 600px;
ol {
margin: 0;
padding: 0;
border-bottom: 1px solid $gray;
display: flex;
flex-direction: column;
overflow-y: auto;
width: 100%;
max-height: 400px;
border: 1px solid $gray;
background-color: white;
margin-top: 4px;
ol {
display: flex;
flex-direction: column;
margin: 0px;
padding: 0px;
li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
line-height: 20px;
border-top: 1px solid $gray;
padding: 0 5px;
cursor: pointer;
list-style-type: none;
display: flex;
align-items: center;
justify-content: space-between;
height: 35px;
padding: 0px 8px;
border-bottom: 1px solid $gray;
&:last-child{
border-bottom: 0;
}
&.active {
color: $white;
background-color: $blue;
color: $blue;
background-color: $medium-blue2;
}
&:hover {
background-color: $medium-blue2;
}
.faicon{
margin-left: 8px;
&:before{
font-size: 16px;
}
}
}
}
}
}
div#inv_import_list_container {
fieldset#inv_import_list_container {
padding: 16px;
min-height: 355px;
width: 75%;
border: 1px solid $gray;
box-sizing: border-box;
margin-top: -10px;
// Stlying za boxe?
textarea {
width: 100%;
height: 120px;
}
div.button_holder {
justify-content: right;
margin-top: 32px;
margin-bottom: 0;
button {
&:last-of-type {
margin-right: 0;
}
}
}
}
}
div.button_holder {
justify-content: right;
margin-top: 32px;
//Preglej
button {
&:last-of-type {
margin-right: 0;
div#filter_wrap{
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
div#inv_rec_filter {
border: none;
padding: 0;
input {
margin: 0;
height: 42px;
}
}
}
//Preglej
div#inv_rec_filter {
border: none;
padding: 0;
input {
margin: 0;
height: 42px;
}
}
table {
td {
div.icons {
@ -209,6 +268,7 @@ div.page_telephone {
a {
text-decoration: none;
margin-right: 16px;
}
}
@ -231,6 +291,23 @@ div.page_telephone {
&:last-of-type {
padding-right: 0;
}
div.pregled_klicev {
display: flex;
flex-direction: column;
font-size: 14px;
width: 100%;
div#top {
display:flex;
flex-direction: row;
justify-content: space-between;
div#status {
font-weight: $semi-bold;
}
}
}
}
th {
@ -255,4 +332,62 @@ div.page_telephone {
border-radius: 2px;
margin-top: 4px;
}
// Čakalna vrsta
div#tel_line_wrap {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
margin-top: 32px;
}
div#tel_line_wrap0 {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
}
//Nastavitve
fieldset#tel_setting {
div.set_horizontal {
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
margin-bottom: 16px;
input {
width: 40px;
}
}
select {
width: 100px;
}
}
//Analiza
div.set_horizontal {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 16px;
input {
width: 110px;
margin-right: 0px;
margin-left: 8px;
}
button {
margin-right: 8px;
}
}
}