[Redizajn 1ka] 1. iteracija testiranja - Telefonska anketa - gumba izhod / naslednja številka
This commit is contained in:
parent
8642fd9701
commit
880cf74b28
@ -3349,11 +3349,11 @@ class SurveyTelephone {
|
|||||||
echo '<div class="setting_holder">';
|
echo '<div class="setting_holder">';
|
||||||
|
|
||||||
echo '<div class="setting_item">';
|
echo '<div class="setting_item">';
|
||||||
echo '<input type="radio" name="phnNextAction" id="phn_exit" value="0"'.($nextAction == 0?' checked="checked"':'').' ; return false;"><label>';
|
echo '<input type="radio" name="phnNextAction" id="phn_exit" value="0"'.($nextAction == 0?' checked="checked"':'').' ; return false;"><label for="phn_exit">';
|
||||||
echo $lang['srv_telephone_call_action_cancel'].'</label>';
|
echo $lang['srv_telephone_call_action_cancel'].'</label>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<div class="setting_item">';
|
echo '<div class="setting_item">';
|
||||||
echo '<input type="radio" name="phnNextAction" id="phn_next" value="1"'.($nextAction == 1?' checked="checked"':'').' onchange="phnNextActionChange(this); return false;"><label>';
|
echo '<input type="radio" name="phnNextAction" id="phn_next" value="1"'.($nextAction == 1?' checked="checked"':'').' onchange="phnNextActionChange(this); return false;"><label for="phn_next">';
|
||||||
echo $lang['srv_telephone_call_action_nextNumber'].'</label>';
|
echo $lang['srv_telephone_call_action_nextNumber'].'</label>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user