Title mouse over pri kuverti v seznamu vabil
This commit is contained in:
parent
47b3fbded8
commit
5e22ba6813
@ -1781,7 +1781,7 @@ class SurveyInvitationsNew {
|
||||
switch ($fkey) {
|
||||
case 'sent':
|
||||
echo '<td class="anl_ac pointer" onclick="showRecipientTracking(\''.$sql_row['id'].'\'); return false;">';
|
||||
echo '<span class="faicon '.((int)$sql_row['sent'] == 1 ? ('inv_sent_1') : 'inv_sent_0').' icon-as_link"></span>';
|
||||
echo '<span class="faicon '.((int)$sql_row['sent'] == 1 ? ('inv_sent_1') : 'inv_sent_0').' icon-as_link" title="'.((int)$sql_row['sent'] == 1 ? $lang['sent'] : $lang['not_sent']).'"></span>';
|
||||
echo '</td>';
|
||||
break;
|
||||
case 'responded':
|
||||
|
@ -114,11 +114,13 @@ $lang = array (
|
||||
"app_virtual_domain" => "Virtualna domena 1KA aplikacije",
|
||||
"app_aai_installation" => "AAI namestitev 1KA aplikacije",
|
||||
"app_aai_installation_text" => "<b>Z orodjem 1KA lahko na enostaven način izdelate spletni vprašalnik, izvedete spletno anketo, urejate in analizirate podatke, s kar najmanjšim številom klikov.</b><br /><br />Za uporabo orodja 1KA se lahko registrirate oziroma prijavite z vašim Arnes AAI-računom.<br /><br />Kliknite na spodnji gumb in sledite navodilom za prijavo v AAI.",
|
||||
"sent" => "Poslano",
|
||||
"not_sent" => "Ni poslano",
|
||||
"check_and" => "Preverite in",
|
||||
"submit" => "potrdite spremembe",
|
||||
"dontwant" => "Ne elim več prejemati on-line novic",
|
||||
"submit" => "potrdite spremembe",
|
||||
"dontwant" => "Ne elim več prejemati on-line novic",
|
||||
"unregister" => "Brisanje",
|
||||
"unregister_success" => "Uspešno ste odjavljeni od on-line novic.",
|
||||
"unregister_success" => "Uspešno ste odjavljeni od on-line novic.",
|
||||
"wrong_password" => "Napačno geslo",
|
||||
"wrong_password2" => "Vnešeno geslo ni pravilno.",
|
||||
"password_err_complex" => "Geslo ni dovolj kompleksno! Geslo mora vsebovati vsaj 8 znakov, od tega 1 črko in 1 številko.",
|
||||
|
@ -102,7 +102,9 @@ $lang = array (
|
||||
"app_virtual_domain" => "Virtual domain 1KA application",
|
||||
"app_aai_installation" => "AAI installation 1KA application",
|
||||
"app_aai_installation_text" => "<b>With the 1KA tool, you can easily create an online questionnaire, conduct an online survey, edit and analyze data with as few clicks as possible.</b><br /><br />You can register or login into 1KA application with your Arnes AAI-account.<br /><br />Click bottom button and follow instructions for AAI login.",
|
||||
"check_and" => "Check and",
|
||||
"sent" => "Sent",
|
||||
"not_sent" => "Not sent",
|
||||
"check_and" => "Check and",
|
||||
"submit" => "submit",
|
||||
"dontwant" => "I don't want to receive any more e-mail",
|
||||
"unregister" => "Delete",
|
||||
|
Loading…
x
Reference in New Issue
Block a user