Changeset 12448 for trunk/www


Ignore:
Timestamp:
11/07/11 12:04:54 (13 years ago)
Author:
Daniela Dorner
Message:
updated size of select box for edit mode
File:
1 edited

Legend:

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

    r11990 r12448  
    4545
    4646    if (strcmp($_GET["fMode"], "view")==0)//reload tables in case of mode 'view'
    47         printf("<select style='width:200px' id='key' size='%s' onchange='get_values(1,\"%s\",this.value,\"%s\");get_values(2,\"all\",\"all\");get_values(3,\"all\",\"all\");CompareValues();' class='Width'>\n",
     47        printf("<select style='width:300px' id='key' size='%s' onchange='get_values(1,\"%s\",this.value,\"%s\");get_values(2,\"all\",\"all\");get_values(3,\"all\",\"all\");CompareValues();' class='Width'>\n",
    4848               $_GET["fSelectSize"], $_GET["fProgram"], $_GET["fMode"]);
    4949    else
    50         printf("<select style='width:200px' id='key' size='%s' onchange=\"get_values(1,'%s',this.value,'%s')\" class='Width'>\n",
     50        printf("<select style='width:300px' id='key' size='%s' onchange=\"get_values(1,'%s',this.value,'%s')\" class='Width'>\n",
    5151               $_GET["fSelectSize"], $_GET["fProgram"], $_GET["fMode"]);
    5252
Note: See TracChangeset for help on using the changeset viewer.