[Improve structure of sip settings html page Adrian Georgescu **20090504083331] hunk ./library/cdr_opensips.php 2237 + + $htmlBody.="

This is an automatically generated message, do not reply."; + $txtBody.="\nThis is an automatically generated message, do not reply.\n"; hunk ./library/rating.php 5663 + var $ts = false; hunk ./library/sip_settings.php 739 - $this->logoTableStart(); + $this->showHeader(); + hunk ./library/sip_settings.php 743 - print " - - - "; hunk ./library/sip_settings.php 744 - print " - - - "; - - print " - - - "; hunk ./library/sip_settings.php 745 - print " - - - "; - print " - - - "; hunk ./library/sip_settings.php 746 - print " - - - "; + hunk ./library/sip_settings.php 763 - print " - - "; - - if ($this->footerFile) { - include ("$this->footerFile"); - } else { - print ""; - } - - print " - - "; + $this->showFooter(); hunk ./library/sip_settings.php 765 - print " - -

- "; + $this->chapterTableStop(); hunk ./library/sip_settings.php 1479 + print " + + + "; + + print " + + + "; + hunk ./library/sip_settings.php 1492 + print " + + + "; + hunk ./library/sip_settings.php 1520 + print " + + + "; + hunk ./library/sip_settings.php 1528 + print " + + + "; + print " + + + "; hunk ./library/sip_settings.php 1538 - hunk ./library/sip_settings.php 1762 - if ($this->login_type == 'admin' && $this->Preferences['ip']) { - printf ("SIP account registered from %s at %s",$this->Preferences['ip'],$this->createDate); + } + + function showFooter() { + print " + + "; + + if ($this->footerFile) { + include ("$this->footerFile"); + } else { + print ""; hunk ./library/sip_settings.php 1774 + + print " + + "; + hunk ./library/sip_settings.php 3866 - function logoTableStart() { + function showHeader() { hunk ./library/sip_settings.php 3890 + function chapterTableStop() { + print " + + "; + } + + +