projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64f845
)
Fixes error display for job url.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 12 Apr 2011 16:37:32 +0000
(18:37 +0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/templates/profile/jobs.job.tpl
b/templates/profile/jobs.job.tpl
index
2b4efc3
..
58c2aef
100644
(file)
--- a/
templates/profile/jobs.job.tpl
+++ b/
templates/profile/jobs.job.tpl
@@
-171,7
+171,7
@@
<tr class="pair" {if $hiddenjob}style="display: none"{/if}>
<td class="titre">Page 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>