rename #images.average_rate to rating_score
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a61fea9283
commit
86ae4d8b3a
20 changed files with 130 additions and 89 deletions
|
|
@ -416,7 +416,7 @@ jQuery(document).ready(function () {
|
|||
<li>
|
||||
<label>
|
||||
<span class="property">{'Rating score'|@translate}</span>
|
||||
<input type="checkbox" name="picture_informations[average_rate]" {if ($display.picture_informations.average_rate)}checked="checked"{/if}>
|
||||
<input type="checkbox" name="picture_informations[rating_score]" {if ($display.picture_informations.rating_score)}checked="checked"{/if}>
|
||||
</label>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue