Exemple #1
0
<? }

} else { ?>

	<p><?php 
echo t('No groups found.');
?>
</p>
	
<? } ?>
</div>
<? if ($gl->requiresPaging()) { ?>
<div class="ccm-pane-footer">
	<?php 
echo $gl->displayPagingV2();
?>
</div>
<? } ?>

<? } else { ?>
<div class="ccm-pane-body ccm-pane-body-footer">
	<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>
</div>
<? } ?>

<?php 
echo Loader::helper('concrete/dashboard')->getDashboardPaneFooterWrapper(false);
Exemple #2
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" class="ccm-pane-dialog-pagination">
	<?
	$url = REL_DIR_FILES_TOOLS_REQUIRED . '/select_group?gKeywords=' . $_REQUEST['gKeywords'] . '&include_core_groups=' . $_REQUEST['include_core_groups'] . '&' . PAGING_STRING . '=%pageNum%';
	$gl->displayPagingV2($url);
	?>
	</div>
	
	<?
	
	} else { ?>
	
		<p><?php 
echo t('No groups found.');
?>
</p>
		
	<? } ?>
	
	</div>