Merge commit 'origin/master' into fusionax
[platal.git] / templates / profile / education.js.tpl
similarity index 71%
rename from templates/profile/adresses.tel.tpl
rename to templates/profile/education.js.tpl
index a49004b..e955c99 100644 (file)
 {*                                                                        *}
 {**************************************************************************}
 
-{assign var=telpref value="`$adpref`[tel][`$t`]"}
-{assign var=telid value="`$adid`_tel_`$t`"}
-<div style="float: right" class="flags">
-  {include file="include/flags.radio.tpl" name="`$telpref`[pub]" val=$tel.pub}
-</div>
-<span class="titre">N°{$t+1}</span>
-<input type="hidden" name="{$telpref}[removed]" value="0" />
-<input type="text" size="10" maxlength="30" name="{$telpref}[type]" value="{$tel.type|default:"Tél."}" />
-<input type="text" size="19" maxlength="28" name="{$telpref}[tel]" {if $tel.error}class="error"{/if} value="{$tel.tel}" />
-<a href="javascript:removeObject('{$telid}', '{$telpref}')">
-  {icon name=cross title="Supprimer ce numéro de téléphone"}
-</a>
+educationDegree     = new Array({education_degree});
+educationDegreeAll  = new Array({education_degree_all});
+educationDegreeName = new Array({education_degree_name}); 
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}