?>
					 
					</td>
                    
				</tr>
			</tbody>
		</table>
	</div>
<?php 
} else {
    if ($this->overallconfig['show_print_button'] == 1) {
        ?>
		<div class="componentheading">
			<table class="contentpaneopen">
				<tbody>
					<tr class="contentheading">
						<td class="buttonheading" align="right">
						<?php 
        if (JRequest::getVar('print') != 1) {
            echo JoomleagueHelper::printbutton(null, $this->overallconfig);
        }
        ?>
						&nbsp;
						</td>
					</tr>
				</tbody>
			</table>
		</div>
	<?php 
    }
}