feature 1502: In template extensions admin page, change "Bound template" by "Bound theme".

Template extensions are now attached to all themes if nothing is selected in "bound theme" column.

git-svn-id: http://piwigo.org/svn/trunk@5434 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2010-03-28 20:29:55 +00:00
commit cae3ae428e
18 changed files with 4 additions and 18 deletions

View file

@ -640,7 +640,6 @@ $lang['Note: Only deletes photos added with pLoader'] = "Note: Only photos added
$lang['Delete selected photos'] = "Delete selected photos";
$lang['%d photo was deleted'] = "%d photo deleted";
$lang['%d photos were deleted'] = "%d photos deleted";
$lang['Bound template'] = "Template attached";
$lang['Downloads'] = "Downloads";
$lang['Released on'] = "Released on";
$lang['Number of downloads'] = "Number of downloads";
@ -760,4 +759,5 @@ $lang['None'] = 'None';
$lang['Invert'] = 'Invert';
$lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible to deactivate this theme, you need at least one theme.';
$lang['Webmaster status is required.'] = 'Webmaster status is required.';
$lang['Bound Theme'] = 'Bound Theme';
?>