Beispiel #1
0
<div class="input">
	<input type="text" name="gKeywords" value="<?php 
echo htmlentities($_REQUEST['gKeywords']);
?>
"  />
	<input class="btn" type="submit" value="<?php 
echo t('Search');
?>
" />
</div>
<input type="hidden" name="group_submit_search" value="1" />
</div>
</form>
</div>
</div>
<div class="ccm-pane-body <? if (!$gl->requiresPaging()) { ?> ccm-pane-body-footer <? } ?>">

	<a href="<?php 
echo View::url('/dashboard/users/add_group');
?>
" style="float: right;z-index:999;position:relative;top:-5px"  class="btn primary"><?php 
echo t("Add Group");
?>
</a>

<? if (count($gResults) > 0) { 
	$gl->displaySummary();
	?>
				<style type="text/css">
				div.ccm-paging-top {padding-bottom:10px;}
			</style>
Beispiel #2
0
	<input type="text" name="gKeywords" value="<?php 
        echo Loader::helper('text')->entities($_REQUEST['gKeywords']);
        ?>
"  />
	<input class="btn" type="submit" value="<?php 
        echo t('Search');
        ?>
" />
</div>
<input type="hidden" name="group_submit_search" value="1" />
</div>
</div>
</form>
</div>
<div class="ccm-pane-body <?php 
        if (!$gl->requiresPaging()) {
            ?>
 ccm-pane-body-footer <?php 
        }
        ?>
">

	<a href="<?php 
        echo View::url('/dashboard/users/add_group');
        ?>
" style="float: right; position:relative;top:-5px"  class="btn primary"><?php 
        echo t("Add Group");
        ?>
</a>

<?php