Changeset 12392
- Timestamp:
- Jul 25, 2009, 1:58:39 PM (14 years ago)
- Location:
- OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/modules/communityTopic/templates/showSuccess.php
r12360 r12392 3 3 4 4 <?php echo op_within_page_link() ?> 5 <?php echo op_format_date($communityTopic->getTopicUpdatedAt(), ' XDateTime') ?>5 <?php echo op_format_date($communityTopic->getTopicUpdatedAt(), 'MM/dd HH:mm') ?> 6 6 <?php if ($communityTopic->getMemberId() === $sf_user->getMemberId()): ?> 7 7 <?php endif; ?><br> -
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/modules/communityTopicComment/templates/_list.php
r12384 r12392 9 9 <hr> 10 10 <?php echo op_within_page_link() ?> 11 [<?php printf('%03d', $comment->getNumber()) ?>]<?php echo op_format_date($comment->getCreatedAt(), ' XDateTime') ?>11 [<?php printf('%03d', $comment->getNumber()) ?>]<?php echo op_format_date($comment->getCreatedAt(), 'MM/dd HH:mm') ?> 12 12 <?php if ($comment->isDeletable($sf_user->getMemberId())): ?> 13 13 [<?php echo link_to(__('Delete'), '@communityTopic_comment_delete_confirm?id='.$comment->getId()) ?>]
Note: See TracChangeset
for help on using the changeset viewer.