Jump to content

how to add new template for admin manager


Recommended Posts

hello

i have 2 question

1、how to add new template for admin manager and call the new template for program,now i add new tpl not css
2、
    'type' => 'radio',
    'label' => $this->l('channel:'),
    'name' => 'canal_type',
    'required' => true,
    'class' => 't',
    'values' => array(
        array(
            'id' => 'canal_type_up',
            'value' => 1,
            'label' => $this->l('channel-up')
        ),
        array(
            'id' => 'canal_type_down',
            'value' => 2,
            'label' => $this->l('channel-down')
        )
    )
i want to the radio to click event
 

Link to comment
Share on other sites

×
×
  • Create New...