Index: trunk/www/db_po/get_values.php
===================================================================
--- trunk/www/db_po/get_values.php	(revision 12020)
+++ trunk/www/db_po/get_values.php	(revision 12021)
@@ -85,8 +85,11 @@
     }
     //checkboxes to show/hide part of the table
-    printf("Show:\n");
-    printf("<input type='checkbox' id='sh_indices1' onclick='ShowHide(\"indices\", \"sh_indices\", 1);'>indices\n");
-    printf("<input type='checkbox' id='sh_validsince1' onclick='ShowHide(\"validsince\", \"sh_validsince\", 1);'>validsince\n");
-    printf("<input type='checkbox' id='sh_user1' onclick='ShowHide(\"user\", \"sh_user\", 1);'>user\n");
+    if ($_GET["fGetValCase"]==1)//show only in edit mode
+    {
+        printf("Show:\n");
+        printf("<input type='checkbox' id='sh_indices1' onclick='ShowHide(\"indices\", \"sh_indices\", 1);'>indices\n");
+        printf("<input type='checkbox' id='sh_validsince1' onclick='ShowHide(\"validsince\", \"sh_validsince\", 1);'>validsince\n");
+        printf("<input type='checkbox' id='sh_user1' onclick='ShowHide(\"user\", \"sh_user\", 1);'>user\n");
+    }
 
     if ($_GET["fGetValCase"]==1)//show only in edit mode
@@ -95,5 +98,5 @@
         $generalshowhide='none';
 
-    printf("<table font-size='-1' border='0' cellspacing='5px' width='100%%'><tbody id='valtable%s'>\n", $_GET["fGetValCase"]);
+    printf("<table font-size='-1' border='0' cellspacing='3px' width='100%%'><tbody id='valtable%s'>\n", $_GET["fGetValCase"]);
     printf("<tr>");
     //printf("<th class='indices%d' style='display:%s'>Idx/Orig/Ctr</th>\n",$_GET["fGetValCase"], $generalshowhide);
