aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-29update clear & roma theme with generic classes, allowing to use theme colors ↵grum1-16/+29
for plugin + invert tables colors for clear theme git-svn-id: http://piwigo.org/svn/trunk@5460 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-26bug 1495: use the wiki icons in errors/infos blocks + merge CSS rules.plegall1-8/+0
git-svn-id: http://piwigo.org/svn/trunk@5383 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-25feature 1529: make the checked tags more obvious (distinct background color)plegall1-0/+3
git-svn-id: http://piwigo.org/svn/trunk@5366 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-25bug 1495: "infos" and "errors" blocks are more visible for the "roma" adminplegall3-1/+5
theme. I have simply used the same CSS rules as for "clear" theme. git-svn-id: http://piwigo.org/svn/trunk@5364 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22due to background color change on pwgHead, the roma icon for home.png was ↵plegall1-0/+0
not good git-svn-id: http://piwigo.org/svn/trunk@5248 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22just a test: make the header/footer colors comply with the current themeplegall1-1/+6
git-svn-id: http://piwigo.org/svn/trunk@5247 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19increase copyright year to 2010plegall2-2/+2
git-svn-id: http://piwigo.org/svn/trunk@5196 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-18feature 1519: admin instructions are dispatched into several tabs. Onlyplegall1-1/+4
applied to en_UK and fr_FR. The help content itself needs some updates but it will be another set of commits, in this commit, I nearly only modified the container. The new "Add Photos" help page only introduces you to 3 main ways to add photos: direct upload, pLoader and FTP. Each of them has a dedicated tab on the Admin>Photos>Add screen. No use of the big question mark icon linked to the Help pages in the administration header, to avoid having this icon twice : in the header + in the content next to H2. git-svn-id: http://piwigo.org/svn/trunk@5182 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-18- allow template class to be instantiated with an empty theme (in plugins ↵rvelices1-1/+1
for example) - local_head must now be defined in the themeconf.inc.php otherwise not taken into account (avoid several calls to file_exists) - renamed themeconf['theme'] to themeconf['name'] (this is what it is themeconf[theme] is confusing) git-svn-id: http://piwigo.org/svn/trunk@5177 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-18make the fieldset labels easier to read (no italic, increased letter spacing,plegall1-1/+1
bold) make the fiedset border softer photos_add 2 screens comply with the fieldset system instead of specific formField divs. git-svn-id: http://piwigo.org/svn/trunk@5174 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17feature 1515: the new admin menu organization implies to tell the accordionplegall1-5/+0
menu which section to open on page load. I've moved the single function in functions_themes.inc.php to function.php to avoid misunderstanding with theme manager. Ability to preset the active menu (in the future, a plugin may add its admin page anywhere in the menu, this features needs other change to be possible) git-svn-id: http://piwigo.org/svn/trunk@5173 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17feature 1515: new organization for menu. Photos, Categories, Users, Plugins,plegall1-2/+4
Tools, Configuration. menubar bottom is ugly with the roma theme, it needs a fix. git-svn-id: http://piwigo.org/svn/trunk@5170 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17add #aaa border on content and menubar for clear admin themeplegall1-4/+6
git-svn-id: http://piwigo.org/svn/trunk@5165 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17make the clear admin theme slightly clearerplegall1-19/+17
make the links less flashy in clear admin theme git-svn-id: http://piwigo.org/svn/trunk@5163 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17improve menubar display in admin clear theme, colors and behaviorsplegall1-12/+16
git-svn-id: http://piwigo.org/svn/trunk@5161 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17new tabs for the clear admin themeplegall1-16/+22
git-svn-id: http://piwigo.org/svn/trunk@5159 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17feature 1514: new screen to manage installed themes; activate, deactivate,plegall1-0/+0
delete, set as default. plugins.class.php was merged back to a state it doesn't manage themes at all. themes.class.php was created instead, from a duplication of plugins.class.php and strongly modified then. feature 1507: the display of available themes is now much more "graphic". git-svn-id: http://piwigo.org/svn/trunk@5153 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-15feature 1507: better display for available themes (floating boxes)plegall1-0/+4
git-svn-id: http://piwigo.org/svn/trunk@5145 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-15bug 1495: "infos" and "errors" blocks are more visible for the "clear" adminplegall1-4/+4
theme. git-svn-id: http://piwigo.org/svn/trunk@5141 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-13feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall61-0/+311
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee