mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user