1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

Merge branch '3.1.x'

* 3.1.x:
  [ticket/14093] Hardcoded language in ucp_pm_viewfolder.html
This commit is contained in:
Tristan Darricau 2015-08-12 13:59:16 +02:00
commit 4773742881

View File

@ -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}" />&nbsp; <input class="button1" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" />&nbsp;
<input class="button2" type="reset" value="Reset" name="reset" />&nbsp; <input class="button2" type="reset" value="{L_RESET}" name="reset" />&nbsp;
{S_FORM_TOKEN} {S_FORM_TOKEN}
</fieldset> </fieldset>
</form> </form>