diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-02-15 03:03:16 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-02-15 03:03:16 +0000 |
commit | ceb77253c30a0d0fb37d883685f0501d588caf78 (patch) | |
tree | 07cb5609ed2c7a075f0555ce7369e6d575a5ac1e /template/yoga | |
parent | 11714951b33d340f13400aa8fc9a2b971f8d8e8b (diff) |
- plugins: added new action user_init
- put in a new admin_multi_view:allows admins to change on the fly language/theme and view gallery as guest (useful for developers and just to show a 'new' way of using plugins)
- removed some warnings from history.php and increased table width to 99%
- remove unused admin language strings
git-svn-id: http://piwigo.org/svn/trunk@1821 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/admin/default-layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index 6d916d555..fda57c497 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -35,7 +35,7 @@ TABLE#dailyStats { } TABLE#detailedStats { - width: 80%; + width: 99%; } /* categoryOrdering */ |