관리자: #316 에 따른 처리, 게시판그룹관리 수정 넓이
This commit is contained in:
@ -159,7 +159,7 @@ $colspan = 8;
|
|||||||
<option value="mobile"<?=get_selected($row['gr_device'], 'mobile');?>>모바일</option>
|
<option value="mobile"<?=get_selected($row['gr_device'], 'mobile');?>>모바일</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_mng"><?=$s_upd?></td>
|
<td class="td_smallmng"><?=$s_upd?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
|
|||||||
@ -226,6 +226,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
|
|||||||
/* 회원메일발송 목록 */
|
/* 회원메일발송 목록 */
|
||||||
.td_test, .td_send {width:50px;text-align:center}
|
.td_test, .td_send {width:50px;text-align:center}
|
||||||
.td_mng {width:110px;text-align:center}
|
.td_mng {width:110px;text-align:center}
|
||||||
|
.td_smallmng {width:50px;text-align:center}
|
||||||
/* 투표관리 목록 */
|
/* 투표관리 목록 */
|
||||||
.td_etc {width:80px;text-align:center}
|
.td_etc {width:80px;text-align:center}
|
||||||
/* 게시판관리 목록 */
|
/* 게시판관리 목록 */
|
||||||
|
|||||||
Reference in New Issue
Block a user