Show
Ignore:
Timestamp:
05/05/08 07:30:21 (8 months ago)
Author:
inureyes
Message:

#897

  • 소통 - 휴지통을 소통 기록 안으로 embedding
  • 오픈아이디 목록을 소통 하위로 이동
  • 소통 기록 탭의 postfix 관련 버그 수정
  • TODO : 휴지통 탭으로 이동할 때 레이아웃이 영향받음. CSS를 수정해야 할 듯.
Files:
1 modified

Legend:

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

    r5632 r5874  
    4040    setBlogSetting('rowsPerPage', $_POST['perPage']); 
    4141} 
     42$tabsClass = array(); 
     43$tabsClass['postfix'] = null; 
     44$tabsClass['postfix'] .= isset($_POST['category']) ? '&category='.$_POST['category'] : ''; 
     45$tabsClass['postfix'] .= isset($_POST['site']) ? '&site='.$_POST['site'] : ''; 
     46$tabsClass['postfix'] .= isset($_POST['ip']) ? '&ip='.$_POST['ip'] : ''; 
     47$tabsClass['postfix'] .= isset($_POST['search']) ? '&search='.$_POST['search'] : ''; 
     48$tabsClass['trash'] = true; 
     49 
    4250list($trackbacks, $paging) = getTrashTrackbackWithPagingForOwner($blogid, $categoryId, $site, $ip, $search, $suri['page'], $perPage); 
    4351require ROOT . '/lib/piece/owner/header.php'; 
     
    263271?> 
    264272                            </h2> 
     273<?php 
     274require ROOT . '/lib/piece/owner/communicationTab.php'; 
     275?> 
    265276 
    266277                            <div class="main-explain-box">