Changeset 1653
- Timestamp:
- Jan 17, 2007, 3:47:15 PM (15 years ago)
- Location:
- OpenPNE/trunk/webapp/modules/admin/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/admin/templates/send_messages_history_detail.tpl
r1477 r1653 1 1 ({$inc_header|smarty:nodefaults}) 2 ({ext_include file="inc_subnavi_adminSiteMember.tpl"}) 3 ({assign var="page_name" value="メンバーリスト"}) 4 ({ext_include file="inc_tree_adminSiteMember.tpl"}) 5 </div> 6 7 ({*ここまで:navi*}) 2 8 3 9 <h2>一括メッセージ送信履歴詳細</h2> 10 <div class="contents"> 11 <p> 12 管理画面から送信したメッセージ履歴を表示します</p> 13 14 ({if $msg}) 15 <p class="actionMsg">({$msg})</p> 16 ({/if}) 4 17 5 18 ({if $history}) 6 <table >19 <table class="basicType2"> 7 20 8 21 <tr> … … 42 55 43 56 <br> 44 <a href="?m=({$module_name})&a=page_({$hash_tbl->hash('send_messages_history_list')})">戻る</a>45 46 <br>47 57 48 58 ({$inc_footer|smarty:nodefaults}) -
OpenPNE/trunk/webapp/modules/admin/templates/send_messages_history_list.tpl
r1636 r1653 69 69 ({/if}) 70 70 71 <div class="otherControl">72 <p class="groupLing"><a href="?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})">戻る</a></p>73 </div>74 71 75 72 ({$inc_footer|smarty:nodefaults})
Note: See TracChangeset
for help on using the changeset viewer.