- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comment.php
r1358 r1399 203 203 echo 204 204 '<form action="comment.php" method="post" id="comment-form">'. 205 '<p>'.__('IP address:').'<br /> '. 205 '<div class="fieldset">'. 206 '<h3>'.__('Information collected').'</h3>'. 207 '<p>'.__('IP address:').' '. 206 208 '<a href="comments.php?ip='.$comment_ip.'">'.$comment_ip.'</a></p>'. 207 209 208 '<p>'.__('Date:').' <br />'.210 '<p>'.__('Date:').' '. 209 211 dt::dt2str(__('%Y-%m-%d %H:%M'),$comment_dt).'</p>'. 210 211 '<p><label for="comment_author" class="required"><abbr title="'.__('Required field').'">*</abbr>'.__('Author:'). 212 '</div>'. 213 214 '<h3>'.__('Comment submitted').'</h3>'. 215 '<p><label for="comment_author" class="required"><abbr title="'.__('Required field').'">*</abbr>'.__('Author:').'</label>'. 212 216 form::field('comment_author',30,255,html::escapeHTML($comment_author)). 213 '</ label></p>'.214 215 '<p><label for="comment_email">'.__('Email:'). 217 '</p>'. 218 219 '<p><label for="comment_email">'.__('Email:').'</label>'. 216 220 form::field('comment_email',30,255,html::escapeHTML($comment_email)). 217 $comment_mailto.218 '</ label></p>'.219 220 '<p><label for="comment_site">'.__('Web site:'). 221 '<span>'.$comment_mailto.'</span>'. 222 '</p>'. 223 224 '<p><label for="comment_site">'.__('Web site:').'</label>'. 221 225 form::field('comment_site',30,255,html::escapeHTML($comment_site)). 222 '</ label></p>'.223 224 '<p><label for="comment_status">'.__('Status:'). 226 '</p>'. 227 228 '<p><label for="comment_status">'.__('Status:').'</label>'. 225 229 form::combo('comment_status',$status_combo,$comment_status,'','',!$can_publish). 226 '</ label></p>'.230 '</p>'. 227 231 228 232 # --BEHAVIOR-- adminAfterCommentDesc
Note: See TracChangeset
for help on using the changeset viewer.