Changeset 5341
- Timestamp:
- 02/21/08 23:30:18 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
interface/owner/control/blog/detail/index.php (modified) (2 diffs)
-
script/control.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/control/blog/detail/index.php
r5340 r5341 157 157 <dt><label for=""><?php echo _t('사용자'); ?></label></dt> 158 158 <dd> 159 <input type="text" class="bi-owner-loginid" name="user" value="" />159 <input type="text" id="sgtOwner" class="bi-owner-loginid" name="user" value="" /> 160 160 <input type="hidden" name="blogid" value="<?php echo $bid?>" /> 161 161 <input type="submit" class="input-button" value="<?php echo _t("팀원 추가");?>" onclick="addUser(ctlUserSuggestObj.getValue());return false;" /> … … 172 172 ctlUserSuggestObj.setValue("<?php echo User::getEmail(1);?>"); 173 173 } catch (e) { 174 document.getElementById("sgtOwner").innerHTML = '<input type="text" class="bi-owner-loginid" name=" location" value="" />';174 document.getElementById("sgtOwner").innerHTML = '<input type="text" class="bi-owner-loginid" name="user" value="" />'; 175 175 } 176 176 //]]> -
trunk/script/control.js
r5285 r5341 393 393 window.location.reload(); 394 394 } 395
