aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_language.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-01-17 18:28:19 -0800
committerNathan Guse <nathaniel.guse@gmail.com>2014-01-17 18:28:19 -0800
commit8486d6a9d15f2f483383286f39abe474917c95ad (patch)
tree342bc5169a639270a659187c046048502f9e6b23 /phpBB/adm/style/acp_language.html
parent54afdeb7eeb460502559f6d0c0048c9e89647a8b (diff)
parentd512197bb9b8ec609746c7bf3e90c78449e89b7b (diff)
downloadforums-8486d6a9d15f2f483383286f39abe474917c95ad.tar
forums-8486d6a9d15f2f483383286f39abe474917c95ad.tar.gz
forums-8486d6a9d15f2f483383286f39abe474917c95ad.tar.bz2
forums-8486d6a9d15f2f483383286f39abe474917c95ad.tar.xz
forums-8486d6a9d15f2f483383286f39abe474917c95ad.zip
Merge pull request #1938 from prototech/ticket/12077
[ticket/12077] Ensure that valid upload methods are presented to user in language packs page.
Diffstat (limited to 'phpBB/adm/style/acp_language.html')
-rw-r--r--phpBB/adm/style/acp_language.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html
index f5267e8f7f..d32f6b7eac 100644
--- a/phpBB/adm/style/acp_language.html
+++ b/phpBB/adm/style/acp_language.html
@@ -147,7 +147,7 @@
</tr>
<tr>
<td class="row3" style="text-align: right;">
- <!-- IF ALLOW_UPLOAD -->&nbsp;&nbsp;{L_UPLOAD_METHOD}{L_COLON}&nbsp;<!-- BEGIN buttons--><input type="radio" class="radio"<!-- IF buttons.S_FIRST_ROW --> id="method" checked="checked"<!-- ENDIF --> value="{buttons.VALUE}" name="method" />&nbsp;{buttons.VALUE}&nbsp;<!-- END buttons --><input type="submit" name="upload_file" class="button2" value="{L_SUBMIT_AND_UPLOAD}" /><!-- ENDIF --></td>
+ <!-- IF ALLOW_UPLOAD -->&nbsp;&nbsp;{L_UPLOAD_METHOD}{L_COLON}&nbsp;<!-- BEGIN buttons --><input type="radio" class="radio"<!-- IF buttons.S_FIRST_ROW --> id="method" checked="checked"<!-- ENDIF --> value="{buttons.VALUE}" name="method" />&nbsp;{buttons.VALUE}&nbsp;<!-- END buttons --><input type="submit" name="upload_file" class="button2" value="{L_SUBMIT_AND_UPLOAD}" /><!-- ENDIF --></td>
</tr>
</thead>
<tbody>