Commit 48e3aaad authored by Toby Dickenson's avatar Toby Dickenson

merged toby-unicode-properties-fix-branch; a fix for non-latin1 property...

merged toby-unicode-properties-fix-branch; a fix for non-latin1 property names, and non-latin1 property renderign when there are no other unicode properties defined
parent 3c83b9c9
<dtml-call "REQUEST.set('management_page_charset','UTF-8')"> <dtml-call "REQUEST.set('management_page_charset','UTF-8')">
<dtml-var "u''"> <dtml-var "u' '">
<dtml-var manage_page_header> <dtml-var manage_page_header>
<dtml-with "_(management_view='Properties')"> <dtml-with "_(management_view='Properties')">
<dtml-var manage_tabs> <dtml-var manage_tabs>
...@@ -44,7 +44,7 @@ property values, edit the values and click &quot;Save Changes&quot;. ...@@ -44,7 +44,7 @@ property values, edit the values and click &quot;Save Changes&quot;.
<tr> <tr>
<td align="left" valign="top" width="16"> <td align="left" valign="top" width="16">
<dtml-if "'d' in _['sequence-item'].get('mode', 'awd')"> <dtml-if "'d' in _['sequence-item'].get('mode', 'awd')">
<input type="checkbox" name="_ids:utf8:list" value="<dtml-var id html_quote>" <input type="checkbox" name="_ids:utf8:string:list" value="<dtml-var id html_quote>"
id="cb-<dtml-var id>"> id="cb-<dtml-var id>">
<dtml-else> <dtml-else>
</dtml-if> </dtml-if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment