aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/cat_list.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 2809: sort albums by dateplegall2014-07-031-2/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@28934 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3015 fixed: remove "manage album photos" from cat_list to avoidplegall2014-01-021-3/+1
| | | | | | | | | misunderstanding with "photos sort order". Add infos on album manager: number of photos and sub-albums git-svn-id: http://piwigo.org/svn/trunk@26399 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2968 added: Add link to "edit this album" when managung sub-albums. ↵plegall2013-10-181-0/+1
| | | | | | Patch by msakik. git-svn-id: http://piwigo.org/svn/trunk@24985 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r24982 from branch 2.5 to trunkplegall2013-10-181-9/+2
| | | | | | | | | | bug 2967 fixed: avoid display changes when album list is long to load. Replace input text for position to input hidden. It was a fallback when javascript is deactivated, but nowadays Piwigo administration can't work without javascript. git-svn-id: http://piwigo.org/svn/trunk@24983 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2975 fixed: remove useless "," at the end of arrays, because it breaks ↵plegall2013-10-181-1/+1
| | | | | | Internet Explorer 7 :-/ git-svn-id: http://piwigo.org/svn/trunk@24980 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916: add icons on album listplegall2013-06-201-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@23394 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin theme links use text-decoration on hovering instead of border-bottom ↵rvelices2013-05-081-1/+1
| | | | | | (css simpler, no box sizing issues on hover ...) git-svn-id: http://piwigo.org/svn/trunk@22541 68402e56-0260-453c-a942-63ccdbb3a9ee
* clean HTML+JS code on cat_list.tplmistic1002012-11-101-36/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@18986 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17006 from branch 2.4 to trunkplegall2012-07-251-1/+1
| | | | | | | | bug 2655 fixed: maximum length for album name is 255 chars git-svn-id: http://piwigo.org/svn/trunk@17007 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2698flop252012-07-181-7/+7
| | | | | | | at the bottom! git-svn-id: http://piwigo.org/svn/trunk@16829 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2698flop252012-07-181-27/+28
| | | | | | | | | 2 id identical fieldset instead of a span moving up the field for autoorder hiding the link to set a autoorder if there is no album (clicking on it didn't do anything) git-svn-id: http://piwigo.org/svn/trunk@16827 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2698flop252012-07-181-50/+51
| | | | | | moving the forms git-svn-id: http://piwigo.org/svn/trunk@16825 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2594: remove the Permissions link on the list of albums, because it ↵plegall2012-03-231-3/+0
| | | | | | is a tab on the Edit Album screen git-svn-id: http://piwigo.org/svn/trunk@13667 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2581: new design on albums list management.plegall2012-02-201-78/+122
| | | | | | | | | | | | | | | | | | | | icons removed, replaced by text links visible on :hover better ergonomy for automatic order: the "save manual order" submit button only appears when a change is detected in the album ordering. The "automatic sort order" becomes a dedicated fieldset, hidden by default, displayed "on user demand". new virtual album form displayed only "on user demand" cat_list, cat_move and permalinks are 3 tabs for the "Albums > Manage" link in the menubar. permalinks admin page slightly redesign: fieldsets instead of centered h3, "on user demand" form to add/modify permalinks. git-svn-id: http://piwigo.org/svn/trunk@13282 68402e56-0260-453c-a942-63ccdbb3a9ee
* language cleanup (exact duplicates or almost same duplicate)rvelices2011-12-011-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@12677 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin remove unused css rules + unused class names from html elementsrvelices2011-10-181-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@12482 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11420 from branch 2.2mistic1002011-06-181-0/+2
| | | | | | bug:2351 missing #EoP anchor on cat_list.tpl git-svn-id: http://piwigo.org/svn/trunk@11421 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11040 from branch 2.2 to trunkplegall2011-05-251-0/+3
| | | | | | | | | | | | | bug 1786 fixed: ability to prefilter the synchronize screen with a specific album by clicking on the new "Synchronize" icon on album admin page or album admin list. This is not the solution proposed by Gotcha (ie a treeview to select the album on the synchronize screen) but it solves the same problem. git-svn-id: http://piwigo.org/svn/trunk@11041 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-091-2/+0
| | | | | | Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI to 1.8.10.patdenice2011-03-071-1/+1
| | | | | | Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery to 1.5 and jQuery UI to 1.8.9patdenice2011-02-111-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102: add a few language keys to remove all image/picture/element ↵plegall2011-01-171-1/+1
| | | | | | and replace by photo git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.patdenice2010-12-141-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8128 68402e56-0260-453c-a942-63ccdbb3a9ee
* trunk admin theme goes with combine_script instead of old style known_script rvelices2010-12-041-28/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename category into album, a few language keys were missingplegall2010-09-271-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename "category" into "album" (4th commit; almost there)rvelices2010-09-211-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename "category" into "album" (3rd commit; still to come)rvelices2010-09-211-6/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename "category" into "album" (second commit; still to come)rvelices2010-09-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 408: ability to automatically sort sub-categories. The number of SQLplegall2010-07-231-11/+21
| | | | | | | | | | queries is constant, no matter the deepth of your tree. + refactor to avoid duplicate code (ascending/desceding should be only a single parameter in a function, not 20 lines of duplicated code) git-svn-id: http://piwigo.org/svn/trunk@6698 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some errors in generated htmlnikrou2010-04-201-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5931 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: icon for category permission comes back in clear admin themeplegall2010-04-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5530 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix missing keys: some keys have been removed by mistake during the massiveplegall2010-04-011-5/+5
| | | | | | key conversion. git-svn-id: http://piwigo.org/svn/trunk@5529 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1328: backport the pwg_token on trunkplegall2010-03-191-0/+2
| | | | | | | | | bug 1329: backport the check_input_parameter on trunk feature 1026: add pwg_token feature for edit/delete comment. Heavy refactoring on this feature to make the code simpler and easier to maintain (I hope). git-svn-id: http://piwigo.org/svn/trunk@5195 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove picture delete displayed twicenikrou2010-03-191-1/+1
| | | | | | redirect after delete to avoid errors git-svn-id: http://piwigo.org/svn/trunk@5193 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall2010-03-131-0/+93
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