Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv19148/phpslash-ft/public_html/templates/en/default
Modified Files:
storyList.tpl
Log Message:
easier navigation in StoryAdmin, some comment fixes too...
Index: storyList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/storyList.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** storyList.tpl 2000/09/29 08:48:51 1.3
--- storyList.tpl 2001/10/17 17:11:27 1.4
***************
*** 2,5 ****
--- 2,15 ----
<FORM ACTION="{ACTION_URL}" METHOD="POST">
<INPUT TYPE="submit" NAME="submit" VALUE="new">
+
+ <BR>
+
+ {AUTHOR_SELECT}
+ {TOPIC_SELECT}
+ {SECTION_SELECT}
+ <INPUT TYPE="submit" NAME="submit" VALUE="modify">
+
+ <BR>
+
<TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0>
<TR>
|