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
mahara
mahara
Commits
dd0abecf
Commit
dd0abecf
authored
Jan 23, 2007
by
Martyn Smith
Committed by
Martyn Smith
Jan 23, 2007
Browse files
Fix profile email list look'n'feel
parent
15179e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/form/emaillist.tpl
View file @
dd0abecf
...
...
@@ -86,10 +86,14 @@
swapDOM
(
div
,
LABEL
(
null
,
INPUT
(
{
'type'
:
'radio'
,
'name'
:
'{{$name}}_selected'
,
'value'
:
email
}
),
INPUT
(
{
'type'
:
'hidden'
,
'name'
:
'{{$name}}_valid[]'
,
'value'
:
email
}
),
'
'
+
email
,
DIV
(
{
'class'
:
'validated'
}
,
LABEL
(
null
,
INPUT
(
{
'type'
:
'radio'
,
'name'
:
'{{$name}}_selected'
,
'value'
:
email
}
),
INPUT
(
{
'type'
:
'hidden'
,
'name'
:
'{{$name}}_valid[]'
,
'value'
:
email
}
),
'
'
+
email
),
'
'
,
A
(
{
'href'
:
''
,
'onclick'
:
'{{$name}}_remove(this); return false'
}
,
'
[x]
'
)
)
);
...
...
Write
Preview
Supports
Markdown
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