Fix capitalisation of fields
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user