?>
		<table width="90%" cellspacing="0" cellpadding="0">
		<tr>
			<?php 
    if ($_SESSION["SESSION_CUTEFLOW_ACCESSLEVEL"] == 2 || $_SESSION["SESSION_CUTEFLOW_ACCESSLEVEL"] == 8) {
        // check if an extension exists
        $extensions = $objCirculation->getExtensionsByHookId('CF_ADD_CIRCULATION');
        if ($extensions) {
            $extension = $extensions[0];
            // only one extension is possible here
            $path = $extension['path'];
            $Extension = $extension['Extension'];
            $hooks = $Extension->hook;
            $hook = $hooks[0];
            $destination = $path . $hook->destination;
            $destination .= $objCirculation->getExtensionParams($hook);
            $strEncryptedLinkURL = $destination;
        } else {
            $strParams = 'language=' . $_REQUEST["language"] . '&circid=-1';
            $strEncyrptedParams = $objURL->encryptURL($strParams);
            $strEncryptedLinkURL = 'editcirculation.php?key=' . $strEncyrptedParams;
        }
        ?>
				<td align="left" width="14px">
    				<a href="<?php 
        echo $strEncryptedLinkURL;
        ?>
"><img src="../images/addcirculation.png" border="0"></a>
    			</td>
    			<td align="left">
    				[ <a href="<?php