mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #3825 from rxu/ticket/14093
[ticket/14093] Hardcoded language in ucp_pm_viewfolder.html * rxu/ticket/14093: [ticket/14093] Hardcoded language in ucp_pm_viewfolder.html
This commit is contained in:
commit
dead984f54
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<input type="hidden" name="export_option" value="CSV" />
|
<input type="hidden" name="export_option" value="CSV" />
|
||||||
<input class="button1" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" />
|
<input class="button1" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" />
|
||||||
<input class="button2" type="reset" value="Reset" name="reset" />
|
<input class="button2" type="reset" value="{L_RESET}" name="reset" />
|
||||||
{S_FORM_TOKEN}
|
{S_FORM_TOKEN}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<td class="row2"><input class="post" type="text" name="enclosure" value=""" /></td>
|
<td class="row2"><input class="post" type="text" name="enclosure" value=""" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="cat" colspan="2" align="center"><input type="hidden" name="export_option" value="CSV" /><input class="btnmain" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" /> <input class="btnlite" type="reset" value="Reset" name="reset" /></td>
|
<td class="cat" colspan="2" align="center"><input type="hidden" name="export_option" value="CSV" /><input class="btnmain" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
{S_FORM_TOKEN}
|
{S_FORM_TOKEN}
|
||||||
|
|
Loading…
Add table
Reference in a new issue