Add helper
This commit is contained in:
parent
cc69cf7b76
commit
d752a41f05
@ -84,11 +84,11 @@ print '<br>';
|
||||
print $langs->trans("ClickToDialUrlDesc").'<br>';
|
||||
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 info_admin($langs->trans("ValueOverwrittenByUserSetup"));
|
||||
}
|
||||
//}
|
||||
|
||||
print '</td></tr>';
|
||||
|
||||
@ -96,7 +96,7 @@ print '</table>';
|
||||
|
||||
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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user