merge r3143 from trunk to branch 2.0

- Show number of downloads in plugins list.
- Allow to sort plugins by number of downloads.
- Fix plugin revision URL (no more revision_view in PEM).

git-svn-id: http://piwigo.org/svn/branches/2.0@3144 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2009-02-13 21:03:02 +00:00
parent 164fd3a280
commit 35e9af66be
15 changed files with 72 additions and 33 deletions
+1
View File
@@ -38,6 +38,7 @@ TABLE#detailedStats {
}
/* Plugins tables */
TABLE.plugins { min-width: 400px; }
TABLE.plugins A { border: 0; }
TABLE.plugins TR TD { padding: 4px 10px; }
TABLE.plugins TR TD.pluginState { padding: 4px 16px; }