From 8e79f7c70f2ab8081fef3e2731eb3898c6eecf49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 7 Jan 2011 15:31:37 +0100 Subject: [PATCH] Adds explaination about job keywords in profile edition (Closes #1288). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- htdocs/javascript/profile.js | 2 ++ templates/profile/jobs.job.tpl | 3 +++ 2 files changed, 5 insertions(+) diff --git a/htdocs/javascript/profile.js b/htdocs/javascript/profile.js index b70fb06..ff6c312 100644 --- a/htdocs/javascript/profile.js +++ b/htdocs/javascript/profile.js @@ -638,6 +638,8 @@ function selectJobTerm(li) */ function toggleJobTermsTree(jobid, textfilter) { + $('#term_tree_comment').toggle(); + var treepath; if (jobid < 0) { treepath = ''; diff --git a/templates/profile/jobs.job.tpl b/templates/profile/jobs.job.tpl index f350a6a..a39bec9 100644 --- a/templates/profile/jobs.job.tpl +++ b/templates/profile/jobs.job.tpl @@ -148,6 +148,9 @@ + + La catégorie « Emplois » donne une liste de métiers, « Secteurs d'activité » décrit des secteurs. + Description -- 2.1.4