From 663d72e06306108d1b06ae0919c6bf8325c2a9f5 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 25 May 2011 09:01:55 +0000 Subject: 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/branches/2.2@11040 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/cat_list.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'admin/themes/default/template/cat_list.tpl') diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 1917bb3fa..2a535c13a 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -74,6 +74,9 @@ jQuery(document).ready(function(){ldelim} {if isset($category.U_MANAGE_PERMISSIONS) }
  • {'Permissions'|@translate}
  • {/if} + {if isset($category.U_SYNC) } +
  • {'Synchronize'|@translate}
  • + {/if} {if isset($category.U_DELETE) }
  • {'delete album'|@translate}
  • {/if} -- cgit v1.2.3