Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

give color to notice messages (refs #1776) #5

Merged
merged 4 commits into from Jul 15, 2011

Conversation

nise-nabe
Copy link
Collaborator

#1776 「インフォメーションに表示される新着コメントお知らせが赤字になっていない [仕様バグ]」の修正

http://redmine.openpne.jp/issues/1776

@balibali
Copy link
Owner

OpenPNE3 本体のファイル名が _caution* のテンプレートとスタイルを合わせたいところです。

@@ -1,3 +1,4 @@
<?php if ($count): ?>
<?php echo link_to(format_number_choice('[1]1 diary has new comments!|(1,Inf]%1% diaries have new comments!', array('%1%' => $count), $count), '@diary_show?id='.$diary->id) ?><br>
<font color="#FF0000"><?php echo format_number_choice('[1]1 diary has new comments!|(1,Inf]%1% diaries have new comments!', array('%1%' => $count), $count) ?></font>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenPNE3 本体の方では <font color="red"> になっているようです(core_color_22 を使うかと思ってたらどうも違うらしい)。#FF0000 は意味同じなのでこのままでもそんなに問題ではない

balibali added a commit that referenced this pull request Jul 15, 2011
give color to notice messages (refs #1776)

Conflicts:
	apps/mobile_frontend/i18n/messages.ja.xml
@balibali balibali merged commit de6550f into balibali:master Jul 15, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants