| 65 | | <input name="account_id" type="text" id="account_id" value="<?php echo get_option('account_id'); ?>" size="50" /> |
|---|
| 66 | | <p>Enter your iMinR account ID.</p> |
|---|
| | 65 | <table width="100%" cellspacing="2" cellpadding="5" class="editform"> |
|---|
| | 66 | <tr> |
|---|
| | 67 | <th nowrap valign="top"><?php _e('Account ID', 'wp_iminr') ?></th> |
|---|
| | 68 | <td valign="top"><input name="account_id" type="text" id="account_id" value="<?php echo get_option('account_id'); ?>" size="50" /> |
|---|
| | 69 | <br /><small><?php _e('Enter your iMinR account ID.', 'wp_iminr') %></small> |
|---|
| | 70 | </td> |
|---|
| | 71 | </tr> |
|---|
| | 72 | </table> |
|---|
| | 73 | |
|---|