Fixes error display for job url.
authorStéphane Jacob <sj@m4x.org>
Tue, 12 Apr 2011 16:37:32 +0000 (18:37 +0200)
committerStéphane Jacob <sj@m4x.org>
Tue, 12 Apr 2011 17:01:50 +0000 (19:01 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/profile/jobs.job.tpl

index 2b4efc3..58c2aef 100644 (file)
     <tr class="pair" {if $hiddenjob}style="display: none"{/if}>
       <td class="titre">Page&nbsp;perso</td>
       <td>
-          <input type="text" size="35" maxlength="255" {if t($job.w_rul)}class="error"{/if}
+          <input type="text" size="35" maxlength="255" {if t($job.w_url_error)}class="error"{/if}
                  name="{$jobpref}[w_url]" value="{$job.w_url}" />
       </td>
     </tr>