mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 16:41:26 +02:00
[ticket/14093] Hardcoded language in ucp_pm_viewfolder.html
PHPBB3-14093
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user