aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/cat_list.tpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-19Jump to category icon is removed on user forbidden categories (previously ↵vdigital1-0/+2
check_restrictions was leading administrators to the access denied page). git-svn-id: http://piwigo.org/svn/branches/2.0@2776 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
2008-06-22Admin isolation: Copy of admin templates in admin folder.vdigital1-0/+0
(Before previous admin templates removal). Some of css simplification (in admin only currently. git-svn-id: http://piwigo.org/svn/trunk@2390 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-08- security fix (profile)rvelices1-2/+2
- les langues a la hache - fix some copy/paste errors git-svn-id: http://piwigo.org/svn/trunk@2268 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-28- migrate many templates to smartyrvelices1-44/+38
git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27Add comment tags in order to know tpl to migraterub1-0/+1
# tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '<!-- DEV TAG: not smarty migrated -->' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-05Yoga has input[type="submit"] style addressability restored.vdigital1-5/+5
(Since Javascript/Rating it was not possible to change button without loosing rating stars). p0w0 is fix for a new button display. git-svn-id: http://piwigo.org/svn/trunk@1780 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-041 - A new trigger point in include/page_header.phpvdigital1-0/+4
2 - Previous version of p0w0 is replaced by a close version to the phpwebgallery.net web site. git-svn-id: http://piwigo.org/svn/trunk@1778 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-27- added missing get_sql_condition_FandF in calendarrvelices1-1/+1
- cat list removed closing element tags never opened - removed php warning from web service (cant get the result) git-svn-id: http://piwigo.org/svn/trunk@1759 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-25Fix for 0000629: Adding display differences between physical and virtual ↵vdigital1-2/+11
categories (Icon is displayed for people who have deficient vision). git-svn-id: http://piwigo.org/svn/trunk@1755 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-25some more language cleanuprvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@1754 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-18Issue 0000615: End of page replaced by icon/page_end.png Only if + than 9 ↵vdigital1-1/+3
categories - footer.tpl is changed for PNG Transparency with IE - Fine pwg_footer.png git-svn-id: http://piwigo.org/svn/trunk@1734 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-18Issue 0000615: End of page replaced by icon/page_end.pngvdigital1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@1732 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-10Bug 615 : (Draft version to solve it) obtain a better display related to new ↵vdigital1-8/+8
categories within category management. Languages have to be modified, and maybe a test has to be included but it already works like this. git-svn-id: http://piwigo.org/svn/trunk@1708 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22issue 426 step 1 reverted:nikrou1-0/+0
svn merge -r1466:1465 . svn merge -r1463:1462 . git-svn-id: http://piwigo.org/svn/trunk@1376 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-18Issue 426: first step; separation of admin and public into two templatesnikrou1-0/+0
Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13merge -r1346:1347 from branch 1.6 to trunk (bug 402 fixed).plegall1-8/+10
git-svn-id: http://piwigo.org/svn/trunk@1348 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-04improvement: in categories management, the category name is linked toplegall1-1/+1
sub-categories management. git-svn-id: http://piwigo.org/svn/trunk@1124 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-03-16Step 7 improvement issue 0000301:rub1-3/+3
o can attribute status <= current user o define mode adviser => buttons disabled (gray on IE, not on FF) => truncated actions => display info mode adviser git-svn-id: http://piwigo.org/svn/trunk@1085 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-03-06request 302: order categories alphanumericallyplegall1-2/+5
alphanumerically sort of language keys in admin.lang.php git-svn-id: http://piwigo.org/svn/trunk@1066 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-03-04new feature: source/destination links between categories. Will we keep thisplegall1-1/+0
feature? Code is complicated and very few people will understand how it works... modification: #images.storage_category_id replaced by #image_category.is_storage improvement: many code refactoring to improve readibility improvement: virtual category creation code was moved to a dedicated function in order to be called from admin/cat_list.php and admin/cat_modify.php (create a new destination category) git-svn-id: http://piwigo.org/svn/trunk@1064 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-02-16feature 233: confirmation for deletion of remote sites, user groups and rvelices1-1/+1
virtual categories git-svn-id: http://piwigo.org/svn/trunk@1045 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-10template : {themeconf:icon_dir}/*.png in admin/*.tplchrisaga1-6/+6
git-svn-id: http://piwigo.org/svn/trunk@980 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-19- report bug 206 correction and some template improvement from branch 1.5chrisaga1-6/+6
- feature 195 : add an "Admin" link under "Home" in the menu bar of the admin page git-svn-id: http://piwigo.org/svn/trunk@948 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-23bug fixed: cat-list.tpl validate nowchrisaga1-3/+5
improvement: removed some unnecessary css rules from old tests in FROM design in file default-layout.css git-svn-id: http://piwigo.org/svn/trunk@912 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-20bug 176 fixed: need a javascript to handle transparent PNG background in IEchrisaga1-3/+4
(tribute to Bob Osola http://homepage.ntlworld.com/bobosola/index.htm display: fixed another IE childselector bug in Categories Management admin page and improved display of this page in all browsers too. git-svn-id: http://piwigo.org/svn/trunk@905 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03(not in ChangeLog)plegall1-6/+6
- yoga template used for installation and by default in user_infos table - adaptation of yoga template to itself (no use of icons from template default) git-svn-id: http://piwigo.org/svn/trunk@860 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03- new : template yoga, made by yoDan, helped by chrisaga for integrationplegall1-0/+0
becomes the official template. git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25- new : HTML BODY identifier to let CSS stylesheets manage specificplegall1-2/+2
behaviour. - deletion : admin/search useless - improvement : in admin/user_list, special behaviour for true/false fields (expand, show_comments) - new : gallery_title and gallery_description are displayed at the top of each page. - improvement : simplification in HTML for categories menu. - improvement : standardization of presentation in all public pages (identification, registration, search, profile, notification, comments, etc.) (not in ChangeLog, below this line) - add forgotten notification.php (should have been added in a previous commit) - [template cclear] deletion of useless class .bouton - [template cclear] for test purpose, new presentation of register page (using FORM.filter) - [template cclear] adaptation of admin/group_list from template default - [template cclear] deletion of obsolete admin/infos_images - [template cclear] deletion of obsolete admin/search_username - [template cclear] new icon register.png git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-19cclear template almost working good for BSFchrisaga1-61/+46
git-svn-id: http://piwigo.org/svn/trunk@837 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-18Let's begin the new customizable clear template :-)chrisaga1-0/+63
git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee