Changeset 468 for trunk/openmct/packages/system/owi/src/user.c
- Timestamp:
- 10/03/07 16:43:01 (5 years ago)
- Files:
-
- 1 modified
-
trunk/openmct/packages/system/owi/src/user.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/system/owi/src/user.c
r465 r468 111 111 "<th>%s</th>\n" 112 112 "<th>%s</th>\n" 113 "<th>%s</th>\n"114 "<th>%s</th>\n"115 "<th>%s</th>\n"116 113 "</tr>\n" 117 114 "</thead>\n" … … 125 122 CONTENT_TABLE_LIST_CLASS, 126 123 USER_TABLE_DESCRIPTION, 127 USER_TABLE_GECOS,128 USER_TABLE_DIRECTORY,129 USER_TABLE_SHELL,130 124 USER_TABLE_ACTION); 131 125 … … 147 141 " onmouseout=\"this.className='%s';\">\n" 148 142 "<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"152 143 "<td width=\"160\">" 153 144 "<input type=\"button\" onClick=\"location='%s?module=%s&command=detail&id=%s'\" value=\"%s\" /> " … … 158 149 CONTENT_TABLE_CLASS_MOUSEOUT, 159 150 argument_get_part(passwd, 0), 160 argument_get_part(passwd, 4),161 argument_get_part(passwd, 5),162 argument_get_part(passwd, 6),163 151 getenv("SCRIPT_NAME"), 164 152 variable_get("module"),
