Exemplo n.º 1
0
" href="javascript:void(0)"><?php 
echo $g['gName'];
?>
</a>
				<?php 
echo $g['gDescription'] != '' ? ' - <span class="ccm-group-description">' . $g['gDescription'] . '</span>' : '';
?>
			</div>
		</div>
	
	<? } ?>
	
	<div id="ccm-group-paging">
	<?
	$url = REL_DIR_FILES_TOOLS_REQUIRED . '/select_group?gKeywords=' . $_REQUEST['gKeywords'] . '&include_core_groups=' . $_REQUEST['include_core_groups'] . '&ccm_paging_p=%pageNum%';
	$gl->displayPaging($url);
	?>
	</div>
	
	<?
	
	} else { ?>
	
		<p><?php 
echo t('No groups found.');
?>
</p>
		
	<? } ?>
	
	<? if (!$_REQUEST['group_submit_search']) { ?>
Exemplo n.º 2
0
echo ASSETS_URL_IMAGES;
?>
/icons/group.png)"><?php 
echo $g['gName'];
?>
</a>
		<div class="ccm-group-description"><?php 
echo $g['gDescription'];
?>
</div>
	</div>


<? }

	$gl->displayPaging();

} else { ?>

	<p><?php 
echo t('No groups found.');
?>
</p>
	
<? } ?>

<? } else { ?>
	<p><?php 
echo t('You do not have access to group search. This setting may be changed in the access section of the dashboard settings page.');
?>
</p>