Changeset 11600 for trunk/www


Ignore:
Timestamp:
07/26/11 11:02:59 (13 years ago)
Author:
Daniela Dorner
Message:
added user to displayed table
Location:
trunk/www/db_po
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/db_po/get_values.php

    r11599 r11600  
    8787        $generalshowhide='none';
    8888
    89     printf("<table font-size='-1' border='0' cellspacing='5px' width='100%%'><tbody id='valtable%s'>\n", $_GET["fGetValCase"]);
     89    printf("<table font-size='-1' border='1' cellspacing='5px' width='100%%'><tbody id='valtable%s'>\n", $_GET["fGetValCase"]);
    9090    printf("<tr>");
    9191    printf("<th class='indices%d' style='display:%s'>Idx/Orig/Ctr</th>\n",$_GET["fGetValCase"], $generalshowhide);
  • trunk/www/db_po/po.js

    r11599 r11600  
    805805    ShowHide('maximum', 'sh_max', 2)
    806806    ShowHide('maximum', 'sh_max', 3)
     807    ShowHide('user', 'sh_user', 2)
     808    ShowHide('user', 'sh_user', 3)
    807809}
    808810
  • trunk/www/db_po/view_po.php

    r11599 r11600  
    144144        printf("<input type='checkbox' id='sh_min%d' onclick='ShowHide(\"minimum\", \"sh_min\", %d);'>min\n", $i, $i);
    145145        printf("<input type='checkbox' id='sh_max%d' onclick='ShowHide(\"maximum\", \"sh_max\", %d);'>max\n", $i, $i);
     146        printf("<input type='checkbox' id='sh_user%d' onclick='ShowHide(\"user\", \"sh_user\", %d);'>user\n", $i, $i);
    146147        printf("</td>\n");
    147148    }
Note: See TracChangeset for help on using the changeset viewer.