Beispiel #1
0
		<tbody>
		<?php 
for ($i = 0, $n = count($this->rules); $i < $n; $i++) {
    $row =& $this->rules[$i];
    ?>
			<tr class="cat-list-row<?php 
    echo $i % 2;
    ?>
" >
			
<?php 
    if ($this->params->get('show_caticon', 1)) {
        ?>
				<td headers="categorylist_header_title" class="list-title">
					<?php 
        echo _getIconCategoryRule($row->category);
        ?>
				</td>
<?php 
    }
    ?>
				<td headers="categorylist_header_title" class="list-title">
					<?php 
    echo JText::_($row->rule_name);
    ?>
				</td>
<?php 
    if ($this->params->get('show_desc', 1)) {
        ?>
				<td headers="categorylist_header_title" class="list-title">
					<?php 
Beispiel #2
0
			</div>					   
		<?php 
            $margin = 42;
        } else {
            $margin = 0;
        }
        ?>
		
		<div style="margin-left:<?php 
        echo $margin;
        ?>
px;margin-top:0px;">
				<?php 
        // insert icon category if exist
        if ($params->get('showIconCategory', 1) && $item->category != '') {
            echo _getIconCategoryRule($item->category) . '&nbsp;';
        }
        echo JText::_($item->rule_name);
        ?>
		</div>
				<div class="small" style="margin-left:<?php 
        echo $margin;
        ?>
px;margin-top:2px;">
				<?php 
        switch ($item->plugin_function) {
            case 'sysplgaup_dailylogin':
                echo JHTML::_('date', $item->datareference, JText::_('DATE_FORMAT_LC1'));
                break;
            case 'plgaup_getcouponcode_vm':
            case 'plgaup_alphagetcouponcode_vm':
Beispiel #3
0
            }
            ?>
				<td headers="categorylist_header_title" class="list-title">
				<?php 
            echo $startprofil . $avatar . $endprofil;
            ?>
</td>
				<?php 
        }
        ?>
				<td headers="categorylist_header_title" class="list-title">
						<b>
						<?php 
        // insert icon category if exist
        if ($this->params->get('showIconCategory', 1) && $activity->category != '') {
            echo _getIconCategoryRule($activity->category) . '&nbsp;';
        }
        echo JText::_($activity->rule_name);
        ?>
						</b>
						<br />
						<?php 
        switch ($activity->plugin_function) {
            case 'sysplgaup_dailylogin':
                echo JHTML::_('date', $activity->datareference, JText::_('DATE_FORMAT_LC1'));
                break;
            case 'plgaup_getcouponcode_vm':
            case 'plgaup_alphagetcouponcode_vm':
            case 'sysplgaup_buypointswithpaypal':
                echo '';
                break;