Fix capitalisation of fields

This commit is contained in:
2024-09-15 16:01:09 +01:00
parent 4d7cc1f076
commit 265901414c
7 changed files with 30 additions and 35 deletions

View File

@@ -1,12 +1,4 @@
<root>
<Text><![CDATA[
<p><span class=label>
%=l('${prefix}_${Label}')
</span><span class=data>
% text_field ${Value}
</span></p>
]]></Text>
<Selection><![CDATA[
<p><span class=label>
%=l('${prefix}_${Label}')
@@ -45,14 +37,14 @@
]]></Time>
<Textinput><![CDATA[
<Text><![CDATA[
<p><span class=label>
%=l('${prefix}_${Label}')
</span><span class=data>
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
%= text_field '${Name}', size => '${size | 50}', class => 'input' , pattern=>'${regexp | ".*"}' , placeholder=>'${placeholder | Name}'
<br></span></p>
]]></Textinput>
]]></Text>
<SubHeader><![CDATA[
<h2><%=l('${value}')%></h2>]]>
@@ -218,7 +210,7 @@
<Preformatted><![CDATA[
<pre>
${value}'
${Value}'
</pre>
]]>
</Preformatted>