More clear

This commit is contained in:
Laurent Destailleur 2010-07-28 21:12:30 +00:00
parent bcfb2d3f2c
commit f7acc27c0b

View File

@ -84,9 +84,16 @@ print $langs->trans("ClickToDialUrlDesc").'<br>';
print $langs->trans("Example").': http://myphoneserver/mypage?login=%3$s&password=%4$s&caller=%2$s&called=%1$s';
print '</td></tr>';
print '<tr><td colspan="3" align="center"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td></tr>';
print '<tr><td colspan="3" align="center"><br><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td></tr>';
print '</table></form>';
/*if (! empty($conf->global->CLICKTODIAL_URL))
{
print $langs->trans("Test");
// Add a phone number to test
}
*/
$db->close();
llxFooter('$Date$ - $Revision$');