Commit 98d70100 authored by Tatuya Kamada's avatar Tatuya Kamada

- append the icon of the FormPrintout

- modify the HTML table layout of the 'Edit' tab


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26864 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 84d21e29
......@@ -113,6 +113,7 @@ class FormPrintout(Implicit, Persistent, RoleManager, Item):
"""
meta_type = "ERP5 Form Printout"
icon = "www/form_printout_icon.png"
# Declarative Security
security = ClassSecurityInfo()
......
......@@ -22,7 +22,7 @@
</tr>
<tr>
<td align="left" valign="top">
<td align="left" valign="top" colspan="2">
<div class="form-element">
<em tal:condition="here/wl_isLocked">Locked by WebDAV</em>
<input tal:condition="not:here/wl_isLocked"
......
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