Changeset 7064
- Timestamp:
- May 9, 2008, 2:58:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/templates/c_event_detail.tpl
r6779 r7064 60 60 ({/if}) 61 61 </td> 62 </tr><tr> 62 </tr> 63 ({if $is_c_event_admin || $is_c_commu_admin}) 64 <tr> 63 65 <th>一括メッセージ</th> 64 66 <td>イベント参加者に一括メッセージを送ります。 65 67 <ul class="moreInfo"><li><a href="({t_url m=pc a=page_c_event_mail})&target_c_commu_topic_id=({$c_topic.c_commu_topic_id})">一括メッセージを送る</a></li></ul> 66 68 </td> 67 </tr></table> 69 </tr> 70 ({/if}) 71 </table> 68 72 </dd> 69 73 </dl> 70 74 75 ({if $is_c_event_admin || $is_c_commu_admin}) 71 76 <div class="operation"> 72 77 ({t_form_block m=pc a=page_c_event_edit}) … … 77 82 ({/t_form_block}) 78 83 </div> 84 ({/if}) 79 85 </div></div> 80 86 ({* }}} *})
Note: See TracChangeset
for help on using the changeset viewer.