Changeset 136869
- Timestamp:
- 07/20/2009 05:31:44 AM (17 years ago)
- File:
-
- 1 edited
-
nitwpress/trunk/nitwpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nitwpress/trunk/nitwpress.php
r136867 r136869 191 191 } 192 192 193 /* 194 * Display errors. 195 */ 193 196 function nitwpress_display_error($mesg) { 194 197 echo "<p style=\"color:red\">ERROR: {$mesg}</p>"; … … 211 214 <tr> 212 215 <td><?php _e('Username:', 'nitwpress') ?></td> 213 <td><input type="text" name="nitwpress_username" value="<?php echo htmlspecialchars($options['username']) ?>" /></td>216 <td><input type="text" name="nitwpress_username" value="<?php echo htmlspecialchars($options['username']) ?>" size="20" /></td> 214 217 </tr> 215 218 216 219 <tr> 217 220 <td><?php _e('Password:', 'nitwpress') ?></td> 218 <td><input type="password" name="nitwpress_password" value="<?php echo htmlspecialchars($options['password']) ?>" /></td>221 <td><input type="password" name="nitwpress_password" value="<?php echo htmlspecialchars($options['password']) ?>" size="20" /></td> 219 222 </tr> 220 223 </table>
Note: See TracChangeset
for help on using the changeset viewer.