Changeset 4682
- Timestamp:
- 11/12/07 21:15:57 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
blog/owner/link/index.php (modified) (1 diff)
-
style/admin/default/link.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/blog/owner/link/index.php
r4681 r4682 110 110 ?> 111 111 <tr id="link_<?php echo $link['id'];?>" class="<?php echo $className;?> inactive-class" onmouseover="rolloverClass(this, 'over')" onmouseout="rolloverClass(this, 'out')"> 112 <td class="homepage"><a href="<?php echo htmlspecialchars($link[' url']);?>" onclick="window.open(this.href); return false;" title="<?php echo _t('이 링크에 연결합니다.');?>"><?php echo htmlspecialchars($link['name']);?></a></td>112 <td class="homepage"><a href="<?php echo htmlspecialchars($link['name']);?>" onclick="window.open(this.href); return false;" title="<?php echo _t('이 링크에 연결합니다.');?>"><?php echo htmlspecialchars($link['name']);?></a></td> 113 113 <td class="status"> 114 114 -
trunk/style/admin/default/link.css
r4681 r4682 21 21 22 22 #part-link-list table.data-inbox tbody tr .address, 23 #part-link-list table.data-inbox t headtr .status,23 #part-link-list table.data-inbox tbody tr .status, 24 24 #part-link-list table.data-inbox tbody tr .edit, 25 25 #part-link-list table.data-inbox tbody tr .delete, … … 34 34 padding-left : 20px; 35 35 text-align : left; 36 width : 300px;36 width : 200px; 37 37 } 38 38 … … 45 45 #part-link-list table.data-inbox thead tr th.status 46 46 { 47 width : 52px;47 width : 68px; 48 48 } 49 49 … … 110 110 padding-left : 25px; 111 111 text-align : left; 112 width : 300px;112 width : 200px; 113 113 } 114 114
