// Change customizable properties form label name

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13576 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-23 17:07:35 +00:00
parent c8b409c86a
commit 1c7d9a9f26
7 changed files with 13 additions and 12 deletions
@@ -57,7 +57,7 @@
<td colspan="2"><div class="separation"></div></td>
</tr>
<tr>
<td style="width:150px" valign="top">{l s='Files fields:'}</td>
<td style="width:200px" valign="top">{l s='Define the label of the file fields:'}</td>
<td>
{$display_file_labels}
</td>
@@ -68,7 +68,7 @@
<td colspan="2"><div class="separation"></div></td>
</tr>
<tr>
<td style="width:150px" valign="top">{l s='Text fields:'}</td>
<td style="width:200px" valign="top">{l s='Define the label of the text fields:'}</td>
<td>
{$display_text_labels}
</td>