Changeset 6822

Show
Ignore:
Timestamp:
10/13/08 11:26:03 (3 months ago)
Author:
inureyes
Message:

refs #1110

  • 출력 부분의 보정
  • TODO : 실제 테스트
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/reader/index.php

    r6821 r6822  
    264264                                        <a id="totalList" href="<?php echo $blogURL;?>/owner/network/reader" title="<?php echo _t('글 목록을 전부 출력합니다.');?>"><span class="text"><?php echo _t('전체 목록');?></span></a><span class="count">(<span id="entriesShown">0</span>/<span id="entriesTotal">0</span>)</span> 
    265265                                        <span class="hidden">|</span> 
    266                                         <a id="iconMarkAsReadAll" href="#void" onclick="Reader.markAsReadAll(); return false;" title="<?php echo _t('모든 글을 읽었다고 표시합니다.');?>"><span class="text"><?php echo _t('모두 읽은 글로 표시');?></span></a> 
    267                                         <span class="hidden">|</span> 
    268266                                        <a id="iconMoreEntries" href="#void" onclick="Reader.listScroll(1); return false;" title="<?php echo _t('지나간 글 정보를 더 읽어옵니다.');?>"><span class="text"><?php echo _t('더 읽어오기');?></span></a> 
    269267                                    </div> 
     
    278276                                        <a class="hide-button button" href="#void" onclick="Reader.showUnreadOnly(); return false;"><span class="text"><?php echo _t('읽은 글 감추기');?></span></a> 
    279277                                        <span class="divider">-</span> 
    280                                         <a class="shortcut-button button" href="#void" onclick="document.getElementById('shortcuts').style.display = document.getElementById('shortcuts').style.display=='none' ? 'block' : 'none'"><span class="text"><?php echo _t('단축키보기');?></span></a> 
     278                                        <a class="markAsReadAll-button button" id="iconMarkAsReadAll" href="#void" onclick="Reader.markAsReadAll(); return false;" title="<?php echo _t('모든 글을 읽었다고 표시합니다.');?>"><span class="text"><?php echo _t('모두 읽은 글로 표시');?></span></a> 
     279                                        <span class="divider">-</span> 
     280                                        <a class="shortcut-button button" href="#void" onclick="document.getElementById('shortcuts').style.display = document.getElementById('shortcuts').style.display=='none' ? 'block' : 'none'"><span class="text"><?php echo _t('단축키');?></span></a> 
    281281                                    </div> 
    282282