Beispiel #1
0
            $shown++;
        }
    }
    // foreach
    if ($hidden) {
        // close the hidden div and show the "More" link
        ?>
				</div>											
				<a id="moreOption<?php 
        echo $genid;
        ?>
" style="display:block" class="coViewAction" href="javascript: og.showMoreActions('<?php 
        echo $genid;
        ?>
')">
			    	<?php 
        echo lang('more') . '...';
        ?>
			    </a> <?php 
    }
}
PageActions::clearActions();
?>
		</td>
	</tr>
	<tr>
		<td class="coViewBottomLeft" style="width:12px;">&nbsp;</td>
		<td class="coViewBottom" style="width:216px;"></td>
		<td class="coViewBottomRight" style="width:12px;">&nbsp;&nbsp;</td>
	</tr>
</table>