Resolved FELIX-1441 /Search manifest entries of bundles/
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@924191 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/bundles_upload.html b/webconsole/src/main/resources/templates/bundles_upload.html
deleted file mode 100644
index c7399b6..0000000
--- a/webconsole/src/main/resources/templates/bundles_upload.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<script type="text/javascript" src="${appRoot}/res/lib/jquery.multifile-1.4.6.js"></script>
-
-<form method="post" enctype="multipart/form-data" action="${pluginRoot}" style="width:50%">
-
- <!-- top heading -->
- <div class="ui-widget-header ui-corner-top buttonGroup">
- <input type="hidden" name="action" value="install"/>
- ${bundles.upload.caption}
- </div>
-
- <table class="nicetable">
- <tr>
- <td style="text-align:right">${bundles.upload.start}</td>
- <td><input type="checkbox" name="bundlestart" value="start"/></td>
- </tr>
- <tr>
- <td style="text-align:right">${bundles.upload.level}</td>
- <td><input class="input" type="text" name="bundlestartlevel" id="bundlestartlevel" value="${startLevel}" size="4"/></td>
- </tr>
- <tr>
- <td> </td>
- <td>
- <input class="multi" accept="jar" type="file" name="bundlefile"/>
- </td>
- </tr>
- <tr>
- <td colspan="2" style="text-align:center">
- <input type="submit" value="${bundles.install_or_update}"/>
- </td>
- </tr>
- </table>
-</form>