Changeset 5838
- Timestamp:
- 04/30/08 19:51:19 (8 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/control/user/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/control/user/index.php
r5833 r5838 27 27 <dl> 28 28 <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> 30 30 <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> 32 32 </dl> 33 33 </fieldset>
