tbrehm
2012-06-07 9db56726bed5301ca9df51e56c3c3ffda0117464
interface/web/mail/list/mail_transport.list.php
@@ -25,7 +25,7 @@
$liste["search_prefix"]    = "search_";
// Records per page
$liste["records_per_page"]    = 15;
$liste["records_per_page"]    = "15";
// Script File of the list
$liste["file"]            = "mail_transport_list.php";
@@ -55,7 +55,7 @@
                     'prefix'   => "",
                     'suffix'   => "",
                     'width'      => "",
                     'value'      => array('y' => "Yes",'n' => "No"));
                     'value'      => array('y' => "<div id=\"ir-Yes\" class=\"swap\"><span>Yes</span></div>", 'n' => "<div class=\"swap\" id=\"ir-No\"><span>No</span></div>"));
$liste["item"][] = array(   'field'      => "server_id",