phpBB

Code Changes

File: adm/style/acp_database.html

  Unmodified   Added   Modified   Removed
Line 20Line 20
	<p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_START_RESTORE}" />&nbsp;
<input class="button2" type="submit" id="delete" name="delete" value="{L_DELETE_BACKUP}" />&nbsp;

	<p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_START_RESTORE}" />&nbsp;
<input class="button2" type="submit" id="delete" name="delete" value="{L_DELETE_BACKUP}" />&nbsp;

		<input class="button2" type="submit" id="download" name="download" value="{L_DOWNLOAD_BACKUP}" />

 
	</p>
{S_FORM_TOKEN}
</fieldset>

	</p>
{S_FORM_TOKEN}
</fieldset>

Line 36Line 35

<p>{L_ACP_BACKUP_EXPLAIN}</p>



<p>{L_ACP_BACKUP_EXPLAIN}</p>


	<script type="text/javascript">

	<script>

	// <![CDATA[

function selector(bool)

	// <![CDATA[

function selector(bool)

Line 67Line 66
		<dd><!-- BEGIN methods -->
<label><input name="method"<!-- IF methods.S_FIRST_ROW --> id="method" checked="checked"<!-- ENDIF --> type="radio" class="radio" value="{methods.TYPE}" /> {methods.TYPE}</label>
<!-- END methods --></dd>

		<dd><!-- BEGIN methods -->
<label><input name="method"<!-- IF methods.S_FIRST_ROW --> id="method" checked="checked"<!-- ENDIF --> type="radio" class="radio" value="{methods.TYPE}" /> {methods.TYPE}</label>
<!-- END methods --></dd>

	</dl>
<dl>
<dt><label for="where">{L_ACTION}{L_COLON}</label></dt>
<dd>
<label><input id="where" type="radio" class="radio" name="where" value="store" checked="checked" /> {L_STORE_LOCAL}</label>
<label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label>
</dd>

 
	</dl>
<dl>
<dt><label for="table">{L_TABLE_SELECT}{L_COLON}</label></dt>

	</dl>
<dl>
<dt><label for="table">{L_TABLE_SELECT}{L_COLON}</label></dt>