Changeset 13535
- Timestamp:
- May 24, 2010, 10:33:58 PM (12 years ago)
- Location:
- OpenPNE3/plugins/opCommunityTopicPlugin/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/pc_frontend/modules/communityEvent/templates/showSuccess.php
r13491 r13535 51 51 <h3><?php echo __('Post a new event comment') ?></h3> 52 52 </div> 53 <?php echo __('%0% is required field.', array('%0%' => '<strong>*</strong>')) ?> 53 54 <table> 54 55 <?php echo $form ?> -
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/lib/form/doctrine/PluginCommunityEventCommentForm.class.php
r12455 r13535 30 30 unset($this['updated_at']); 31 31 32 $this->widgetSchema->setLabel('body', sfContext::getInstance()->getI18N()->__('Comment') );32 $this->widgetSchema->setLabel('body', sfContext::getInstance()->getI18N()->__('Comment') . ' <strong>*</strong>'); 33 33 $this->setValidator('body', new opValidatorString(array('rtrim' => true))); 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.