1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/15699] Move files between filesystems

PHPBB3-15699
This commit is contained in:
Rubén Calvo
2018-06-25 20:04:13 +02:00
committed by Ruben Calvo
parent d64eaad487
commit fd2e4592c3
3 changed files with 92 additions and 9 deletions

View File

@@ -97,6 +97,15 @@
{% endfor %}
{% endfor %}
<fieldset>
<dl>
<dt><label for="remove_old">{{ lang('STORAGE_REMOVE_OLD_FILES') }}{{ lang('COLON') }}</label><br /><span>{{ lang('STORAGE_REMOVE_OLD_FILES_EXPLAIN') }}</span></dt>
<dd>
<input type="checkbox" name="remove_old">
</dd>
</dl>
</fieldset>
<fieldset class="submit-buttons">
<legend>{{ lang('SUBMIT') }}</legend>
<input class="button1" type="submit" id="submit" name="submit" value="{{ lang('SUBMIT') }}" />&nbsp;