aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-27 08:24:10 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-27 08:24:10 +0000
commit45a8139acdc9a175f8f8e1536d42fa36bc57ff4c (patch)
treedf7b51fc1b5063cdbcd46856cd16d0dacc28acd7 /template
parent4e775187b8d054835b179ff136ccd5ad5393711f (diff)
optional cookie identification
git-svn-id: http://piwigo.org/svn/trunk@45 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/default/profile.vtp17
1 files changed, 16 insertions, 1 deletions
diff --git a/template/default/profile.vtp b/template/default/profile.vtp
index 0d1d20fe3..3aef1460a 100644
--- a/template/default/profile.vtp
+++ b/template/default/profile.vtp
@@ -58,13 +58,28 @@
<td colspan="2">&nbsp;</td>
</tr>
<tr>
- <td class="menu">{#new} {#password}<input type="checkbox" name="use_new_pwd" value="1" /></td>
+ <td class="menu">{#new} {#password} <input type="checkbox" name="use_new_pwd" value="1" /></td>
<td class="menu"><input type="password" name="password" value="" /></td>
</tr>
<tr>
<td class="menu">{#reg_confirm}</td>
<td class="menu"><input type="password" name="passwordConf" value="" /></td>
</tr>
+ <!--VTP_cookie-->
+ <tr>
+ <td colspan="2">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu">{#create_cookie} <input type="checkbox" name="create_cookie" value="1" /></td>
+ <td class="menu">
+ <select name="cookie_expiration">
+ <!--VTP_expiration_option-->
+ <option value="{#value}">{#option}</option>
+ <!--/VTP_expiration_option-->
+ </select>
+ </td>
+ </tr>
+ <!--/VTP_cookie-->
<tr>
<td colspan="2">&nbsp;</td>
</tr>