Update nutups and js file into generated mix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</span><span class=data>
|
||||
% my @${Name}_options = ${structure:OptionsInPerl};
|
||||
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
|
||||
%= select_field '${Name}' => @${Name}_options, class => 'input'
|
||||
%= select_field '${Name}' => @${Name}_options, class => 'input', id => '${Name}_select'
|
||||
<br></span> </p>
|
||||
]]></Select>
|
||||
|
||||
|
@@ -5,6 +5,7 @@
|
||||
%# css specific to this panel:
|
||||
% content_for 'module' => begin
|
||||
%= stylesheet '/css/${lcPackageName}.css'
|
||||
%= javascript '/js/${lcPackageName}.js'
|
||||
<div id="module" class="module ${PackageName}-panel">
|
||||
|
||||
% if ($config->{debug} == 1) {
|
||||
|
Reference in New Issue
Block a user