plugins/SpecialAdmin.php
changeset 299 ce2873735506
parent 294 4ab30e8dd168
child 304 e2cb5f1432c8
child 316 c74736571f43
equal deleted inserted replaced
298:39c132e69781 299:ce2873735506
   754   echo '<form action="'.makeUrl($paths->nslist['Special'].'Administration', (( isset($_GET['sqldbg'])) ? 'sqldbg&amp;' : '') .'module='.$paths->cpage['module']).'" method="post">';
   754   echo '<form action="'.makeUrl($paths->nslist['Special'].'Administration', (( isset($_GET['sqldbg'])) ? 'sqldbg&amp;' : '') .'module='.$paths->cpage['module']).'" method="post">';
   755     $c = -1;
   755     $c = -1;
   756     $t = -1;
   756     $t = -1;
   757     $cl = 'row1';
   757     $cl = 'row1';
   758     echo "\n".'    <div class="tblholder">'."\n".'      <table cellspacing="1" cellpadding="2" style="margin: 0; padding: 0;" border="0">'."\n".'        <tr>'."\n        ";
   758     echo "\n".'    <div class="tblholder">'."\n".'      <table cellspacing="1" cellpadding="2" style="margin: 0; padding: 0;" border="0">'."\n".'        <tr>'."\n        ";
       
   759     ksort($mime_types);
   759     foreach($mime_types as $e => $m)
   760     foreach($mime_types as $e => $m)
   760     {
   761     {
   761       $c++;
   762       $c++;
   762       $t++;
   763       $t++;
   763       if($c == 3)
   764       if($c == 3)