Ejemplo n.º 1
0
}
if ($_REQUEST['fExtension'] != false) {
    unset($searchFields['extension']);
}
$html = Loader::helper('html');
Loader::model('file_attributes');
$searchFieldAttributes = FileAttributeKey::getSearchableList();
foreach ($searchFieldAttributes as $ak) {
    $searchFields[$ak->getAttributeKeyID()] = $ak->getAttributeKeyDisplayHandle();
}
$ext1 = FileList::getExtensionList();
$extensions = array();
foreach ($ext1 as $value) {
    $extensions[$value] = $value;
}
$t1 = FileList::getTypeList();
$types = array();
foreach ($t1 as $value) {
    $types[$value] = FileType::getGenericTypeText($value);
}
?>

<?php 
$form = Loader::helper('form');
?>
	
	<div id="ccm-<?php 
echo $searchInstance;
?>
-search-field-base-elements" style="display: none">