Changeset 9176


Ignore:
Timestamp:
11/21/08 17:17:38 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9174 r9176  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2008/11/21 Daniela Dorner
     22
     23   * datacenter/db/showplots.php:
     24     - adapted number of tabs
     25
     26
    2027
    2128 2008/11/18 Daniela Dorner
  • trunk/MagicSoft/Mars/datacenter/db/showplots.php

    r8794 r9176  
    3535    //number of tabs for calib*.root, signal*.root and star*.root
    3636    if ($seq > 200000)
    37         $signaltabs=10;
     37        $signaltabs=12;
    3838    else
    39         $signaltabs=12;
     39        $signaltabs=14;
    4040    $calibtabs=11;
    41     $startabs=18;
     41    $startabs=19;
    4242
    4343    //in case the tab does not exist, because it's one the far
Note: See TracChangeset for help on using the changeset viewer.