summaryrefslogtreecommitdiffstats
path: root/old/templates/default/upgrade.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/templates/default/upgrade.html')
-rw-r--r--old/templates/default/upgrade.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/old/templates/default/upgrade.html b/old/templates/default/upgrade.html
deleted file mode 100644
index efd4ec1..0000000
--- a/old/templates/default/upgrade.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- INCLUDE page_header.html -->
-<form method="post" action="upgrade.php">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">{L_EQDKP_UPGRADE}</th>
- </tr>
- <tr>
- <td class="row1" align="center">
- {L_SELECT_VERSION}<br /><br />
- <select name="version" class="input">
- <!-- BEGIN version_row -->
- <option value="{version_row.VALUE}"{version_row.SELECTED}>{version_row.OPTION}</option>
- <!-- END version_row -->
- </select><br />&nbsp;
- </td>
- </tr>
- <tr>
- <th><input type="submit" name="upgrade" value="{L_UPGRADE}" class="mainoption" /></th>
- </tr>
-</table>
-</form>
-<!-- INCLUDE page_tail.html --> \ No newline at end of file