ここの情報は古いです。ご理解頂いた上でお取り扱いください。
日記のコメント削除画面の名前とコメント部分に線がない
■現象
日記のコメント削除画面で名前とコメント部分の間に線がない。
■原因
2.10以前の日記コメント削除画面の見栄え。
■修正内容
日記コメント削除画面の名前とコメント部分を分け、間に線を入れる。
■関連情報
元のDescription
http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=17938
より転記
日記のコメント削除画面
名前とコメント部分に線がない。
仕様でしょうか?ちょっと気になったもので。修正
fh_delete_comment.tplの部分。
<div class="title">
<p class="heading"><strong>({$target_diary_comment.number})</strong>: <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$target_diary_comment.c_member_id})">({$target_diary_comment.nickname|default:""})</a><br />
({$target_diary_comment.body|nl2br|default:" "|t_url2cmd:'diary':$target_diary_comment.c_member_id|t_cmd:'diary'})<br /></p>
</div>
全体がPタグでbrで改行されているのを。
fh_diary.tplを参考に。
<div class="title">
<p class="heading"><strong>({$target_diary_comment.number})</strong>: <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$target_diary_comment.c_member_id})">({$target_diary_comment.nickname|default:""})</a></p>
<div class="body">
<p class="text">
({$target_diary_comment.body|nl2br|default:" "|t_url2cmd:'diary':$target_diary_comment.c_member_id|t_cmd:'diary'})<br /></p></div>
</div>
=====================
<p class="heading">と<p class="text">に分離。これで線出るようになりました。
c_topic_write_delete_confirm.tplでトピのレスを削除するときも線がでません。
(やっぱり仕様なのかな???)
実験環境
XAMPP Windows Version 1.6.6a
OpenPNE v2.13.1
firefox3
Change History (17)
Version: |
2.10.x & 2.12.x & 2.13.x →
2.12.x & 2.13.x
|
Component: |
指定しない →
pne-xhtmlcss
|
Owner: |
changed from nobody to nakasone
|
Status: |
new →
assigned
|
Keywords: |
再現待ち removed
|
Owner: |
changed from nakasone to nobody
|
Status: |
assigned →
new
|
Keywords: |
確認中 added
|
Owner: |
changed from nobody to takai
|
Status: |
new →
assigned
|
Owner: |
changed from takai to nakasone
|
Status: |
assigned →
new
|
Keywords: |
OpenPNE2.13.2 added
|
Milestone: |
→ OpenPNE2.12.3
|
Keywords: |
差し戻し added; 確認中 removed
|
Description: |
modified (diff)
|
Keywords: |
確認中 added; 差し戻し removed
|
Keywords: |
差し戻し added; 確認中 removed
|
Keywords: |
確認中 added; 差し戻し removed
|
Keywords: |
テスト待ち added; 確認中 removed
|
Keywords: |
テスト待ち removed
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Download in other formats:
やります。