bug fixed: use the "Title" and not "Name" for the photo

git-svn-id: http://piwigo.org/svn/trunk@14647 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2012-05-01 22:49:18 +00:00
parent b0d457e08a
commit 828135abdf
@@ -63,7 +63,7 @@ jQuery(document).ready(function() {ldelim}
<table>
<tr>
<td><strong>{'Name'|@translate}</strong></td>
<td><strong>{'Title'|@translate}</strong></td>
<td><input type="text" class="large" name="name-{$element.ID}" value="{$element.NAME}"></td>
</tr>