Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
dbed10a15bec
Commit
2f8a1ad3
authored
May 12, 2009
by
sylvain.thenault@logilab.fr
Browse files
rtag has been updated
parent
a631229ec259
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/email.py
View file @
dbed10a1
...
...
@@ -16,7 +16,8 @@ from cubicweb.web.views import baseviews, primary
for
rtype
in
(
'sender'
,
'recipients'
,
'cc'
,
'parts'
):
uicfg
.
primaryview_section
.
tag_subject_of
((
'Email'
,
rtype
,
'*'
),
'hidden'
)
uicfg
.
autoform_widget
.
tag_attribute
((
'Email'
,
'subject'
),
formwidgets
.
TextInput
)
uicfg
.
autoform_field_kwargs
.
tag_attribute
((
'Email'
,
'subject'
),
{
'widget'
:
formwidgets
.
TextInput
})
class
EmailPrimaryView
(
primary
.
PrimaryView
):
__select__
=
implements
(
'Email'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment