Show
Ignore:
Timestamp:
04/11/08 02:07:12 (9 months ago)
Author:
inureyes
Message:

#920

  • 링크쪽 UI 의 일관성 유지
  • 도움말 일부 추가. (그런데 얘 왜 table 아래 가서 안 붙지?)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/communication/comment/index.php

    r5702 r5743  
    410410                                        </div> 
    411411                                    </div> 
     412                                     
     413                                    <div id="data-description" class="section"> 
     414                                        <h2><?php echo _t('기능 설명');?></h2> 
     415                                        <dl class="ban-description"> 
     416                                            <dt><?php echo _t('차단하기');?></dt> 
     417                                            <dd><?php echo _t('해당 데이터를 필터에 추가합니다.');?></dd> 
     418                                        </dl> 
     419                                        <dl class="trash-description"> 
     420                                            <dt><?php echo _t('지우기');?></dt> 
     421                                            <dd><?php echo _t('선택한 링크를 삭제합니다.');?></dd> 
     422                                        </dl> 
     423                                    </div> 
    412424                                </div> 
    413425                            </form>