Ejemplo n.º 1
0
 function _getLocationFieldset($params)
 {
     $html = '';
     $html .= '<h3>' . $GLOBALS['Language']->getText('plugin_docman', 'new_location') . '</h3>';
     $itemRanking = new Docman_View_ItemRanking();
     $itemRanking->setSelectedValue($params['ordering']);
     $itemRanking->setDropDownName('ordering');
     $html .= $itemRanking->getDropDownWidget($params['item']);
     return $html;
 }