projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6b737
)
Adds empty education field.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 1 Jul 2010 08:04:44 +0000
(10:04 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 1 Jul 2010 08:05:06 +0000
(10:05 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/profile/general.edu.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/profile/general.edu.tpl
b/templates/profile/general.edu.tpl
index
51ff4c7
..
ec518f4
100644
(file)
--- a/
templates/profile/general.edu.tpl
+++ b/
templates/profile/general.edu.tpl
@@
-48,6
+48,7
@@
</td>
<td>
<select name="{$eduname}[fieldid]">
+ <option value=""> </option>
{foreach from=$edu_fields item=field}
<option value="{$field.id}" {if $field.id eq $edu.fieldid}selected="selected"{/if}>{$field.field}</option>
{/foreach}