Changeset 9

Show
Ignore:
Timestamp:
02/16/07 21:31:11 (5 years ago)
Author:
yann
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp_iminr.php

    r8 r9  
    6363       
    6464      <!-- account_id --> 
    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       
    6774    </fieldset> 
    6875    <div class="submit">