Last change
on this file since 12768 was
12768,
checked in by ShogoKawahara, 14 years ago
|
#4291:fixed message in the template of community/join and community/quit (3.0.x)
|
File size:
431 bytes
|
Line | |
---|
1 | <?php if ($isCommunityMember): ?> |
---|
2 | <?php $body = __('You are already joined to this community.') ?> |
---|
3 | <?php else: ?> |
---|
4 | <?php $body = __('You have already sent the participation request to this community.') ?> |
---|
5 | <?php endif; ?> |
---|
6 | <?php op_include_box('error', $body, array('title' => __('Errors'))) ?> |
---|
7 | |
---|
8 | <?php use_helper('Javascript') ?> |
---|
9 | <?php op_include_line('backLink', link_to_function(__('Back to previous page'), 'history.back()')) ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.