diff options
author | Marcel Klehr <mklehr@gmx.net> | 2013-03-25 17:20:10 +0100 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2013-03-25 17:20:10 +0100 |
commit | 079fdf0f38160481836b6fc881c60741f90a414b (patch) | |
tree | 74ad15b4ebb6b5d2e9c4cae93c99637b52201187 /src/templates | |
parent | b297784288a5c93e329509deca45a78fc81057d3 (diff) | |
download | etherpad-lite-079fdf0f38160481836b6fc881c60741f90a414b.zip |
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
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/admin/plugins.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/templates/admin/plugins.html b/src/templates/admin/plugins.html index 7c2a7abf..d6fff9f0 100644 --- a/src/templates/admin/plugins.html +++ b/src/templates/admin/plugins.html @@ -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>
|