ここの情報は古いです。ご理解頂いた上でお取り扱いください。

Changeset 10847


Ignore:
Timestamp:
Feb 24, 2009, 6:36:30 PM (14 years ago)
Author:
kiwa
Message:

#3136:comment:10のパッチを取り込み

Location:
OpenPNE/trunk/webapp/modules/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • OpenPNE/trunk/webapp/modules/admin/page/delete_topic.php

    r6527 r10847  
    1616
    1717        $v = array();
    18         $topic = db_commu_c_topic4c_commu_topic_id($target_c_commu_topic_id);
     18        $topic = db_commu_c_topic4c_commu_topic_id_2($target_c_commu_topic_id);
    1919
    2020        if (!$topic) {
     
    2929        $topic['original_filename'] = db_file_original_filename4filename($topic['filename']);
    3030        $this->set('topic', $topic);
     31        $this->set('pref', p_regist_prof_c_profile_pref_list4null());
    3132
    3233        $v['SNS_NAME'] = SNS_NAME;
  • OpenPNE/trunk/webapp/modules/admin/templates/delete_topic.tpl

    r8800 r10847  
    5454</tr>
    5555({****})
     56({if $topic.event_flag})
     57<tr>
     58<th>開催日時</th>
     59<td>
     60({$topic.open_date})&nbsp;({$topic.open_date_comment})
     61</td>
     62</tr>
     63({****})
     64<tr>
     65<th>開催場所</th>
     66<td>
     67({$pref[$topic.open_pref_id]})({$topic.open_pref_comment})
     68</td>
     69</tr>
     70({****})
     71({/if})
    5672<tr>
    5773<th>トピック本文</th>
     
    8399({/if})
    84100({****})
     101({if $topic.event_flag})
     102<tr>
     103<th>募集期限</th>
     104<td>
     105({if $topic.invite_period != "0000-00-00"})({$topic.invite_period})({else})指定なし({/if})
     106</td>
     107</tr>
     108({****})
     109<tr>
     110<th>募集人数</th>
     111<td>
     112({if $topic.capacity})({$topic.capacity})人({else})無制限({/if})
     113</td>
     114</tr>
     115({****})
     116<tr>
     117<th>参加者</th>
     118<td>
     119<a href="({t_url _absolute=1 m=pc a=page_c_event_member_list})&amp;target_c_commu_topic_id=({$topic.c_commu_topic_id})" target="_blank">({$topic.member_num})人</td>
     120</td>
     121</tr>
     122({****})
     123({/if})
    85124</tbody>
    86125</table>
Note: See TracChangeset for help on using the changeset viewer.