Example #1
0

<table width="100%" border="0" cellspacing="0" cellpadding="0" class="noborder"> 

	<?php 
switch ($this->task) {
    case "move":
        echo "<br />";
        echo "Select new category for this Thread";
        echo "<br />";
        echo "<br />";
        echo "<form action='' method='post' name='postform' id='postform'>";
        echo "<input type='hidden' name='task' value='move'>";
        echo "<input type='hidden' name='catid' value='" . $this->categoryFrom . "'>";
        echo "<input type='hidden' name='thread' value='" . $this->thread . "'>";
        echo $CofiHelper->getMoveToSelectBox();
        echo "<br />";
        echo "<br />";
        echo "<br />";
        echo "<br />";
        echo "<input type='submit' name='submit' value='Move thread'>";
        echo "</form>";
        echo "<br />";
        echo "<br />";
        break;
    case "approve":
        echo "<br />";
        echo "<h2 class='contentheading'>" . JText::_('COFI_MODERATION_POSTS_WAITING') . "</h2>";
        echo "<br />";
        echo "<table width='100%' border='0' cellspacing='0' cellpadding='5' class='noborder'>";
        $rowColor = 2;