[Update payments display Adrian Georgescu **20101111224337 Ignore-this: dc44db44fadb9bd03c2cf13a7c52dc1e ] hunk ./library/sip_settings.php 162 - var $pstn_termination_price_page = 'sip_rates.html'; + var $pstn_termination_price_page = 'sip_rates_body.html'; hunk ./library/sip_settings.php 1818 - $chapter=sprintf(_("Payments")); - $this->showChapter($chapter); - hunk ./library/sip_settings.php 1822 + if ($_REQUEST['task'] == 'showprices') { + $chapter=sprintf(_("Price list")); + $this->showChapter($chapter); + + print " + + + "; + + include($this->pstn_termination_price_page); + + print " + + + "; + + return true; + } + + $chapter=sprintf(_("Payments")); + $this->showChapter($chapter); + hunk ./library/sip_settings.php 1866 - printf (_("Calling to PSTN numbers is possible at the costs set forth in the price list. "),$this->pstn_termination_price_page); - print _("Add balance to your Credit by purchasing it with a Credit Card. "); + printf (_("Calling to telephone numbers is possible at the costs set forth in the Price List. "),$this->url); + print "

"; + print _("You can purchase credit with a Credit Card. "); hunk ./library/sip_settings.php 1876 + /* hunk ./library/sip_settings.php 1885 + */ hunk ./library/sip_settings.php 1896 - $basket = array('pstn_credit'=>array('price' => 30, - 'description' => _('PSTN Credit'), + $basket = array('pstn_credit'=>array('price' => 20, + 'description' => _('Prepaid Credit'),