[Redizajn 1KA] - Urejanje --> Nastavitve --> Telefonska anketa - v2 // analiza
This commit is contained in:
parent
258d4d105d
commit
21d84ad34e
@ -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.'&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.'&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>';
|
||||
|
||||
|
@ -6368,7 +6368,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',
|
||||
@ -6445,6 +6445,7 @@ $lang = array (
|
||||
'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:',
|
||||
|
@ -6261,7 +6261,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',
|
||||
@ -6339,6 +6339,7 @@ $lang = array (
|
||||
'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:',
|
||||
|
@ -20580,6 +20580,20 @@ div.page_telephone fieldset#tel_setting div.set_horizontal input {
|
||||
div.page_telephone fieldset#tel_setting select {
|
||||
width: 100px;
|
||||
}
|
||||
div.page_telephone div.set_horizontal {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.page_telephone div.set_horizontal input {
|
||||
width: 110px;
|
||||
margin-right: 0px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
div.page_telephone div.set_horizontal button {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
div.prevajanje_holder .section {
|
||||
margin: 0 16px 16px 16px;
|
||||
|
@ -370,4 +370,24 @@ div.page_telephone {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user