diff --git a/apps/pc_backend/i18n/messages.ja.xml b/apps/pc_backend/i18n/messages.ja.xml index 01fd889..57f80fa 100644 --- a/apps/pc_backend/i18n/messages.ja.xml +++ b/apps/pc_backend/i18n/messages.ja.xml @@ -123,8 +123,8 @@ %Community%イベント削除確認画面 - Nickname - ニックネーム + %nickname% + %nickname% Event Member List diff --git a/apps/pc_backend/modules/communityTopic/lib/CommunityEventCommentSearchForm.class.php b/apps/pc_backend/modules/communityTopic/lib/CommunityEventCommentSearchForm.class.php index ccd53e9..d077cb8 100644 --- a/apps/pc_backend/modules/communityTopic/lib/CommunityEventCommentSearchForm.class.php +++ b/apps/pc_backend/modules/communityTopic/lib/CommunityEventCommentSearchForm.class.php @@ -47,7 +47,7 @@ public function configure() $this->widgetSchema->setLabel('community_event_id', sfContext::getInstance()->getI18N()->__('Event ID')); $this->widgetSchema->setLabel('number', sfContext::getInstance()->getI18N()->__('Comment Number')); - $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('Nickname')); + $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('%nickname%')); $this->widgetSchema->setLabel('body', sfContext::getInstance()->getI18N()->__('Event Comment Description')); $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema); diff --git a/apps/pc_backend/modules/communityTopic/lib/CommunityEventMemberSearchForm.class.php b/apps/pc_backend/modules/communityTopic/lib/CommunityEventMemberSearchForm.class.php index 3596758..7322ca4 100644 --- a/apps/pc_backend/modules/communityTopic/lib/CommunityEventMemberSearchForm.class.php +++ b/apps/pc_backend/modules/communityTopic/lib/CommunityEventMemberSearchForm.class.php @@ -36,7 +36,7 @@ public function configure() )); $this->widgetSchema->setLabel('community_event_id', sfContext::getInstance()->getI18N()->__('Event ID')); - $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('Nickname')); + $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('%nickname%')); $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema); $this->widgetSchema->setNameFormat('communityEventMember[%s]'); diff --git a/apps/pc_backend/modules/communityTopic/lib/CommunityTopicCommentSearchForm.class.php b/apps/pc_backend/modules/communityTopic/lib/CommunityTopicCommentSearchForm.class.php index 261f8ae..d420f6e 100644 --- a/apps/pc_backend/modules/communityTopic/lib/CommunityTopicCommentSearchForm.class.php +++ b/apps/pc_backend/modules/communityTopic/lib/CommunityTopicCommentSearchForm.class.php @@ -47,7 +47,7 @@ public function configure() $this->widgetSchema->setLabel('community_topic_id', sfContext::getInstance()->getI18N()->__('Topic ID')); $this->widgetSchema->setLabel('number', sfContext::getInstance()->getI18N()->__('Comment Number')); - $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('Nickname')); + $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('%nickname%')); $this->widgetSchema->setLabel('body', sfContext::getInstance()->getI18N()->__('Topic Comment Description')); $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema); diff --git a/apps/pc_backend/modules/communityTopic/templates/_eventCommentInfo.php b/apps/pc_backend/modules/communityTopic/templates/_eventCommentInfo.php index c68fabb..3ce8fc2 100644 --- a/apps/pc_backend/modules/communityTopic/templates/_eventCommentInfo.php +++ b/apps/pc_backend/modules/communityTopic/templates/_eventCommentInfo.php @@ -1,7 +1,7 @@ - + diff --git a/apps/pc_backend/modules/communityTopic/templates/_eventMemberInfo.php b/apps/pc_backend/modules/communityTopic/templates/_eventMemberInfo.php index f2c7704..a64d71a 100644 --- a/apps/pc_backend/modules/communityTopic/templates/_eventMemberInfo.php +++ b/apps/pc_backend/modules/communityTopic/templates/_eventMemberInfo.php @@ -1,7 +1,7 @@
getCommunityEventId() ?>
getNumber() ?>
Member->getName() ?>
Member->getName() ?>
getBody() ?>
getCreatedAt() ?>
- +
getCommunityEventId() ?>
CommunityEvent->getName()?>
Member->getName() ?>
Member->getName() ?>
    diff --git a/apps/pc_backend/modules/communityTopic/templates/_topicCommentInfo.php b/apps/pc_backend/modules/communityTopic/templates/_topicCommentInfo.php index d7e69fe..0ffb238 100644 --- a/apps/pc_backend/modules/communityTopic/templates/_topicCommentInfo.php +++ b/apps/pc_backend/modules/communityTopic/templates/_topicCommentInfo.php @@ -1,7 +1,7 @@ - +
    getCommunityTopicId() ?>
    getNumber() ?>
    Member->getName() ?>
    Member->getName() ?>
    getBody() ?>
    getCreatedAt() ?>