Changeset 6127

Show
Ignore:
Timestamp:
06/01/08 04:37:05 (7 months ago)
Author:
inureyes
Message:

#897

  • 위젯 추가 링크의 위치를 편집 옆으로 이동함.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/center/dashboard/index.php

    r6126 r6127  
    470470<?php 
    471471} 
    472 if(Acl::check('group.owners')) { 
    473 ?> 
    474                                 <dl id="direct-link-line" class="line"> 
    475                                     <dt><?php echo _t('플러그인 설정');?></dt> 
    476                                     <dd> 
    477                                         <a class="button" href="<?php echo $blogURL;?>/owner/plugin?visibility=center"><?php echo _t('위젯 켜고 끄기');?></a> 
    478                                     </dd> 
    479                                 </dl> 
    480 <?php 
    481 } 
    482472$boardbarNumber = 0; 
    483473$positionCounter = 0; 
     
    545535                                <div class="button-box"> 
    546536                                    <input type="submit" class="input-button" value="<?php echo _t('편집');?>" onclick="window.location.href='<?php echo $blogURL;?>/owner/center/dashboard?edit'; return false;" /> 
     537                                    <input type="button" class="input-button" value="<?php echo _t('위젯 켜고 끄기');?>" onclick="window.location.href='<?php echo $blogURL;?>/owner/plugin?visibility=center'; return false;" /> 
    547538                                </div> 
    548539<?php 
  • trunk/style/admin/whitedream/center.css

    r6125 r6127  
    386386#independent-notice-line 
    387387{ 
    388     margin: -40px 10px 0 0; 
     388    margin: -40px 10px 30px 0; 
    389389} 
    390390