mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...
git-svn-id: file:///svn/phpbb/trunk@7330 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -29,7 +29,7 @@ function checkForm(formObj)
|
||||
|
||||
<div id="pagecontent">
|
||||
|
||||
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)">
|
||||
<form action="{S_POST_ACTION}" method="post" name="postform" onsubmit="return checkForm(this)">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
|
@@ -34,7 +34,7 @@
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_SHOW_PM_BOX -->
|
||||
<form action="{S_POST_ACTION}" method="post" name="post"{S_FORM_ENCTYPE}>
|
||||
<form action="{S_POST_ACTION}" method="post" name="postform"{S_FORM_ENCTYPE}>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DRAFT_LOADED -->
|
||||
@@ -203,7 +203,7 @@
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
var form_name = 'post';
|
||||
var form_name = 'postform';
|
||||
var text_name = 'message';
|
||||
//-->
|
||||
</script>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
var form_name = 'post';
|
||||
var form_name = 'postform';
|
||||
var text_name = 'message';
|
||||
//-->
|
||||
</script>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
<!-- IF S_SHOW_PM_BOX and S_POST_ACTION -->
|
||||
<form action="{S_POST_ACTION}" method="post" name="post"{S_FORM_ENCTYPE}>
|
||||
<form action="{S_POST_ACTION}" method="post" name="postform"{S_FORM_ENCTYPE}>
|
||||
<!-- ENDIF -->
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
@@ -15,7 +15,7 @@
|
||||
</tr>
|
||||
<!-- IF not S_ALLOW_MASS_PM -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_USERNAME}:</b><br />[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false">{L_FIND_USERNAME}</a> ]</td>
|
||||
<td class="row1"><b class="genmed">{L_USERNAME}:</b><br />[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -27,7 +27,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><textarea name="username_list" rows="5" cols="22"></textarea><br />
|
||||
[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false">{L_FIND_USERNAME}</a> ]
|
||||
[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
@@ -300,7 +300,7 @@
|
||||
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
|
||||
<td class="gensmall">{L_MOVED_TOPIC}</td>
|
||||
<td class="gensmall">{L_TOPIC_MOVED}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user