1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Added gzip compression for downloadable file

git-svn-id: file:///svn/phpbb/trunk@805 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-08-03 13:16:59 +00:00
parent 4255736e23
commit 9145937a9f
3 changed files with 90 additions and 39 deletions

View File

@@ -5,29 +5,33 @@
<P>{L_BACKUP_EXPLAIN}</p>
<table cellspacing="1" cellpadding="4" border="0" align="center">
<tr><form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}">
<form method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th colspan="2">{L_BACKUP_OPTIONS}</th>
</tr>
<tr>
<td class="row2">{L_FULL_BACKUP}</td>
<td class="row2"><input type="radio" name="backup_type" value="full"></td>
<td class="row2"><input type="radio" name="backup_type" value="full" checked="checked" /></td>
</tr>
<tr>
<td class="row1">{L_STRUCTURE_BACKUP}</td>
<td class="row1"><input type="radio" name="backup_type" value="structure"></td>
<td class="row1"><input type="radio" name="backup_type" value="structure" /></td>
</tr>
<tr>
<td class="row2">{L_DATA_BACKUP}</td>
<td class="row2"><input type="radio" name="backup_type" value="data"></td>
<td class="row2"><input type="radio" name="backup_type" value="data" /></td>
</tr>
<tr>
<td class="row1">{L_ADDITIONAL_TABLES}</td>
<td class="row1"><input type="text" name="additional_tables"></td>
<td class="row1"><input type="text" name="additional_tables" /></td>
</tr>
<tr>
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="backupstart" value="{L_START_BACKUP}"></td>
</form></tr>
</table></div>
<td class="row1">{L_GZIP_COMPRESS}</td>
<td class="row1">{L_NO} <input type="radio" name="gzipcompress" value="0" checked="checked" /> &nbsp;{L_YES} <input type="radio" name="gzipcompress" value="1" /></td>
</tr>
<tr>
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="backupstart" value="{L_START_BACKUP}" /></td>
</tr>
</table></form>
<br clear="all" />