Lines Matching full:category
21 var $category = null; variable in syntax_plugin_translator_translator
77 $this->category = $_REQUEST['Category'];
92 if ( empty($this->category) || empty($this->currentLanguage) ) {
115 * Create a Setup Fieldset with Category and Language
126 …>addElement(form_makeListboxField('Category', array_keys($categories), $_REQUEST['Category'], $thi…
129 … (empty($categories[$_REQUEST['Category']]['Versions']) ? array('none given') : array_keys($catego…
155 …$form->addElement(form_makeListboxField('Category', $categories, $currentCategory, $this->getLang(…
171 …list($matrix, $max) = $this->functions->_getTranslationMatrix($this->category, $this->version, $th…
172 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
288 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
292 …e' style='width:150px;'>{$this->getLang('Category')}:</div><div style='width:200px;float:right'>$t…
296 …v style='width:200px;float:right'>" . tpl_link(wl($ID, array('Category' => $this->category, 'Versi…
329 if ( empty ( $this->category ) || empty ( $this->currentVersion ) ) {
333 list($cagtegoryID, $filename) = $this->functions->_getCategoryFromName($this->category);
342 …$form = $this->_startFieldSet( $this->category . ' ' . $this->getLang('Version') . ' ' . $this->cu…
347 $form->addHidden('Category', $this->category);
365 …$form->addElement($this->functions->_downloadLink($this->category, $this->currentVersion, $languag…
369 …$form->addElement($this->functions->_downloadLink($this->category, $this->currentVersion, $languag…
396 $form->addHidden('Category', $_REQUEST['Category']);