Show
Ignore:
Timestamp:
10/03/07 16:43:01 (5 years ago)
Author:
andi
Message:

design updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/system/owi/src/user.c

    r465 r468  
    111111          "<th>%s</th>\n" 
    112112          "<th>%s</th>\n" 
    113           "<th>%s</th>\n" 
    114           "<th>%s</th>\n" 
    115           "<th>%s</th>\n" 
    116113          "</tr>\n" 
    117114          "</thead>\n" 
     
    125122          CONTENT_TABLE_LIST_CLASS, 
    126123          USER_TABLE_DESCRIPTION, 
    127           USER_TABLE_GECOS, 
    128           USER_TABLE_DIRECTORY, 
    129           USER_TABLE_SHELL, 
    130124          USER_TABLE_ACTION); 
    131125 
     
    147141                " onmouseout=\"this.className='%s';\">\n" 
    148142                "<td width=\"80\">%s</td>\n" 
    149                 "<td width=\"160\">%s</td>\n" 
    150                 "<td width=\"160\">%s</td>\n" 
    151                 "<td width=\"160\">%s</td>\n" 
    152143                "<td width=\"160\">" 
    153144                "<input type=\"button\" onClick=\"location='%s?module=%s&command=detail&amp;id=%s'\" value=\"%s\" />&nbsp;" 
     
    158149                CONTENT_TABLE_CLASS_MOUSEOUT, 
    159150                argument_get_part(passwd, 0), 
    160                 argument_get_part(passwd, 4), 
    161                 argument_get_part(passwd, 5), 
    162                 argument_get_part(passwd, 6), 
    163151                getenv("SCRIPT_NAME"), 
    164152                variable_get("module"),