mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r167
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@167 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
2f22c39c2d
commit
41e6f1ad6f
2 changed files with 3 additions and 3 deletions
|
@ -172,7 +172,7 @@ switch($this->request['type'])
|
|||
|
||||
$hidden_form = '<input type="hidden" name="mode" value="editpost" />';
|
||||
$hidden_form .= '<input type="hidden" name="'. POST_POST_URL .'" value="'. $post_id .'" />';
|
||||
$submit = $this->response['redirect'] = make_url('posting.php?mode=editpost&p='. $post_id);
|
||||
$hidden_form .= '<input type="hidden" name="subject" value="'. $post['topic_title'] .'" />';
|
||||
|
||||
$this->response['text'] = '
|
||||
<form action="posting.php" method="post" name="post">
|
||||
|
@ -193,7 +193,7 @@ switch($this->request['type'])
|
|||
</div>
|
||||
<textarea id="message-'. $post_id .'" class="editor mrg_4" name="message" rows="18" cols="92">'. $post['post_text'] .'</textarea>
|
||||
<div class="mrg_4 tCenter">
|
||||
<input title="Alt+Enter" type="'.$submit.'" name="preview" value="'. $lang['PREVIEW'] .'">
|
||||
<input title="Alt+Enter" type="submit" name="preview" value="'. $lang['PREVIEW'] .'">
|
||||
<input type="button" onclick="edit_post('. $post_id .');" value="'. $lang['CANCEL'] .'">
|
||||
<input type="button" onclick="edit_post('. $post_id .', \'editor\', $(\'#message-'. $post_id .'\').val()); return false;" class="bold" value="'. $lang['EDIT_POST'] .'">
|
||||
</div><hr>
|
||||
|
|
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.0.2';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r166';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r167';
|
||||
$bb_cfg['tp_release_date'] = '27-07-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue