Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv6220/phpslash-ft/public_html/templates/en/basic
Modified Files:
authorList.tpl
Log Message:
auth_preauth
Index: authorList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/authorList.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** authorList.tpl 9 Apr 2002 16:57:06 -0000 1.2
--- authorList.tpl 20 May 2002 19:54:17 -0000 1.3
***************
*** 22,25 ****
--- 22,26 ----
<td>{QUOTE}</td>
<td>
+ <a href="{ACTION_URL}?submit=lostpw{AMP}id={AUTHOR_ID}">Lost Password</a> ||
<a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">Modify</a> ||
<a href="{ACTION_URL}?submit=delete{AMP}id={AUTHOR_ID}">Delete</a>
***************
*** 36,39 ****
--- 37,41 ----
<td>{QUOTE}</td>
<td>
+ <a href="{ACTION_URL}?submit=lostpw{AMP}id={AUTHOR_ID}">Lost Password</a> ||
<a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">Modify</a> ||
<a href="{ACTION_URL}?submit=delete{AMP}id={AUTHOR_ID}">Delete</a>
|