CaMykS  1.0-20231201
Variables
admin_edit_category.html.inc File Reference

Variables

global $camyks
 Admin_GenericGlossaryManager Module edit category layout. More...
 
 $flags = array()
 
 $lgs = $camyks->get_confValue('editing_languages')
 
if(count($lgs)==1) else
 
 foreach ( $lgs as $l) = $camyks->get_translation('formitem_title')
 
 endforeach = $this->editform->display_textInput(array('name'=>'title', 'language'=>$l))
 

Variable Documentation

◆ $camyks

global $camyks

Admin_GenericGlossaryManager Module edit category layout.

Plugin, Module Layout

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.1
Date
Creation: May 2010
Modification: Feb 2020
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

◆ $flags

$flags = array()

◆ $lgs

$lgs = $camyks->get_confValue('editing_languages')

◆ else

if (count( $lgs)==1) else
Initial value:
{
foreach ($lgs as $l)
$flags[$l] = '<img src="'.language_getIcon($l, false).'" alt="" style="float:right" />'
$lgs
Definition: admin_edit_category.html.inc:16
$flags
Definition: admin_edit_category.html.inc:15
$l
Definition: site_nobox.html.inc:12

◆ foreach

foreach($lgs as $l) (   $lgs as) = $camyks->get_translation('formitem_title')

◆ endforeach

endforeach = $this->editform->display_textInput(array('name'=>'title', 'language'=>$l))