Redesign - dokoncana vabila
This commit is contained in:
parent
57674d2949
commit
1354677f0e
@ -564,7 +564,7 @@ class SurveyInvitationsNew {
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
|
|
||||||
echo '<div id="inv_import" class="invitations_holder left-menu">';
|
echo '<div id="inv_import" class="invitations_holder left-menu invitations_add">';
|
||||||
$this->displayAddRecipientsView($fields, $recipients_list);
|
$this->displayAddRecipientsView($fields, $recipients_list);
|
||||||
echo '</div>'; # id="inv_import"
|
echo '</div>'; # id="inv_import"
|
||||||
}
|
}
|
||||||
@ -1969,7 +1969,7 @@ class SurveyInvitationsNew {
|
|||||||
|
|
||||||
// Ce posiljamo preko emaila
|
// Ce posiljamo preko emaila
|
||||||
if($noEmailing != 1){
|
if($noEmailing != 1){
|
||||||
echo '<div id="inv_messages_holder" class="invitations_holder three-part">';
|
echo '<div id="inv_messages_holder" class="invitations_holder three-part invitations_message">';
|
||||||
|
|
||||||
if ($this->checkDefaultMessage() == false) {
|
if ($this->checkDefaultMessage() == false) {
|
||||||
echo '<span class="inv_error_note">';
|
echo '<span class="inv_error_note">';
|
||||||
@ -2201,7 +2201,7 @@ class SurveyInvitationsNew {
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
|
|
||||||
echo '<div id="inv_messages_holder" class="invitations_holder left-menu">';
|
echo '<div id="inv_messages_holder" class="invitations_holder left-menu invitations_message">';
|
||||||
|
|
||||||
if ($this->checkDefaultMessage() == false) {
|
if ($this->checkDefaultMessage() == false) {
|
||||||
echo '<span class="inv_error_note">';
|
echo '<span class="inv_error_note">';
|
||||||
@ -3113,7 +3113,7 @@ class SurveyInvitationsNew {
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<div id="inv_send_mail" class="invitations_holder half-half">';
|
echo '<div id="inv_send_mail" class="invitations_holder half-half invitations_send">';
|
||||||
|
|
||||||
# damo v tabelo zaradi prilagajanja oblike levo/desno
|
# damo v tabelo zaradi prilagajanja oblike levo/desno
|
||||||
echo '<div class="left_holder">';
|
echo '<div class="left_holder">';
|
||||||
@ -3587,7 +3587,7 @@ class SurveyInvitationsNew {
|
|||||||
// Komentar pri posiljanju
|
// Komentar pri posiljanju
|
||||||
echo '<label>'.$lang['srv_inv_send_comment'].' '.Help::display('srv_inv_sending_comment').': ';
|
echo '<label>'.$lang['srv_inv_send_comment'].' '.Help::display('srv_inv_sending_comment').': ';
|
||||||
echo '<input type="text" name="comment" id="msg_comment" value="'.$comment.'">';
|
echo '<input type="text" name="comment" id="msg_comment" value="'.$comment.'">';
|
||||||
echo '</label><br class="clr"><br />';
|
echo '</label>';
|
||||||
|
|
||||||
// Pobrisi podvojene maile
|
// Pobrisi podvojene maile
|
||||||
echo '<label><input type="checkbox" id="dont_send_duplicated" name="dont_send_duplicated" checked="checked">'.$lang['srv_inv_send_remove_duplicates'].'</label></span> '.Help::display('srv_inv_sending_double').'<br />';
|
echo '<label><input type="checkbox" id="dont_send_duplicated" name="dont_send_duplicated" checked="checked">'.$lang['srv_inv_send_remove_duplicates'].'</label></span> '.Help::display('srv_inv_sending_double').'<br />';
|
||||||
@ -7089,7 +7089,7 @@ class SurveyInvitationsNew {
|
|||||||
$isEmail = (int)SurveyInfo::getInstance()->checkSurveyModule('email');
|
$isEmail = (int)SurveyInfo::getInstance()->checkSurveyModule('email');
|
||||||
$d = new Dostop();
|
$d = new Dostop();
|
||||||
|
|
||||||
echo '<div class="invitations_holder half-half">';
|
echo '<div class="invitations_holder half-half invitations_status">';
|
||||||
|
|
||||||
// Pri volitvah prikazemo samo osnovne stevilke - zaradi anonimizacije ni trackinga
|
// Pri volitvah prikazemo samo osnovne stevilke - zaradi anonimizacije ni trackinga
|
||||||
if(SurveyInfo::getInstance()->checkSurveyModule('voting')){
|
if(SurveyInfo::getInstance()->checkSurveyModule('voting')){
|
||||||
@ -7242,31 +7242,43 @@ class SurveyInvitationsNew {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo '<table class="inv_dashboard_table">';
|
|
||||||
echo '<tr>';
|
|
||||||
echo '<th>'.$lang['srv_inv_dashboard_tbl_all'].'</th>';
|
echo '<table class="inv_dashboard_table">';
|
||||||
echo '<th>'.(int)$recipients_by_status['all'].'</th>';
|
|
||||||
echo '<th>-</th>';
|
echo '<tr>';
|
||||||
echo '<th>100%</th>';
|
echo '<th>'.$lang['srv_statistic_metric'].'</th>';
|
||||||
|
echo '<th>'.$lang['srv_analiza_frekvence_titleFrekvenca'].'</th>';
|
||||||
|
echo '<th>'.$lang['srv_analiza_frekvence_titleOdstotek'].'</th>';
|
||||||
|
echo '<th>'.$lang['srv_analiza_frekvence_titleKumulativa'].'</th>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
|
||||||
|
echo '<tr>';
|
||||||
|
echo '<td>'.$lang['srv_inv_dashboard_tbl_all'].'</th>';
|
||||||
|
echo '<td>'.(int)$recipients_by_status['all'].'</th>';
|
||||||
|
echo '<td>-</th>';
|
||||||
|
echo '<td>100%</th>';
|
||||||
|
echo '</tr>';
|
||||||
|
|
||||||
#popslano enotam
|
#popslano enotam
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<th>'.$lang['srv_inv_dashboard_tbl_send'].'</th>';
|
echo '<td>'.$lang['srv_inv_dashboard_tbl_send'].'</th>';
|
||||||
echo '<th>'.(int)$recipients_by_status['send'].'</th>';
|
echo '<td>'.(int)$recipients_by_status['send'].'</th>';
|
||||||
echo '<th>'.((int)$recipients_by_status['send'] > 0 ? '100%' : '0%').'</th>';
|
echo '<td>'.((int)$recipients_by_status['send'] > 0 ? '100%' : '0%').'</th>';
|
||||||
echo '<th>'.$this->formatNumber(((int)$recipients_by_status['send'] > 0 ? (int)$recipients_by_status['send']*100/(int)$recipients_by_status['all'] : 0),0,'%').'</th>';
|
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['send'] > 0 ? (int)$recipients_by_status['send']*100/(int)$recipients_by_status['all'] : 0),0,'%').'</th>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
|
||||||
#neodgovori
|
#neodgovori
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<td>'.$lang['srv_inv_dashboard_tbl_unanswered'].'</td>';
|
echo '<td class="indent">'.$lang['srv_inv_dashboard_tbl_unanswered'].'</td>';
|
||||||
$unanswered = ((int)$recipients_by_status['send']-(int)$recipients_by_status['clicked']-(int)$recipients_by_status['finished']);
|
$unanswered = ((int)$recipients_by_status['send']-(int)$recipients_by_status['clicked']-(int)$recipients_by_status['finished']);
|
||||||
echo '<td>'.$unanswered.'</td>';
|
echo '<td>'.$unanswered.'</td>';
|
||||||
echo '<td>'.$this->formatNumber(($unanswered > 0 ? $unanswered*100/(int)$recipients_by_status['send'] : 0),0,'%').'</td>';
|
echo '<td>'.$this->formatNumber(($unanswered > 0 ? $unanswered*100/(int)$recipients_by_status['send'] : 0),0,'%').'</td>';
|
||||||
echo '<td>'.$this->formatNumber(($unanswered > 0 ? $unanswered*100/(int)$recipients_by_status['all'] : 0),0,'%').'</td>';
|
echo '<td>'.$this->formatNumber(($unanswered > 0 ? $unanswered*100/(int)$recipients_by_status['all'] : 0),0,'%').'</td>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<td>'.$lang['srv_inv_dashboard_tbl_clicked'].'</td>';
|
echo '<td class="indent">'.$lang['srv_inv_dashboard_tbl_clicked'].'</td>';
|
||||||
echo '<td>'.(int)$recipients_by_status['clicked'].'</td>';
|
echo '<td>'.(int)$recipients_by_status['clicked'].'</td>';
|
||||||
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['clicked'] > 0 ? (int)$recipients_by_status['clicked']*100/(int)$recipients_by_status['send'] : 0),0,'%').'</td>';
|
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['clicked'] > 0 ? (int)$recipients_by_status['clicked']*100/(int)$recipients_by_status['send'] : 0),0,'%').'</td>';
|
||||||
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['clicked'] > 0 ? (int)$recipients_by_status['clicked']*100/(int)$recipients_by_status['all'] : 0),0,'%').'</td>';
|
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['clicked'] > 0 ? (int)$recipients_by_status['clicked']*100/(int)$recipients_by_status['all'] : 0),0,'%').'</td>';
|
||||||
@ -7275,20 +7287,21 @@ class SurveyInvitationsNew {
|
|||||||
#če se slučajno pojavijo kaki neznani statusi
|
#če se slučajno pojavijo kaki neznani statusi
|
||||||
if ((int)$recipients_by_status['unknown'] > 0) {
|
if ((int)$recipients_by_status['unknown'] > 0) {
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<td>'.$lang['srv_inv_dashboard_tbl_unknown'].'</td>';
|
echo '<td class="indent">'.$lang['srv_inv_dashboard_tbl_unknown'].'</td>';
|
||||||
echo '<td>'.(int)$recipients_by_status['unknown'].'</td>';
|
echo '<td>'.(int)$recipients_by_status['unknown'].'</td>';
|
||||||
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['unknown'] > 0 ? (int)$recipients_by_status['unknown']*100/(int)$recipients_by_status['send'] : 0),0,'%').'</td>';
|
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['unknown'] > 0 ? (int)$recipients_by_status['unknown']*100/(int)$recipients_by_status['send'] : 0),0,'%').'</td>';
|
||||||
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['unknown'] > 0 ? (int)$recipients_by_status['unknown']*100/(int)$recipients_by_status['all'] : 0),0,'%').'</td>';
|
echo '<td>'.$this->formatNumber(((int)$recipients_by_status['unknown'] > 0 ? (int)$recipients_by_status['unknown']*100/(int)$recipients_by_status['all'] : 0),0,'%').'</td>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<td>'.$lang['srv_inv_dashboard_tbl_finished'].'</td>';
|
echo '<td class="indent">'.$lang['srv_inv_dashboard_tbl_finished'].'</td>';
|
||||||
echo '<td>'.(int)$recipients_by_status['finished'].'</td>';
|
echo '<td>'.(int)$recipients_by_status['finished'].'</td>';
|
||||||
echo '<td class="red">'.$this->formatNumber(((int)$recipients_by_status['finished'] > 0 ? (int)$recipients_by_status['finished']*100/(int)$recipients_by_status['send'] : 0),0,'%').'</td>';
|
echo '<td class="red">'.$this->formatNumber(((int)$recipients_by_status['finished'] > 0 ? (int)$recipients_by_status['finished']*100/(int)$recipients_by_status['send'] : 0),0,'%').'</td>';
|
||||||
echo '<td class="">'.$this->formatNumber(((int)$recipients_by_status['finished'] > 0 ? (int)$recipients_by_status['finished']*100/(int)$recipients_by_status['all'] : 0),0,'%').'</td>';
|
echo '<td class="">'.$this->formatNumber(((int)$recipients_by_status['finished'] > 0 ? (int)$recipients_by_status['finished']*100/(int)$recipients_by_status['all'] : 0),0,'%').'</td>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
echo '<br>';
|
|
||||||
|
|
||||||
|
|
||||||
# POSAMEZNA pošiljanja
|
# POSAMEZNA pošiljanja
|
||||||
@ -7298,9 +7311,11 @@ class SurveyInvitationsNew {
|
|||||||
foreach ($archive_data AS $uid => $status) {
|
foreach ($archive_data AS $uid => $status) {
|
||||||
if ((int)$status == 6 && $user_lurker[$uid] == 1) {
|
if ((int)$status == 6 && $user_lurker[$uid] == 1) {
|
||||||
$user_by_status_for_archive[$archive_id]['6l']++;
|
$user_by_status_for_archive[$archive_id]['6l']++;
|
||||||
} else if ((int)$status == 5 && $user_lurker[$uid] == 1) {
|
}
|
||||||
|
elseif ((int)$status == 5 && $user_lurker[$uid] == 1) {
|
||||||
$user_by_status_for_archive[$archive_id]['5l']++;
|
$user_by_status_for_archive[$archive_id]['5l']++;
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
$user_by_status_for_archive[$archive_id][$status]++;
|
$user_by_status_for_archive[$archive_id][$status]++;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -7313,8 +7328,10 @@ class SurveyInvitationsNew {
|
|||||||
foreach ($user_by_status_for_archive AS $arch_id => $archive_data) {
|
foreach ($user_by_status_for_archive AS $arch_id => $archive_data) {
|
||||||
$cnt++;
|
$cnt++;
|
||||||
if (count($archive_data ) > 0) {
|
if (count($archive_data ) > 0) {
|
||||||
|
|
||||||
$recipients_by_status = array();
|
$recipients_by_status = array();
|
||||||
$recipients_by_status['all']=(int)$array_archive_subdata[$arch_id]['rec_in_db'];
|
$recipients_by_status['all']=(int)$array_archive_subdata[$arch_id]['rec_in_db'];
|
||||||
|
|
||||||
foreach ($archive_data AS $status => $cntUsers) {
|
foreach ($archive_data AS $status => $cntUsers) {
|
||||||
# 0 - E-pošta - ni poslana
|
# 0 - E-pošta - ni poslana
|
||||||
if( $status == '0') {
|
if( $status == '0') {
|
||||||
@ -7372,24 +7389,21 @@ class SurveyInvitationsNew {
|
|||||||
}
|
}
|
||||||
$all_rec_in_survey = (int)$recipients_by_status['all'];
|
$all_rec_in_survey = (int)$recipients_by_status['all'];
|
||||||
|
|
||||||
echo '<span class="pointer span_list_archive" onClick="$(this).next().next().next().toggle(); $(this).find(\'.plus\').toggle();$(this).find(\'.minus\').toggle(); $(this).next(\'.link_archive\').toggle();">';
|
|
||||||
|
echo '<div class="arhiv_holder">';
|
||||||
|
|
||||||
|
|
||||||
|
echo '<div class="arhiv_info_holder" >';
|
||||||
|
|
||||||
echo '<span class="inv_dashboard_sub_title as_link">';
|
echo '<span class="inv_dashboard_sub_title as_link" onClick="$(this).parent().next().toggleClass(\'displayNone\'); $(this).find(\'.plus\').toggleClass(\'displayNone\'); $(this).find(\'.minus\').toggleClass(\'displayNone\');">';
|
||||||
echo '<span class="plus" style="color: inherit;">+ </span>';
|
echo ' <span class="plus">+ </span>';
|
||||||
echo '<span class="minus displayNone" style="color: inherit;">- </span>';
|
echo ' <span class="minus displayNone">- </span>';
|
||||||
echo $cnt.$lang['srv_inv_dashboard_list_cnt_title'];
|
echo $cnt.$lang['srv_inv_dashboard_list_cnt_title'];
|
||||||
echo '</span>';
|
echo '</span> ';
|
||||||
|
|
||||||
// avtor
|
|
||||||
echo '<span style="font-size: 13px;" title="'.$avtor_email.'">'.$avtor_name.'</span>';
|
|
||||||
|
|
||||||
// datum
|
|
||||||
echo ', ';
|
|
||||||
echo '<span style="font-size: 13px;">'.$array_archive_subdata[$arch_id]['ds'].'</span>';
|
|
||||||
|
|
||||||
|
echo $lang['sent_by2'].': '.$avtor_name.', '.$array_archive_subdata[$arch_id]['ds'].', ';
|
||||||
|
|
||||||
// nacin posiljanja
|
// nacin posiljanja
|
||||||
echo ', ';
|
|
||||||
echo '<span style="font-size: 13px;">';
|
|
||||||
if ($array_archive_subdata[$arch_id]['tip'] == '0')
|
if ($array_archive_subdata[$arch_id]['tip'] == '0')
|
||||||
echo '<span>'.$lang['srv_inv_message_noemailing_type1'].'</span>';
|
echo '<span>'.$lang['srv_inv_message_noemailing_type1'].'</span>';
|
||||||
elseif($array_archive_subdata[$arch_id]['tip'] == '1')
|
elseif($array_archive_subdata[$arch_id]['tip'] == '1')
|
||||||
@ -7398,23 +7412,30 @@ class SurveyInvitationsNew {
|
|||||||
echo '<span>'.$lang['srv_inv_message_noemailing_type3'].'</span>';
|
echo '<span>'.$lang['srv_inv_message_noemailing_type3'].'</span>';
|
||||||
else
|
else
|
||||||
echo '<span>'.$lang['email'].'</span>';
|
echo '<span>'.$lang['email'].'</span>';
|
||||||
echo '</span>';
|
|
||||||
|
echo '</div>';
|
||||||
echo '</span>';
|
|
||||||
|
|
||||||
|
|
||||||
|
// Skriti spodnji del (arhiv link + tabela)
|
||||||
|
echo '<div class="arhiv_sub_holder displayNone">';
|
||||||
|
|
||||||
// arhiv
|
// arhiv
|
||||||
echo '<span class="link_archive as_link displayNone" style="margin-left:10px;"><a href="#" onclick="inv_arch_show_recipients(\''.$array_archive_subdata[$arch_id]['id'].'\'); return false;"> arhiv </a></span>';
|
echo '<a href="#" class="noline" onclick="inv_arch_show_recipients(\''.$array_archive_subdata[$arch_id]['id'].'\'); return false;">'.$lang['srv_archive'].'</a>';
|
||||||
echo '<br/>';
|
|
||||||
|
|
||||||
|
echo '<table class="inv_dashboard_table sub">';
|
||||||
echo '<table class="inv_dashboard_table sub displayNone">';
|
|
||||||
|
|
||||||
|
echo '<tr>';
|
||||||
|
echo '<th>'.$lang['srv_statistic_metric'].'</th>';
|
||||||
|
echo '<th>'.$lang['srv_analiza_frekvence_titleFrekvenca'].'</th>';
|
||||||
|
echo '<th>'.$lang['srv_analiza_frekvence_titleOdstotek'].'</th>';
|
||||||
|
echo '<th>'.$lang['srv_analiza_frekvence_titleKumulativa'].'</th>';
|
||||||
|
echo '</tr>';
|
||||||
|
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<th>'.$lang['srv_inv_dashboard_tbl_all'].'</th>';
|
echo '<td>'.$lang['srv_inv_dashboard_tbl_all'].'</th>';
|
||||||
echo '<th>'.(int)$all_rec_in_survey.'</th>';
|
echo '<td>'.(int)$all_rec_in_survey.'</th>';
|
||||||
#echo '<th>'.(int)$recipients_by_status['all'].'</th>';
|
echo '<td> </th>';
|
||||||
echo '<th> </th>';
|
echo '<td>100%</th>';
|
||||||
echo '<th>100%</th>';
|
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
|
||||||
# poslano enotam
|
# poslano enotam
|
||||||
@ -7468,29 +7489,27 @@ class SurveyInvitationsNew {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
|
|
||||||
|
echo '</div>';
|
||||||
|
|
||||||
|
echo '</div>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
// Imamo sezname, ni pa poslanih vabil
|
// Imamo sezname, ni pa poslanih vabil
|
||||||
if ((int)$cnt_all_in_db > 0){
|
if ((int)$cnt_all_in_db > 0){
|
||||||
echo $lang['srv_inv_dashboard_has_list2'];
|
echo $lang['srv_inv_dashboard_has_list2'];
|
||||||
|
|
||||||
//echo '<p class="spaceLeft bold"><a href="'.$site_url . 'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=add_recipients_view">'.$lang['srv_inv_dashboard_add_list'].'</a></p>';
|
|
||||||
echo '<div class="buttonwrapper"><a class="ovalbutton floatLeft spaceLeft" href="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=add_recipients_view">'.$lang['srv_adding_email_respondents'].'</a></div>';
|
echo '<div class="buttonwrapper"><a class="ovalbutton floatLeft spaceLeft" href="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=add_recipients_view">'.$lang['srv_adding_email_respondents'].'</a></div>';
|
||||||
echo '<div class="buttonwrapper"><a class="ovalbutton floatLeft spaceLeft" href="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=send_message">'.$lang['srv_inv_message_draft_send'].'</a></div>';
|
echo '<div class="buttonwrapper"><a class="ovalbutton floatLeft spaceLeft" href="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=send_message">'.$lang['srv_inv_message_draft_send'].'</a></div>';
|
||||||
echo '<br />';
|
|
||||||
|
|
||||||
//echo '<p class="spaceLeft bold"><a href="'.$site_url . 'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=view_recipients">'.$lang['srv_inv_dashboard_view_list'].'</a></p>';
|
|
||||||
}
|
}
|
||||||
// Ni seznamov in ni poslanih vabil
|
// Ni seznamov in ni poslanih vabil
|
||||||
else{
|
else{
|
||||||
echo $lang['srv_inv_dashboard_empty'];
|
echo $lang['srv_inv_dashboard_empty'];
|
||||||
|
|
||||||
//echo '<p class="spaceLeft bold"><a href="'.$site_url . 'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=add_recipients_view">'.$lang['srv_inv_dashboard_add_list'].'</a></p>';
|
|
||||||
echo '<div class="buttonwrapper"><a class="ovalbutton floatLeft spaceLeft" href="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=add_recipients_view">'.$lang['srv_adding_email_respondents'].'</a></div>';
|
echo '<div class="buttonwrapper"><a class="ovalbutton floatLeft spaceLeft" href="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=add_recipients_view">'.$lang['srv_adding_email_respondents'].'</a></div>';
|
||||||
echo '<br /><br />';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -7738,7 +7757,7 @@ class SurveyInvitationsNew {
|
|||||||
// Vklop vabil
|
// Vklop vabil
|
||||||
if ($_email == 0) {
|
if ($_email == 0) {
|
||||||
|
|
||||||
echo '<div class="invitations_holder fullwidth">';
|
echo '<div class="invitations_holder fullwidth invitations_switch">';
|
||||||
|
|
||||||
echo '<fieldset class="inv_fieldset"><legend>'.$lang['srv_invitation_nonActivated_title'].'</legend>';
|
echo '<fieldset class="inv_fieldset"><legend>'.$lang['srv_invitation_nonActivated_title'].'</legend>';
|
||||||
echo '<div class="inv_filedset_inline_div">';
|
echo '<div class="inv_filedset_inline_div">';
|
||||||
@ -8034,7 +8053,7 @@ class SurveyInvitationsNew {
|
|||||||
# navadni uporabniki, ki nimajo dostopa - text kako lahko pridobijo dostop
|
# navadni uporabniki, ki nimajo dostopa - text kako lahko pridobijo dostop
|
||||||
else {
|
else {
|
||||||
|
|
||||||
echo '<div class="invitations_holder fullwidth">';
|
echo '<div class="invitations_holder fullwidth invitations_switch">';
|
||||||
|
|
||||||
echo '<fieldset class="inv_fieldset"><legend>'.$lang['srv_invitation_nonActivated_title'].'</legend>';
|
echo '<fieldset class="inv_fieldset"><legend>'.$lang['srv_invitation_nonActivated_title'].'</legend>';
|
||||||
echo '<div class="inv_filedset_inline_div">';
|
echo '<div class="inv_filedset_inline_div">';
|
||||||
@ -8158,14 +8177,22 @@ class SurveyInvitationsNew {
|
|||||||
$sql_query = sisplet_query($sql_string);
|
$sql_query = sisplet_query($sql_string);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mysqli_num_rows($sql_query)>0) {
|
if (mysqli_num_rows($sql_query) > 0) {
|
||||||
echo '<table class="inv_edit_rec_list">';
|
echo '<table class="inv_edit_rec_list">';
|
||||||
|
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<th> </th>';
|
|
||||||
if ($onlyThisSurvey != 2) {
|
if ($onlyThisSurvey != 2) {
|
||||||
echo '<th> </th>';
|
echo '<th class="edit">';
|
||||||
echo '<th> </th>';
|
echo ' <input type="checkbox" id="inv_list_chck_all" onclick="inv_list_selectAll(this.checked);">';
|
||||||
|
echo ' <label for="inv_list_chck_all"></label>';
|
||||||
|
echo ' <a href="#" title="'.$lang['srv_invitation_recipients_delete_selected'].'" onclick="inv_recipients_list_action(\'delete\');"><span class="faicon delete"></span></a>';
|
||||||
|
echo '</th>';
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
echo '<th></th>';
|
||||||
|
}
|
||||||
|
|
||||||
echo '<th>';
|
echo '<th>';
|
||||||
echo $lang['srv_inv_list_table_name'];
|
echo $lang['srv_inv_list_table_name'];
|
||||||
echo '</th>';
|
echo '</th>';
|
||||||
@ -8182,24 +8209,34 @@ class SurveyInvitationsNew {
|
|||||||
echo $lang['srv_inv_list_table_author'];
|
echo $lang['srv_inv_list_table_author'];
|
||||||
echo '</th>';
|
echo '</th>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
|
||||||
while ($sql_row = mysqli_fetch_assoc($sql_query)) {
|
while ($sql_row = mysqli_fetch_assoc($sql_query)) {
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<td>';
|
|
||||||
echo '<input type="checkbox" class="test_checkAll" id="inv_list_chck_'.$sql_row['pid'].'" onclick="changeInvRecListCheckbox();" value="'.$sql_row['pid'].'" '.(in_array($sql_row['pid'],$pids) ? ' checked="checked"' : '').'autocomplete="off">';
|
if ($onlyThisSurvey != 2) {
|
||||||
echo '</td>';
|
|
||||||
if ($onlyThisSurvey != 2) {
|
echo '<td class="edit">';
|
||||||
echo '<td>';
|
echo ' <input type="checkbox" class="test_checkAll" id="inv_list_chck_'.$sql_row['pid'].'" onclick="changeInvRecListCheckbox();" value="'.$sql_row['pid'].'" '.(in_array($sql_row['pid'], $pids) ? ' checked="checked"' : '').'autocomplete="off">';
|
||||||
echo '<span class="faicon delete_circle icon-orange_link" onclick="deleteRecipientsList_confirm(\''.$sql_row['pid'].'\'); return false;" title="'.$lang['srv_inv_list_profiles_delete'].'"></span>';
|
echo ' <label for="inv_list_chck_'.$sql_row['pid'].'"></label>';
|
||||||
echo '</td>';
|
|
||||||
echo '<td>';
|
echo ' <span class="faicon delete" onclick="deleteRecipientsList_confirm(\''.$sql_row['pid'].'\'); return false;" title="'.$lang['srv_inv_list_profiles_delete'].'"></span>';
|
||||||
echo '<span class="faicon quick_edit user smaller icon-as_link" onclick="inv_list_edit(\''.$sql_row['pid'].'\'); return false;" title="'.$lang['srv_inv_list_profiles_edit_access'].'"></span>';
|
|
||||||
|
echo ' <span class="faicon quick_edit users" onclick="inv_list_edit(\''.$sql_row['pid'].'\'); return false;" title="'.$lang['srv_inv_list_profiles_edit_access'].'"></span>';
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
echo '<td>';
|
||||||
|
echo ' <input type="checkbox" class="test_checkAll" id="inv_list_chck_'.$sql_row['pid'].'" onclick="changeInvRecListCheckbox();" value="'.$sql_row['pid'].'" '.(in_array($sql_row['pid'], $pids) ? ' checked="checked"' : '').'autocomplete="off">';
|
||||||
|
echo ' <label for="inv_list_chck_'.$sql_row['pid'].'"></label>';
|
||||||
|
echo '</td>';
|
||||||
|
}
|
||||||
|
|
||||||
echo '<td>';
|
echo '<td>';
|
||||||
echo '<label for="inv_list_chck_'.$sql_row['pid'].'">';
|
echo '<label for="inv_list_chck_'.$sql_row['pid'].'">';
|
||||||
echo $sql_row['name'];
|
echo $sql_row['name'];
|
||||||
echo '</label>';
|
echo '</label>';
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
|
||||||
echo '<td>';
|
echo '<td>';
|
||||||
if (isset($sql_row['respondents'])) {
|
if (isset($sql_row['respondents'])) {
|
||||||
$_recipients = str_replace("\n\r", "\n", $sql_row['respondents']);
|
$_recipients = str_replace("\n\r", "\n", $sql_row['respondents']);
|
||||||
@ -8209,39 +8246,29 @@ class SurveyInvitationsNew {
|
|||||||
echo (int)$sql_row['cnt_succsess']+(int)$sql_row['cnt_error'];
|
echo (int)$sql_row['cnt_succsess']+(int)$sql_row['cnt_error'];
|
||||||
}
|
}
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
#echo '<td>';
|
|
||||||
#$_fields = explode(",",$sql_row['fields']);
|
|
||||||
#$_fields_lang = array();
|
|
||||||
#foreach ($_fields as $_field) {
|
|
||||||
# $_fields_lang[] = $lang['srv_inv_field_'.$_field];
|
|
||||||
#}
|
|
||||||
#echo implode(',',$_fields_lang);
|
|
||||||
#echo '</td>';
|
|
||||||
echo '<td>';
|
echo '<td>';
|
||||||
echo $sql_row['comment'];
|
echo $sql_row['comment'];
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
|
||||||
echo '<td>';
|
echo '<td>';
|
||||||
echo $sql_row['ds'];
|
echo $sql_row['ds'];
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
|
||||||
echo '<td title="'.$sql_row['email'].'">';
|
echo '<td title="'.$sql_row['email'].'">';
|
||||||
echo $sql_row['firstname'];
|
echo $sql_row['firstname'];
|
||||||
echo ' '.$sql_row['surname'];
|
echo ' '.$sql_row['surname'];
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
/*
|
}
|
||||||
* Osznačevanje vseh seznamov in brisanje le teh*/
|
else {
|
||||||
echo '<div id="inv_bottom_edit">';
|
|
||||||
echo '<span class="faicon arrow_up"></span> ';
|
|
||||||
echo '<span id="inv_switch_on"><a href="#" onClick="inv_list_selectAll(true)">'.$lang['srv_select_all'].'</a></span>';
|
|
||||||
echo '<span id="inv_switch_off" style="display:none;"><a href="#" onClick="inv_list_selectAll(false)">'.$lang['srv_deselect_all'].'</a></span>';
|
|
||||||
echo ' <a href="#" onclick="inv_recipients_list_action(\'delete\');"><span class="faicon delete_circle icon-orange" title="'.$lang['srv_invitation_recipients_delete_selected'].'"/></span> '.$lang['srv_invitation_recipients_delete_selected'].'</a>';
|
|
||||||
//echo ' <a href="#" onclick="inv_recipients_form_action(\'export\');"><span class="sprites xls delete" style="height:14px; width:16px;" title="'.$lang['srv_invitation_recipients_export_selected'].'"/></span> '.$lang['srv_invitation_recipients_export_selected'].'</a>';
|
|
||||||
echo '</div>';
|
|
||||||
} else {
|
|
||||||
echo $lang['srv_inv_list_no_lists'];
|
echo $lang['srv_inv_list_no_lists'];
|
||||||
}
|
}
|
||||||
|
|
||||||
return (int)mysqli_num_rows($sql_query);
|
return (int)mysqli_num_rows($sql_query);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -8265,51 +8292,62 @@ class SurveyInvitationsNew {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($pids))
|
if (empty($pids)){
|
||||||
{
|
echo $lang['srv_inv_list_choose_left'];
|
||||||
echo $lang['srv_inv_list_choose_left'].'<br>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
$infoBox = null;
|
$infoBox = null;
|
||||||
if (is_array($pids) && count($pids) > 0)
|
if (is_array($pids) && count($pids) > 0){
|
||||||
{
|
|
||||||
echo '<div style="width:100%; height:25px;"><label><input name="inv_show_list_edit" id="inv_show_list_edit" type="checkbox" value="1" onclick="changeInvRecListEdit();" autocomplete="off">'.$lang['srv_inv_list_edit'].'</label></div>';
|
echo '<div><input name="inv_show_list_edit" id="inv_show_list_edit" type="checkbox" value="1" onclick="changeInvRecListEdit();"><label for="inv_show_list_edit">'.$lang['srv_inv_list_edit'].'</label></div>';
|
||||||
$respondents = array();
|
|
||||||
|
$respondents = array();
|
||||||
$fields = array();
|
$fields = array();
|
||||||
# info box prikazujemo samo ko imamo izbran 1 seznam
|
# info box prikazujemo samo ko imamo izbran 1 seznam
|
||||||
if ($onlyThisSurvey <= 1)
|
if ($onlyThisSurvey <= 1){
|
||||||
{
|
|
||||||
# če imamo normalne sezname
|
# če imamo normalne sezname
|
||||||
|
|
||||||
if (is_array($pids) && count($pids) == 1) {
|
if (is_array($pids) && count($pids) == 1) {
|
||||||
$sql_string = "SELECT rp.respondents, fields,rp.name, rp.comment, u.email AS iemail, DATE_FORMAT(rp.insert_time,'%d.%m.%Y, %T') AS fitime, e.email AS eemail, DATE_FORMAT(rp.edit_time,'%d.%m.%Y, %T') AS fetime FROM srv_invitations_recipients_profiles AS rp LEFT JOIN users AS u ON rp.uid = u.id LEFT JOIN users AS e ON rp.uid = e.id WHERE rp.pid IN(".(implode(',',$pids)).")";
|
$sql_string = "SELECT rp.respondents, fields,rp.name, rp.comment, u.email AS iemail, DATE_FORMAT(rp.insert_time,'%d.%m.%Y, %T') AS fitime, e.email AS eemail, DATE_FORMAT(rp.edit_time,'%d.%m.%Y, %T') AS fetime FROM srv_invitations_recipients_profiles AS rp LEFT JOIN users AS u ON rp.uid = u.id LEFT JOIN users AS e ON rp.uid = e.id WHERE rp.pid IN(".(implode(',',$pids)).")";
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
$sql_string = "SELECT rp.respondents, fields FROM srv_invitations_recipients_profiles AS rp WHERE rp.pid IN(".(implode(',',$pids)).")";
|
$sql_string = "SELECT rp.respondents, fields FROM srv_invitations_recipients_profiles AS rp WHERE rp.pid IN(".(implode(',',$pids)).")";
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql_query = sisplet_query($sql_string);
|
$sql_query = sisplet_query($sql_string);
|
||||||
|
|
||||||
while ($sql_row = mysqli_fetch_assoc($sql_query))
|
while ($sql_row = mysqli_fetch_assoc($sql_query)){
|
||||||
{
|
|
||||||
# info box prikazujemo samo ko imamo izbran 1 seznam
|
# info box prikazujemo samo ko imamo izbran 1 seznam
|
||||||
if (is_array($pids) && count($pids) == 1)
|
if (is_array($pids) && count($pids) == 1){
|
||||||
{
|
|
||||||
$infoBox .= '<span class="gray" style="display:inline-block; margin:10px;5px;">';
|
$infoBox .= '<div class="info_box">';
|
||||||
$infoBox .= $lang['srv_inv_list_edit_added'];
|
|
||||||
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= $lang['srv_inv_list_edit_added'].' ';
|
||||||
$infoBox .= trim($sql_row['iemail']) != '' ? $sql_row['iemail'] : $lang['srv_inv_list_edit_1kasi'];
|
$infoBox .= trim($sql_row['iemail']) != '' ? $sql_row['iemail'] : $lang['srv_inv_list_edit_1kasi'];
|
||||||
$infoBox .= $lang['srv_inv_list_edit_date'].$sql_row['fitime'];
|
$infoBox .= $lang['srv_inv_list_edit_date'].$sql_row['fitime'];
|
||||||
|
$infoBox .= '</span>';
|
||||||
|
|
||||||
if ($sql_row['fitime'] != $sql_row['fetime']) {
|
if ($sql_row['fitime'] != $sql_row['fetime']) {
|
||||||
$infoBox .= '<br/>'.$lang['srv_inv_list_edit_changed'];
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= $lang['srv_inv_list_edit_changed'].' ';
|
||||||
$infoBox .= trim($sql_row['eemail']) != '' ? $sql_row['eemail'] : $lang['srv_inv_list_edit_1kasi'];
|
$infoBox .= trim($sql_row['eemail']) != '' ? $sql_row['eemail'] : $lang['srv_inv_list_edit_1kasi'];
|
||||||
$infoBox .= $lang['srv_inv_list_edit_date'].$sql_row['fetime'];
|
$infoBox .= $lang['srv_inv_list_edit_date'].$sql_row['fetime'];
|
||||||
|
$infoBox .= '</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$infoBox .= '<br/><label>'.$lang['srv_inv_list_edit_name'].$sql_row['name'].'</label>';
|
$infoBox .= '<span>';
|
||||||
$infoBox .= '<br/><label>'.$lang['srv_inv_list_edit_comment'].$sql_row['comment'].'</label>';
|
$infoBox .= ' <label>'.$lang['srv_inv_list_edit_name'].$sql_row['name'].'</label>';
|
||||||
|
$infoBox .= '</span>';
|
||||||
|
|
||||||
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= ' <label>'.$lang['srv_inv_list_edit_comment'].$sql_row['comment'].'</label>';
|
||||||
|
$infoBox .= '</span>';
|
||||||
|
|
||||||
|
$infoBox .= '</div>';
|
||||||
}
|
}
|
||||||
#$array_profiles[$sql_row['pid']] = array('name' => $sql_row['name']);
|
|
||||||
|
|
||||||
$respondents_list = str_replace("\n\r", "\n", $sql_row['respondents']);
|
$respondents_list = str_replace("\n\r", "\n", $sql_row['respondents']);
|
||||||
$respondents_list = explode("\n",$respondents_list);
|
$respondents_list = explode("\n",$respondents_list);
|
||||||
@ -8382,30 +8420,33 @@ class SurveyInvitationsNew {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count($default_fields) > 0)
|
if (count($default_fields) > 0){
|
||||||
{
|
|
||||||
foreach ($default_fields as $key =>$field) {
|
foreach ($default_fields as $key =>$field) {
|
||||||
$field_list[$key] = $field;
|
$field_list[$key] = $field;
|
||||||
unset($default_fields[$key]);
|
unset($default_fields[$key]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$respondents = array_unique($respondents);
|
$respondents = array_unique($respondents);
|
||||||
|
|
||||||
|
|
||||||
echo '<table class="inv_edit_rec_list">';
|
echo '<table class="inv_edit_rec_list">';
|
||||||
|
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
$fields_cnt = 0;
|
$fields_cnt = 0;
|
||||||
foreach ($field_list AS $field => $checked)
|
foreach ($field_list AS $field => $checked){
|
||||||
{
|
|
||||||
if ($checked == 1) {
|
if ($checked == 1) {
|
||||||
$fields_cnt++;
|
$fields_cnt++;
|
||||||
echo '<th title="'.$lang['srv_inv_recipients_'.$field].'">'.$lang['srv_'.$field].'</th>';
|
echo '<th title="'.$lang['srv_inv_recipients_'.$field].'">'.$lang['srv_'.$field].'</th>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
if (is_array($respondents) && count($respondents) > 0 )
|
|
||||||
{
|
if (is_array($respondents) && count($respondents) > 0 ){
|
||||||
foreach ($respondents AS $respondent_data) {
|
foreach ($respondents AS $respondent_data){
|
||||||
$row_cnt = 0;
|
$row_cnt = 0;
|
||||||
|
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
|
|
||||||
$respondent_data_array = explode('|~|',$respondent_data);
|
$respondent_data_array = explode('|~|',$respondent_data);
|
||||||
if (count($respondent_data_array) > 0) {
|
if (count($respondent_data_array) > 0) {
|
||||||
foreach ($respondent_data_array AS $tekst) {
|
foreach ($respondent_data_array AS $tekst) {
|
||||||
@ -8415,11 +8456,14 @@ class SurveyInvitationsNew {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $infoBox;
|
echo $infoBox;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -8443,14 +8487,15 @@ class SurveyInvitationsNew {
|
|||||||
echo $lang['srv_inv_list_choose_left'].'<br>';
|
echo $lang['srv_inv_list_choose_left'].'<br>';
|
||||||
}
|
}
|
||||||
session_start();
|
session_start();
|
||||||
if (is_array($pids) && !empty($pids))
|
if (is_array($pids) && !empty($pids)){
|
||||||
{
|
|
||||||
echo '<div style="height:25px;width:100%;"><label><input name="inv_show_list_edit" id="inv_show_list_edit" type="checkbox" value="1" onclick="changeInvRecListEdit();" checked="checked" autocomplete="off">'.$lang['srv_inv_list_edit'].'</label></div>';
|
echo '<div><input name="inv_show_list_edit" id="inv_show_list_edit" type="checkbox" value="1" onclick="changeInvRecListEdit();" checked="checked"><label for="inv_show_list_edit">'.$lang['srv_inv_list_edit'].'</label></div>';
|
||||||
$respondents = array();
|
|
||||||
|
$respondents = array();
|
||||||
$fields = array();
|
$fields = array();
|
||||||
$infoBox = null;
|
$infoBox = null;
|
||||||
if ($onlyThisSurvey <= 1)
|
if ($onlyThisSurvey <= 1){
|
||||||
{
|
|
||||||
# če imamo normalne sezname
|
# če imamo normalne sezname
|
||||||
if (is_array($pids) && count($pids) == 1) {
|
if (is_array($pids) && count($pids) == 1) {
|
||||||
$sql_string = "SELECT rp.respondents, fields,rp.name, rp.comment, u.email AS iemail, DATE_FORMAT(rp.insert_time,'%d.%m.%Y, %T') AS fitime, e.email AS eemail, DATE_FORMAT(rp.edit_time,'%d.%m.%Y, %T') AS fetime FROM srv_invitations_recipients_profiles AS rp LEFT JOIN users AS u ON rp.uid = u.id LEFT JOIN users AS e ON rp.uid = e.id WHERE rp.pid IN(".(implode(',',$pids)).")";
|
$sql_string = "SELECT rp.respondents, fields,rp.name, rp.comment, u.email AS iemail, DATE_FORMAT(rp.insert_time,'%d.%m.%Y, %T') AS fitime, e.email AS eemail, DATE_FORMAT(rp.edit_time,'%d.%m.%Y, %T') AS fetime FROM srv_invitations_recipients_profiles AS rp LEFT JOIN users AS u ON rp.uid = u.id LEFT JOIN users AS e ON rp.uid = e.id WHERE rp.pid IN(".(implode(',',$pids)).")";
|
||||||
@ -8463,22 +8508,44 @@ class SurveyInvitationsNew {
|
|||||||
while ($sql_row = mysqli_fetch_assoc($sql_query))
|
while ($sql_row = mysqli_fetch_assoc($sql_query))
|
||||||
{
|
{
|
||||||
# info box prikazujemo samo ko imamo izbran 1 seznam
|
# info box prikazujemo samo ko imamo izbran 1 seznam
|
||||||
if (is_array($pids) && count($pids) == 1)
|
if (is_array($pids) && count($pids) == 1){
|
||||||
{
|
|
||||||
$infoBox = '<span class="gray" style="display:inline-block; margin:10px;5px;">';
|
$infoBox = '<div class="info_box">';
|
||||||
$infoBox .= $lang['srv_inv_list_edit_added'];
|
|
||||||
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= $lang['srv_inv_list_edit_added'].' ';
|
||||||
$infoBox .= trim($sql_row['iemail']) != '' ? $sql_row['iemail'] : $lang['srv_inv_list_edit_1kasi'];
|
$infoBox .= trim($sql_row['iemail']) != '' ? $sql_row['iemail'] : $lang['srv_inv_list_edit_1kasi'];
|
||||||
$infoBox .= $lang['srv_inv_list_edit_date'].$sql_row['fitime'];
|
$infoBox .= $lang['srv_inv_list_edit_date'].$sql_row['fitime'];
|
||||||
if ($sql_row['fitime'] != $sql_row['fetime'])
|
$infoBox .= '</span>';
|
||||||
{
|
|
||||||
$infoBox .= '<br/>'.$lang['srv_inv_list_edit_changed'];
|
if ($sql_row['fitime'] != $sql_row['fetime']){
|
||||||
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= $lang['srv_inv_list_edit_changed'].' ';
|
||||||
$infoBox .= trim($sql_row['eemail']) != '' ? $sql_row['eemail'] : $lang['srv_inv_list_edit_1kasi'];
|
$infoBox .= trim($sql_row['eemail']) != '' ? $sql_row['eemail'] : $lang['srv_inv_list_edit_1kasi'];
|
||||||
$infoBox .= $lang['srv_inv_list_edit_date'].$sql_row['fetime'];
|
$infoBox .= $lang['srv_inv_list_edit_date'].$sql_row['fetime'];
|
||||||
|
$infoBox .= '</span>';
|
||||||
}
|
}
|
||||||
$infoBox .= '<br/><label>'.$lang['srv_inv_list_edit_name'].'<input type="text" id="rec_profile_name" value="'.$sql_row['name'].'" tabindex="1" ></label>';
|
|
||||||
$infoBox .= '<br/><label>'.$lang['srv_inv_list_edit_comment'].'<input type="text" id="rec_profile_comment" value="'.$sql_row['comment'].'" tabindex="2"></label>';
|
$infoBox .= '<div class="setting_item">';
|
||||||
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= $lang['srv_inv_list_edit_name'];
|
||||||
|
$infoBox .= '</span>';
|
||||||
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= ' <input type="text" class="medium" id="rec_profile_name" value="'.$sql_row['name'].'" tabindex="1">';
|
||||||
|
$infoBox .= '</span>';
|
||||||
|
$infoBox .= '</div>';
|
||||||
|
|
||||||
|
$infoBox .= '<div class="setting_item">';
|
||||||
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= $lang['srv_inv_list_edit_comment'];
|
||||||
|
$infoBox .= '</span>';
|
||||||
|
$infoBox .= '<span>';
|
||||||
|
$infoBox .= ' <input type="text" class="medium w400" id="rec_profile_comment" value="'.$sql_row['comment'].'" tabindex="2">';
|
||||||
|
$infoBox .= '</span>';
|
||||||
|
$infoBox .= '</div>';
|
||||||
|
|
||||||
|
$infoBox .= '</div>';
|
||||||
}
|
}
|
||||||
#$array_profiles[$sql_row['pid']] = array('name' => $sql_row['name']);
|
|
||||||
|
|
||||||
$respondents_list = str_replace("\n\r", "\n", $sql_row['respondents']);
|
$respondents_list = str_replace("\n\r", "\n", $sql_row['respondents']);
|
||||||
$respondents_list = explode("\n",$respondents_list);
|
$respondents_list = explode("\n",$respondents_list);
|
||||||
@ -8584,7 +8651,6 @@ class SurveyInvitationsNew {
|
|||||||
echo '</ul>';
|
echo '</ul>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
echo '<br class="clr" />';
|
|
||||||
|
|
||||||
echo '<script type="text/javascript">initInvitationsConnectedSortable();</script>';
|
echo '<script type="text/javascript">initInvitationsConnectedSortable();</script>';
|
||||||
|
|
||||||
@ -8597,14 +8663,15 @@ class SurveyInvitationsNew {
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
echo $infoBox;
|
echo $infoBox;
|
||||||
echo '<br class="clr" />';
|
|
||||||
echo '<br class="clr" />';
|
|
||||||
if (count($pids) <= 1 ) {
|
|
||||||
echo '<span class="buttonwrapper floatLeft spaceLeft"><a class="ovalbutton ovalbutton_gray" href="#" onclick="inv_list_save_old(\''.implode('',$pids).'\'); return false;"><span>'.$lang['srv_inv_list_save_old'].'</span></a></span>';
|
|
||||||
}
|
|
||||||
echo '<span class="buttonwrapper floatLeft spaceLeft"><a class="ovalbutton ovalbutton_orange" href="#" onclick="inv_list_get_name(\'true\'); return false;"><span>'.$lang['srv_inv_list_save_new'].'</span></a></span>';
|
|
||||||
echo '<br class="clr" />';
|
|
||||||
|
|
||||||
|
|
||||||
|
echo '<div class="button_holder below">';
|
||||||
|
|
||||||
|
if (count($pids) <= 1 )
|
||||||
|
echo '<button class="medium white-black" onclick="inv_list_save_old(\''.implode('',$pids).'\'); return false;">'.$lang['srv_inv_list_save_old'].'</button>';
|
||||||
|
echo '<button class="medium white-blue" onclick="inv_list_get_name(\'true\'); return false;">'.$lang['srv_inv_list_save_new'].'</button>';
|
||||||
|
|
||||||
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -9089,7 +9156,7 @@ class SurveyInvitationsNew {
|
|||||||
}
|
}
|
||||||
echo '</ul>';
|
echo '</ul>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<br class="clr" />';
|
|
||||||
echo '<script type="text/javascript">initInvitationsConnectedSortable();</script>';
|
echo '<script type="text/javascript">initInvitationsConnectedSortable();</script>';
|
||||||
|
|
||||||
echo '<form id="inv_recipients_upload_form" name="resp_uploader" method="post" enctype="multipart/form-data" action="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=send_upload_list" autocomplete="off">';
|
echo '<form id="inv_recipients_upload_form" name="resp_uploader" method="post" enctype="multipart/form-data" action="'.$site_url.'admin/survey/index.php?anketa='.$this->sid.'&a='.A_INVITATIONS.'&m=send_upload_list" autocomplete="off">';
|
||||||
|
@ -991,21 +991,21 @@ function inv_selectAll(checkbox){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function inv_list_selectAll(val){
|
function inv_list_selectAll(val){
|
||||||
$(document).ready(function(){
|
|
||||||
if(val == true){
|
if(val == true){
|
||||||
$('.test_checkAll').each(function(){
|
$('.test_checkAll').each(function(){
|
||||||
this.checked = true;
|
this.checked = true;
|
||||||
})
|
})
|
||||||
$("#inv_switch_on").hide();
|
$("#inv_switch_on").hide();
|
||||||
$("#inv_switch_off").show();
|
$("#inv_switch_off").show();
|
||||||
}else{
|
}
|
||||||
$('.test_checkAll').each(function(){
|
else{
|
||||||
this.checked = false;
|
$('.test_checkAll').each(function(){
|
||||||
})
|
this.checked = false;
|
||||||
$("#inv_switch_on").show();
|
})
|
||||||
$("#inv_switch_off").hide();
|
$("#inv_switch_on").show();
|
||||||
}
|
$("#inv_switch_off").hide();
|
||||||
});
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function inv_recipients_form_action(action) {
|
function inv_recipients_form_action(action) {
|
||||||
|
17
lang/1.php
17
lang/1.php
@ -340,6 +340,7 @@ $lang = array (
|
|||||||
"add_category" => "Dodajanje kategorije",
|
"add_category" => "Dodajanje kategorije",
|
||||||
"add_category1" => "Dodaj kategorijo",
|
"add_category1" => "Dodaj kategorijo",
|
||||||
"sent_by" => "Vpisal",
|
"sent_by" => "Vpisal",
|
||||||
|
"sent_by2" => "Poslal",
|
||||||
"edit_by" => "Popravil",
|
"edit_by" => "Popravil",
|
||||||
"send_mail" => "Poslati maile",
|
"send_mail" => "Poslati maile",
|
||||||
"no_one" => "Nikomur",
|
"no_one" => "Nikomur",
|
||||||
@ -5128,17 +5129,17 @@ $lang = array (
|
|||||||
'srv_inv_dashboard_view_list' => "Preglej sezname ankete >>",
|
'srv_inv_dashboard_view_list' => "Preglej sezname ankete >>",
|
||||||
'srv_inv_dashboard_view_other_list' => "Preglej ostale sezname >>",
|
'srv_inv_dashboard_view_other_list' => "Preglej ostale sezname >>",
|
||||||
'srv_inv_dashboard_add_link' => "Dodaj",
|
'srv_inv_dashboard_add_link' => "Dodaj",
|
||||||
'srv_inv_dashboard_tbl_all' => "Vseh enot:",
|
'srv_inv_dashboard_tbl_all' => "Vseh enot",
|
||||||
'srv_inv_dashboard_tbl_send' => "Skupno poslano enotam:",
|
'srv_inv_dashboard_tbl_send' => "Skupno poslano enotam",
|
||||||
'srv_inv_dashboard_tbl_clicked' => " neustrezno - neveljavni odgovori:",
|
'srv_inv_dashboard_tbl_clicked' => "neustrezno - neveljavni odgovori",
|
||||||
'srv_inv_dashboard_tbl_finished' => " ustrezne enote:",
|
'srv_inv_dashboard_tbl_finished' => "ustrezne enote",
|
||||||
'srv_inv_dashboard_tbl_unanswered' => " neustrezno - neodgovori:",
|
'srv_inv_dashboard_tbl_unanswered' => "neustrezno - neodgovori",
|
||||||
'srv_inv_dashboard_tbl_unknown' => "Neznani status:",
|
'srv_inv_dashboard_tbl_unknown' => "Neznani status",
|
||||||
'srv_inv_dashboard_tbl_error' => "Napake (neuspelo pošiljanje):",
|
'srv_inv_dashboard_tbl_error' => "Napake (neuspelo pošiljanje)",
|
||||||
'srv_inv_dashboard_lists' => "Seznami",
|
'srv_inv_dashboard_lists' => "Seznami",
|
||||||
'srv_inv_dashboard_lists_cnt_this_survey' => "Število seznamov respondentov te ankete:",
|
'srv_inv_dashboard_lists_cnt_this_survey' => "Število seznamov respondentov te ankete:",
|
||||||
'srv_inv_dashboard_lists_cnt_all' => "Število seznamov respondentov v drugih anketah:",
|
'srv_inv_dashboard_lists_cnt_all' => "Število seznamov respondentov v drugih anketah:",
|
||||||
'srv_inv_dashboard_list_cnt_title' => ". pošiljanje. Poslal: ",
|
'srv_inv_dashboard_list_cnt_title' => ". pošiljanje.",
|
||||||
'srv_activation_header' => "Anketo ste aktivirali! Aktivna bo 3 mesece",
|
'srv_activation_header' => "Anketo ste aktivirali! Aktivna bo 3 mesece",
|
||||||
'srv_activation_expire' => "Anketa poteče dne: ",
|
'srv_activation_expire' => "Anketa poteče dne: ",
|
||||||
'srv_activation_setting' => "Nastavitve aktivnosti lahko spremenite <a href=\"index.php?anketa=%1s&a=trajanje\"><span class=\"bold\">tukaj</span></a>.",
|
'srv_activation_setting' => "Nastavitve aktivnosti lahko spremenite <a href=\"index.php?anketa=%1s&a=trajanje\"><span class=\"bold\">tukaj</span></a>.",
|
||||||
|
17
lang/2.php
17
lang/2.php
@ -328,6 +328,7 @@ $lang = array (
|
|||||||
"add_category" => "Add category",
|
"add_category" => "Add category",
|
||||||
"add_category1" => "Add category",
|
"add_category1" => "Add category",
|
||||||
"sent_by" => "Sent by",
|
"sent_by" => "Sent by",
|
||||||
|
"sent_by2" => "Sent by",
|
||||||
"edit_by" => "Edited by",
|
"edit_by" => "Edited by",
|
||||||
"send_mail" => "Send e-mails",
|
"send_mail" => "Send e-mails",
|
||||||
"no_one" => "No one",
|
"no_one" => "No one",
|
||||||
@ -5097,17 +5098,17 @@ $lang = array (
|
|||||||
'srv_inv_dashboard_view_list' => "View survey lists >>",
|
'srv_inv_dashboard_view_list' => "View survey lists >>",
|
||||||
'srv_inv_dashboard_view_other_list' => "View other lists >>",
|
'srv_inv_dashboard_view_other_list' => "View other lists >>",
|
||||||
'srv_inv_dashboard_add_link' => "Add",
|
'srv_inv_dashboard_add_link' => "Add",
|
||||||
'srv_inv_dashboard_tbl_all' => "All units:",
|
'srv_inv_dashboard_tbl_all' => "All units",
|
||||||
'srv_inv_dashboard_tbl_send' => "Total units emailed:",
|
'srv_inv_dashboard_tbl_send' => "Total units emailed",
|
||||||
'srv_inv_dashboard_tbl_clicked' => " - response - invalid:",
|
'srv_inv_dashboard_tbl_clicked' => "response - invalid",
|
||||||
'srv_inv_dashboard_tbl_finished' => " - response - valid:",
|
'srv_inv_dashboard_tbl_finished' => "response - valid",
|
||||||
'srv_inv_dashboard_tbl_unanswered' => " - nonresponse:",
|
'srv_inv_dashboard_tbl_unanswered' => "nonresponse",
|
||||||
'srv_inv_dashboard_tbl_unknown' => "Unknown status:",
|
'srv_inv_dashboard_tbl_unknown' => "Unknown status",
|
||||||
'srv_inv_dashboard_tbl_error' => "Errors:",
|
'srv_inv_dashboard_tbl_error' => "Errors",
|
||||||
'srv_inv_dashboard_lists' => "Lists",
|
'srv_inv_dashboard_lists' => "Lists",
|
||||||
'srv_inv_dashboard_lists_cnt_this_survey' => "The number of respondents lists of this survey:",
|
'srv_inv_dashboard_lists_cnt_this_survey' => "The number of respondents lists of this survey:",
|
||||||
'srv_inv_dashboard_lists_cnt_all' => "The number of respondents lists of all surveys:",
|
'srv_inv_dashboard_lists_cnt_all' => "The number of respondents lists of all surveys:",
|
||||||
'srv_inv_dashboard_list_cnt_title' => ". wave. Send by: ",
|
'srv_inv_dashboard_list_cnt_title' => ". wave.",
|
||||||
'srv_mass_input' => "Mass (fast) survey input",
|
'srv_mass_input' => "Mass (fast) survey input",
|
||||||
'srv_mass_input_0' => "Disabled",
|
'srv_mass_input_0' => "Disabled",
|
||||||
'srv_mass_input_1' => "Enabled",
|
'srv_mass_input_1' => "Enabled",
|
||||||
|
@ -21789,6 +21789,38 @@ body #main_holder #main .page_invitations #inv_send_mail input[type=text] {
|
|||||||
body #main_holder #main .page_invitations #inv_send_mail button {
|
body #main_holder #main .page_invitations #inv_send_mail button {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status table {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder table tr td,
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder table tr th {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder table tr td:nth-child(1),
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder table tr th:nth-child(1) {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder table tr td.indent,
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder table tr th.indent {
|
||||||
|
padding-left: 32px;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder .arhiv_holder {
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder .arhiv_holder .arhiv_info_holder .inv_dashboard_sub_title {
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder .arhiv_holder .arhiv_sub_holder {
|
||||||
|
margin: 8px 0 0 0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .left_holder .arhiv_holder .arhiv_sub_holder table {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .right_holder table tr td,
|
||||||
|
body #main_holder #main .page_invitations .invitations_status .right_holder table tr th {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
body #main_holder #main .page_invitations .invitation_lists .setting_item {
|
body #main_holder #main .page_invitations .invitation_lists .setting_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -21813,9 +21845,70 @@ body #main_holder #main .page_invitations .invitation_lists .left_holder .top_se
|
|||||||
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list {
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list {
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
}
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr td,
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr th {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr td label,
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr th label {
|
||||||
|
font-size: 14px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr td input[type=checkbox] + label::before,
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr th input[type=checkbox] + label::before {
|
||||||
|
font-weight: 400;
|
||||||
|
letter-spacing: 0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr td input[type=checkbox]:checked + label::before,
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr th input[type=checkbox]:checked + label::before {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr td.edit,
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr th.edit {
|
||||||
|
width: 90px;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr td.edit .faicon,
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr th.edit .faicon {
|
||||||
|
cursor: pointer;
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr td.edit .faicon:before,
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .left_holder #inv_edit_rec_list table tr th.edit .faicon:before {
|
||||||
|
font-size: 16px;
|
||||||
|
color: #1E88E5;
|
||||||
|
}
|
||||||
body #main_holder #main .page_invitations .invitation_lists .right_holder {
|
body #main_holder #main .page_invitations .invitation_lists .right_holder {
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
}
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder table {
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder table tr {
|
||||||
|
border-bottom: 1px #E5E5E5 solid;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder table tr td,
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder table tr th {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder textarea {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder .info_box {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder .info_box span {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
color: #A0A0A0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder .info_box .setting_item {
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
}
|
||||||
|
body #main_holder #main .page_invitations .invitation_lists .right_holder .info_box .setting_item span {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.lbl_email_setting {
|
.lbl_email_setting {
|
||||||
|
@ -498,10 +498,62 @@ body #main_holder #main .page_invitations{
|
|||||||
|
|
||||||
|
|
||||||
// Pregled
|
// Pregled
|
||||||
table.inv_dashboard_table{
|
.invitations_status{
|
||||||
tr{
|
|
||||||
td{
|
table{
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left_holder{
|
||||||
|
|
||||||
|
table{
|
||||||
|
|
||||||
|
tr{
|
||||||
|
td,
|
||||||
|
th{
|
||||||
|
text-align: right;
|
||||||
|
|
||||||
|
&:nth-child(1){
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.indent{
|
||||||
|
padding-left: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.arhiv_holder{
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.arhiv_info_holder{
|
||||||
|
|
||||||
|
.inv_dashboard_sub_title{
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.arhiv_sub_holder{
|
||||||
|
margin: 8px 0 0 0;
|
||||||
|
|
||||||
|
table{
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.right_holder table{
|
||||||
|
|
||||||
|
tr{
|
||||||
|
td,
|
||||||
|
th{
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -539,11 +591,86 @@ body #main_holder #main .page_invitations{
|
|||||||
|
|
||||||
#inv_edit_rec_list{
|
#inv_edit_rec_list{
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
|
|
||||||
|
table tr{
|
||||||
|
td,
|
||||||
|
th{
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
|
label{
|
||||||
|
font-size: 14px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"] + label::before{
|
||||||
|
font-weight: 400;
|
||||||
|
letter-spacing: 0;
|
||||||
|
}
|
||||||
|
input[type="checkbox"]:checked + label::before{
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.edit{
|
||||||
|
width: 90px;
|
||||||
|
|
||||||
|
.faicon{
|
||||||
|
cursor: pointer;
|
||||||
|
margin-left: 16px;
|
||||||
|
|
||||||
|
&:before{
|
||||||
|
font-size: 16px;
|
||||||
|
color: $blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.right_holder{
|
.right_holder{
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
|
|
||||||
|
table{
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
|
||||||
|
tr{
|
||||||
|
border-bottom: 1px $gray solid;
|
||||||
|
|
||||||
|
td,
|
||||||
|
th{
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info_box{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
|
||||||
|
span{
|
||||||
|
margin-bottom: 4px;
|
||||||
|
|
||||||
|
color: #A0A0A0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting_item{
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
|
||||||
|
span{
|
||||||
|
margin-bottom: 0px;
|
||||||
|
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user