Typo in xml for expansion of helper plugins. Update to latest letsencryp and add nutups panel

This commit is contained in:
2025-01-20 12:04:42 +00:00
parent 076b604722
commit c7dc45ccb5
19 changed files with 919 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
<root>
<!-- Todo - add password visibility to password type -->
<!-- Todo - add password visibility to password type - DONE -->
<Select><![CDATA[
<p><span class=label>
%=l('${prefix}_${Label}')
@@ -122,8 +122,8 @@
%=l('${Label}')
</span><span class=data>
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
%=password_field '${Name}', class => 'pass${type_serial}'
</span>span></p>
%=password_field '${Name}', class => 'pass${type_serial} sme-password'
</span></p>
]]>
</Password>
@@ -252,7 +252,7 @@
</Link>
<ButtonLink><![CDATA[
<button href='${structure:href}' class='buttonlink buttonlink${type_serial}'>
<button type='button' href='${structure:href}' class='buttonlink buttonlink${type_serial}'>
%= l('${title}')
</button>
%#= button_to l('${title}'), '${structure:href}' , class=>'buttonlink buttonlink${type_serial}'