mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
rename variables to avoid name clashes in aggregating plugins
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9808 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
<!-- ENDIF -->
|
||||
|
||||
<dl>
|
||||
<dt><label>{CONFIRM_QUESTION}</label>:<br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt>
|
||||
<dt><label>{QA_CONFIRM_QUESTION}</label>:<br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt>
|
||||
<dd>
|
||||
<input type="text" tabindex="10" name="answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" />
|
||||
<input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" />
|
||||
<input type="text" tabindex="10" name="qa_answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" />
|
||||
<input type="hidden" name="confirm_id" id="qa_confirm_id" value="{QA_CONFIRM_ID}" />
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{CONFIRM_QUESTION}: </b><br /></td>
|
||||
<td class="row2"><input class="post" type="text" name="answer" size="80" /></td>
|
||||
<input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></td>
|
||||
<td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}: </b><br /></td>
|
||||
<td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td>
|
||||
<input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td>
|
||||
</tr>
|
Reference in New Issue
Block a user