aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/cat_list.tpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-03feature 2809: sort albums by dateplegall1-2/+3
git-svn-id: http://piwigo.org/svn/trunk@28934 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02bug 3015 fixed: remove "manage album photos" from cat_list to avoidplegall1-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
2013-10-18feature 2968 added: Add link to "edit this album" when managung sub-albums. ↵plegall1-0/+1
Patch by msakik. git-svn-id: http://piwigo.org/svn/trunk@24985 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18merge r24982 from branch 2.5 to trunkplegall1-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
2013-10-18bug 2975 fixed: remove useless "," at the end of arrays, because it breaks ↵plegall1-1/+1
Internet Explorer 7 :-/ git-svn-id: http://piwigo.org/svn/trunk@24980 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20feature 2916: add icons on album listplegall1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@23394 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-08admin theme links use text-decoration on hovering instead of border-bottom ↵rvelices1-1/+1
(css simpler, no box sizing issues on hover ...) git-svn-id: http://piwigo.org/svn/trunk@22541 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-10clean HTML+JS code on cat_list.tplmistic1001-36/+37
git-svn-id: http://piwigo.org/svn/trunk@18986 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25merge r17006 from branch 2.4 to trunkplegall1-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
2012-07-18bug:2698flop251-7/+7
at the bottom! git-svn-id: http://piwigo.org/svn/trunk@16829 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18bug:2698flop251-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
2012-07-18bug:2698flop251-50/+51
moving the forms git-svn-id: http://piwigo.org/svn/trunk@16825 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23feature 2594: remove the Permissions link on the list of albums, because it ↵plegall1-3/+0
is a tab on the Edit Album screen git-svn-id: http://piwigo.org/svn/trunk@13667 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-20feature 2581: new design on albums list management.plegall1-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
2011-12-01language cleanup (exact duplicates or almost same duplicate)rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@12677 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-18admin remove unused css rules + unused class names from html elementsrvelices1-9/+9
git-svn-id: http://piwigo.org/svn/trunk@12482 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-18merge r11420 from branch 2.2mistic1001-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
2011-05-25merge r11040 from branch 2.2 to trunkplegall1-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
2011-03-09feature:2114patdenice1-2/+0
Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-07Update jQuery UI to 1.8.10.patdenice1-1/+1
Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11Update jQuery to 1.5 and jQuery UI to 1.8.9patdenice1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17feature 2102: add a few language keys to remove all image/picture/element ↵plegall1-1/+1
and replace by photo git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.patdenice1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@8128 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-04trunk admin theme goes with combine_script instead of old style known_script rvelices1-28/+26
git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-27feature 1616: rename category into album, a few language keys were missingplegall1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-21feature 1616: rename "category" into "album" (4th commit; almost there)rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-21feature 1616: rename "category" into "album" (3rd commit; still to come)rvelices1-6/+6
git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-19feature 1616: rename "category" into "album" (second commit; still to come)rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-23feature 408: ability to automatically sort sub-categories. The number of SQLplegall1-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
2010-04-20Fix some errors in generated htmlnikrou1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@5931 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-01bug fixed: icon for category permission comes back in clear admin themeplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5530 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-01Fix missing keys: some keys have been removed by mistake during the massiveplegall1-5/+5
key conversion. git-svn-id: http://piwigo.org/svn/trunk@5529 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19bug 1328: backport the pwg_token on trunkplegall1-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
2010-03-19remove picture delete displayed twicenikrou1-1/+1
redirect after delete to avoid errors git-svn-id: http://piwigo.org/svn/trunk@5193 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-13feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall1-3/+3
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
2010-03-07Trunk merge r5076 from bug:1119Gotcha1-0/+2
bug:1119 git-svn-id: http://piwigo.org/svn/trunk@5079 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-02Feature 1451 : localization with gettextnikrou1-8/+8
Use php-gettext (developpement version rev43, because of php5.3) as fallback Use native language (english) instead of key for translation Keep directory en_UK for english customization Need some refactoring for plurals Todo : managing plugins in the same way git-svn-id: http://piwigo.org/svn/trunk@5021 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13complement to r3282, remove all $Id$ in source code.plegall1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13change: according to topic:15067, svn:keywords property was removedplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-09fix html warnings. unclosed monotagsnikrou1-16/+16
git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-18Update jQuery UI lib with jquery.ui-1.5.3.ziprub1-2/+2
Change files tree in order to have the same of UI. Add too effects files js git-svn-id: http://piwigo.org/svn/trunk@3102 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-07- "down" arrow icon beside "Submit" button : 1/ is not aligned with input, ↵vdigital1-1/+2
2/ misses info text merge -c2947 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2948 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-19Merging revisions 2773-2776vdigital1-0/+2
- Default template and Piwigo domain ... - No metadata synchronization icon on a remote picture (Synchro failure) - Jump to category icon is removed on user forbidden categories (previously check_restrictions was leading administrators to the access denied page). git-svn-id: http://piwigo.org/svn/trunk@2777 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-23Change cursor when moving on categoriespatdenice1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@2573 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22Add "draggable" icon for cat_list.patdenice1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@2567 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-20- Add drag&drop to cat_list.patdenice1-2/+24
git-svn-id: http://piwigo.org/svn/trunk@2554 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-14Admin template "goto": admin icon pathsvdigital1-8/+8
git-svn-id: http://piwigo.org/svn/trunk@2534 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-14roma tpl were missing.vdigital1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-14Wigo becomes "goto".vdigital1-0/+0
Admin tpl files are moved. git-svn-id: http://piwigo.org/svn/trunk@2530 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-14Admin template wigo/romavdigital1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2526 68402e56-0260-453c-a942-63ccdbb3a9ee