Add helper

This commit is contained in:
Laurent Destailleur 2013-03-31 16:51:49 +02:00
parent cc69cf7b76
commit d752a41f05

View File

@ -84,11 +84,11 @@ print '<br>';
print $langs->trans("ClickToDialUrlDesc").'<br>'; print $langs->trans("ClickToDialUrlDesc").'<br>';
print $langs->trans("Example").':<br>http://myphoneserver/mypage?login=__LOGIN__&password=__PASS__&caller=__PHONEFROM__&called=__PHONETO__'; print $langs->trans("Example").':<br>http://myphoneserver/mypage?login=__LOGIN__&password=__PASS__&caller=__PHONEFROM__&called=__PHONETO__';
if (! empty($user->clicktodial_url)) //if (! empty($user->clicktodial_url))
{ //{
print '<br>'; print '<br>';
print info_admin($langs->trans("ValueOverwrittenByUserSetup")); print info_admin($langs->trans("ValueOverwrittenByUserSetup"));
} //}
print '</td></tr>'; print '</td></tr>';
@ -96,7 +96,7 @@ print '</table>';
print '<center><br><input type="submit" class="button" value="'.$langs->trans("Modify").'"></center>'; print '<center><br><input type="submit" class="button" value="'.$langs->trans("Modify").'"></center>';
print '</form>'; print '</form><br><br>';
if (! empty($conf->global->CLICKTODIAL_URL)) if (! empty($conf->global->CLICKTODIAL_URL))