You are here

filedepot_activefolder.tpl.php in filedepot 7

activefolder.tpl.php

File

theme/filedepot_activefolder.tpl.php
View source
<?php

/**
 * @file
 * activefolder.tpl.php
 */
?>
<div>
  <!-- DIV active if in a selected category view -->
  <div style="float:left;width:99%;padding-left:5px;margin-top:5px;display:<?php

print $show_activefolder;
?>;">
    <div class="floatleft" style="font-size:9pt;height:26px;padding-bottom:5px;display:<?php

print $show_breadcrumbs;
?>;"><?php

print $folder_breadcrumb_links;
?></div>
    <div style="float:right;width:50%"><?php

print $ajaxstatus;
print $ajaxactivity;
?></div>
    <div class="clearboth"></div>
    <div class="floatleft" style="padding-right:5px;padding-bottom:10px;vertical-align:top;width:3%">
      <span style="padding-left:2px;"><img src="<?php

print $layout_url;
?>/css/images/allfolders-16x16.png"></span>
    </div>
    <div id="activefolder_area" style="width:96%;">
       <?php

print $active_folder_admin;
?>
    </div>
    <div class="clearboth"></div>
  </div>
  <!-- DIV active if in Report Mode -->
  <div id="reportheadercontainer" style="display:<?php

print $show_reportmodeheader;
?>">
    <div class="pluginReportTitle floatleft" style="width:270;padding-left:2px;padding-bottom:0px;vertical-align:top;">
      <div style="float:left;padding-left:60px;white-space:nowrap;"><?php

print t($report_heading);
?></div>
    </div>
  </div>
</div>