Menu

Admin Table - minor table change required.

Help
2007-06-13
2013-06-03
  • Murray Mintz

    Murray Mintz - 2007-06-13

    I notice that if something is left blank, the table looks odd. I can't attach a screen grab, but essentially the empty table column/row has no border. Is there a way to fix this, or a way to send a screen grab.  A picture is indeed worth 1,000 words.

     
    • TNTEverett

      TNTEverett - 2007-06-13

      Sending a picture is easy.  Press the PrtSc key on your keyboard then paste the image into MS Paint.  Copy the part you want from MS Paint then paste it into your email or whatever. 
      I suspect the change you suggest is easy but let me experiment for a bit. 

       
    • TNTEverett

      TNTEverett - 2007-06-13

      In the admin folder, edit the index.php file.  Around line 247 edit the for loop to look like this:
      for ($k=0;$k<sizeof($holder);$k++) {
      if (!$holder[$k]) {echo "<td class='small'><center>&nbsp</center></td>";} else {
        echo "<td class='small'><center>$holder[$k]</td>";
      }
      }

      FYI, it's not really a missing border. 

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.