Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv17227/phpslash-ft/public_html/templates/en/default
Modified Files:
authorList.tpl
Log Message:
saveAuthor check
Index: authorList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/authorList.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** authorList.tpl 11 Sep 2001 16:38:20 -0000 1.6
--- authorList.tpl 11 Apr 2002 21:05:06 -0000 1.7
***************
*** 24,27 ****
--- 24,40 ----
</TR>
<!-- END row -->
+ <!-- BEGIN row2 -->
+
+ <TR bgcolor="#eeeeee">
+ <TD WIDTH=30> </TD>
+ <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{NAME}</a></TD>
+ <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{REALNAME}</a></TD>
+ <TD>{URL}</TD>
+ <TD>{EMAIL}</TD>
+ <TD>{QUOTE}</TD>
+ <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">Modify</a>
+ || <a href="{ACTION_URL}?submit=delete{AMP}id={AUTHOR_ID}">Delete</a></TD>
+ </TR>
+ <!-- END row2 -->
</TABLE>
|