Revamp /admin/plugins

- dry up the client-side code
- use the new saner API of pluginfw/installer.js on the server
- Improve UX: allow user to infinitely scroll to display their results
This commit is contained in:
Marcel Klehr 2013-03-25 17:20:10 +01:00
parent b297784288
commit 079fdf0f38
3 changed files with 105 additions and 169 deletions

View file

@ -86,11 +86,8 @@
<tbody class="results">
</tbody>
</table>
<input type="button" value="<<" class="do-prev-page">
<span class="offset"></span>..<span class="limit"></span> of <span class="total"></span>.
<input type="button" value=">>" class="do-next-page">
</div>
</div>
</div>
</body>