Changeset 6127
- Timestamp:
- 06/01/08 04:37:05 (7 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
interface/owner/center/dashboard/index.php (modified) (2 diffs)
-
style/admin/whitedream/center.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/center/dashboard/index.php
r6126 r6127 470 470 <?php 471 471 } 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 <?php481 }482 472 $boardbarNumber = 0; 483 473 $positionCounter = 0; … … 545 535 <div class="button-box"> 546 536 <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;" /> 547 538 </div> 548 539 <?php -
trunk/style/admin/whitedream/center.css
r6125 r6127 386 386 #independent-notice-line 387 387 { 388 margin: -40px 10px 00;388 margin: -40px 10px 30px 0; 389 389 } 390 390
