|
From: Paul S. O. <ps...@us...> - 2002-03-24 00:15:14
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv19970/templates/subSilver/admin
Modified Files:
smile_list_body.tpl
Log Message:
Change method to post
Index: smile_list_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/smile_list_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** smile_list_body.tpl 19 Nov 2001 23:39:24 -0000 1.5
--- smile_list_body.tpl 24 Mar 2002 00:15:11 -0000 1.6
***************
*** 4,8 ****
<P>{L_SMILEY_TEXT}</p>
! <form method="get" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thCornerL">{L_CODE}</th>
--- 4,8 ----
<P>{L_SMILEY_TEXT}</p>
! <form method="post" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thCornerL">{L_CODE}</th>
|