aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-22 08:45:21 +0000
committerplegall <plg@piwigo.org>2010-03-22 08:45:21 +0000
commitd3104275c0c496a0978a56c58c8b9440ce4e26cf (patch)
tree3f08cef0d9bc156f6d87841058699ae1be3791f1
parent15528af1f45f8947c7d363f8dfc511a84949bfee (diff)
feature 1505: bug fixed, the password was not replaced by stars
git-svn-id: http://piwigo.org/svn/trunk@5245 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/default/template/no_photo_yet.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/no_photo_yet.tpl b/themes/default/template/no_photo_yet.tpl
index 1d64929dd..cc5a9858d 100644
--- a/themes/default/template/no_photo_yet.tpl
+++ b/themes/default/template/no_photo_yet.tpl
@@ -95,7 +95,7 @@ border:2px solid #FF3363;
</tr>
<tr>
<td>{'Password'|@translate}</td>
- <td><input type="text" name="password"></td>
+ <td><input type="password" name="password"></td>
</tr>
</table>