aboutsummaryrefslogtreecommitdiffstats
path: root/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adnim_ve : bottom part of the left menuBox (same size than top part !)stripy2008-06-011-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2382 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stripy layout on Admin page (Not stable for all browsers)vdigital2008-06-0120-127/+123
| | | | git-svn-id: http://piwigo.org/svn/trunk@2381 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : top part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2380 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : right part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2379 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : left part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2378 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : bottom part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2377 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2376 ↵stripy2008-05-311-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : top part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2375 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : entire left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2374 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : pink tree at top-left page above menustripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2373 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2372 ↵stripy2008-05-312-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : pink fillet above tabs for menu barstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2369 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2368 ↵stripy2008-05-301-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : inactive tab for menu barstripy2008-05-301-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2367 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : active tabstripy2008-05-301-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2366 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : full page screenshotstripy2008-05-301-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2365 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2364 ↵stripy2008-05-301-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 Box for accordion admin left menustripy2008-05-301-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2363 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 828 added: display tags by letters. Users can switch from "cloud" toplegall2008-05-284-1/+72
| | | | | | | "letters" with a button in the top bar. git-svn-id: http://piwigo.org/svn/trunk@2362 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7rvelices2008-05-234-11/+10
| | | | | | | | - optimized sql query in permalinks - remove some unused global variable declarations - fix bug in admin/themeconf.inc.php git-svn-id: http://piwigo.org/svn/trunk@2356 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change all #content by .content in css files.patdenice2008-05-2032-191/+195
| | | | | | | In tpl files, id="content" stay here for backward compatibilities. Add some plugins triggers in index.tpl and picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2352 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 703: Authorization system in Cat management works now with well ordered ↵vdigital2008-05-173-0/+0
| | | | | | | | lists (Minor: Admin theme changes) git-svn-id: http://piwigo.org/svn/trunk@2349 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change some PhpWebGallery to Piwigo. (2/2)rub2008-05-158-15/+15
| | | | | | | | All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2 template features:rvelices2008-05-082-5/+24
| | | | | | | - added a {html_head} smarty block - allow any template file to add content just before </head> tag (handy for plugins and allows to move more presentation logic to tpls); the content is usually <style> or <link> which must appear inside html <head> tag - by config allow some language strings to be replaced during template compilation -> better performance. drawback: changes in the language file will not be propagated until template is recompiled. git-svn-id: http://piwigo.org/svn/trunk@2334 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stripy look on Admin page (Not stable for all browsers)vdigital2008-05-044-44/+63
| | | | git-svn-id: http://piwigo.org/svn/trunk@2332 68402e56-0260-453c-a942-63ccdbb3a9ee
* Start of Stripy look on Admin page (Not stable for all browsers)vdigital2008-05-0315-50/+96
| | | | git-svn-id: http://piwigo.org/svn/trunk@2328 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000823: Enhance upload functionalitiesrub2008-05-025-155/+182
| | | | | | | | | | | | | | | First commit, others will be follow. Not hesitate to change my translations. Add upload configuration tabsheet (move and add configuration) Change and add define for access level Can show upload link every time Can restrict access upload.class.php Can choice category on upload page Add upload class not use for the moment Review quickly and temporary style of upload.tpl git-svn-id: http://piwigo.org/svn/trunk@2325 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove picture ( Rio and Nathalie demo )vdigital2008-04-271-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2322 68402e56-0260-453c-a942-63ccdbb3a9ee
* Test for Rio and Stripyvdigital2008-04-271-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2321 68402e56-0260-453c-a942-63ccdbb3a9ee
* Header notes location has been changed for Check integrity of upgrades in Admin.vdigital2008-04-261-1/+6
| | | | | | (Just a temporary change before Admin transfer). git-svn-id: http://piwigo.org/svn/trunk@2318 68402e56-0260-453c-a942-63ccdbb3a9ee
* New : Admin Themevdigital2008-04-2616-0/+593
| | | | git-svn-id: http://piwigo.org/svn/trunk@2317 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2316 ↵vdigital2008-04-2616-593/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2315 ↵vdigital2008-04-267-0/+417
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2314 ↵vdigital2008-04-267-417/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: jQuery and Accordion Admin menusvdigital2008-04-261-6/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@2313 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: (temporary) version of Admin themevdigital2008-04-2616-0/+593
| | | | git-svn-id: http://piwigo.org/svn/trunk@2312 68402e56-0260-453c-a942-63ccdbb3a9ee
* LinuxLefty patch for bug 780: Hide caddie if no targetvdigital2008-04-201-157/+162
| | | | git-svn-id: http://piwigo.org/svn/trunk@2305 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug fixed: as rvelices notified me by email, my header replacement script wasplegall2008-04-0521-504/+0
| | | | | | | | | | | | bugged (r2297 was repeating new and old header). By the way, I've also removed the replacement keywords. We were using them because it was a common usage with CVS but it is advised not to use them with Subversion. Personnaly, it is a problem when I search differences between 2 Piwigo installations outside Subversion. git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall2008-04-0421-0/+441
| | | | git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix display of rating stars on picture page (since smarty)rvelices2008-04-025-10/+6
| | | | | | - rating star css use a CSS sprite git-svn-id: http://piwigo.org/svn/trunk@2295 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix day 31 not listed on smarty listrub2008-03-315-37/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@2294 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added 2 icons for the active/inactive plugins in the plugin listrvelices2008-03-293-13/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@2293 68402e56-0260-453c-a942-63ccdbb3a9ee
* - can set privacy level for added elements during site syncrvelices2008-03-264-62/+31
| | | | | | - removed some unused css and simplified a bit dark theme (more consistent with the orhers) git-svn-id: http://piwigo.org/svn/trunk@2292 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove unused language keysrvelices2008-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2289 68402e56-0260-453c-a942-63ccdbb3a9ee
* - minor language changes and use template->assign instead of ↵rvelices2008-03-214-45/+23
| | | | | | template->assign_var git-svn-id: http://piwigo.org/svn/trunk@2288 68402e56-0260-453c-a942-63ccdbb3a9ee
* - admin/notification_by_mail goes smarty - THE LAST ONE :-) :-)rvelices2008-03-204-106/+107
| | | | | | | | - get rid of user_list warnings - some code reorganisation in template class + explode modifier - minor template and language changes in search.tpl and cat_modify.tpl git-svn-id: http://piwigo.org/svn/trunk@2286 68402e56-0260-453c-a942-63ccdbb3a9ee
* - smarty for more mail templates/cssrvelices2008-03-188-156/+143
| | | | git-svn-id: http://piwigo.org/svn/trunk@2285 68402e56-0260-453c-a942-63ccdbb3a9ee
* - changes to template to accomodate nbm (solved issue when we had same ↵rvelices2008-03-138-61/+59
| | | | | | | | template filename with different root dirs) - started some changes in mail templates git-svn-id: http://piwigo.org/svn/trunk@2278 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification: admin/tags goes smartyplegall2008-03-121-22/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@2277 68402e56-0260-453c-a942-63ccdbb3a9ee
* site_update goes smartyrvelices2008-03-121-57/+54
| | | | git-svn-id: http://piwigo.org/svn/trunk@2276 68402e56-0260-453c-a942-63ccdbb3a9ee