Changeset 2281
- Timestamp:
- Mar 26, 2007, 7:28:46 PM (15 years ago)
- Location:
- OpenPNE/branches/2_8/webapp/modules/pc
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2_8/webapp/modules/pc/templates/f_link_request.tpl
r1808 r2281 10 10 <!-- ******************************************** --> 11 11 <!-- ******ここから:フレンド追加****** --> 12 ({t_form m=pc a= do_f_link_request_insert_c_friend_confirm})12 ({t_form m=pc a=page_f_link_request_confirm}) 13 13 <input type="hidden" name="sessid" value="({$PHPSESSID})"> 14 14 <input type="hidden" name="target_c_member_id" value="({$target_member.c_member_id})"> … … 134 134 <div class="padding_s"> 135 135 136 <textarea class="text" name="body" rows="5" cols="40" style="width:410px;"> </textarea>136 <textarea class="text" name="body" rows="5" cols="40" style="width:410px;">({$form.body})</textarea> 137 137 138 138 </div> … … 158 158 <div align="center" style="text-align:center;"> 159 159 160 <input type="submit" class="submit" value=" 送信">160 <input type="submit" class="submit" value="確認画面"> 161 161 162 162 </div> -
OpenPNE/branches/2_8/webapp/modules/pc/validate/page/f_link_request_confirm.ini
r2 r2281 6 6 [body] 7 7 type = "string" 8 required = 18 required = 0 9 9 required_error = "メッセージを入力してください"
Note: See TracChangeset
for help on using the changeset viewer.