Changeset 5838

Show
Ignore:
Timestamp:
04/30/08 19:51:19 (8 months ago)
Author:
gofeel
Message:

#828

  • input tag의 class 삭제
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/control/user/index.php

    r5833 r5838  
    2727                <dl> 
    2828                    <dt><?php echo _t('이름'); ?></dt> 
    29                     <dd><input type="text" class="input-text" id="ui-name" name="ui-name" /></dd> 
     29                    <dd><input type="text" id="ui-name" name="ui-name" /></dd> 
    3030                    <dt><?php echo _t('이메일').' ('._t('로그인 ID').')';?></dt> 
    31                     <dd><input type="text" class="input-text" id="ui-email" name="ui-email" /></dd> 
     31                    <dd><input type="text" id="ui-email" name="ui-email" /></dd> 
    3232                </dl> 
    3333            </fieldset>