~jfb-tempo-consulting/unifield-web/py3-int

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/form/templates/email.mako

  • Committer: jf
  • Date: 2023-08-17 11:45:31 UTC
  • mfrom: (5008.1.49 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20230817114531-jvmqc8nl6yezmhnn
[MERGE] UF30.0rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
% if editable:
2
 
    <input type="text" id="${name}" name="${name}" class="${css_class}" size="1"
 
2
    <input type="email" id="${name}" name="${name}" class="${css_class}" size="1"
3
3
        ${py.attrs(attrs, kind=kind, value=value)}/>
4
4
    % if error:
5
5
    <span class="fielderror">${error}</span>