mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
lang correction + rating stars work better with safari
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2436 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -53,8 +53,8 @@
|
|||||||
<td>{lang:Category}</td>
|
<td>{lang:Category}</td>
|
||||||
<td>{lang:Permalink} {SORT_OLD_PERMALINK}</td>
|
<td>{lang:Permalink} {SORT_OLD_PERMALINK}</td>
|
||||||
<td>{lang:Deleted on} {SORT_OLD_DATE_DELETED}</td>
|
<td>{lang:Deleted on} {SORT_OLD_DATE_DELETED}</td>
|
||||||
<td>{Lang:Last hit} {SORT_OLD_LAST_HIT}</td>
|
<td>{lang:Last hit} {SORT_OLD_LAST_HIT}</td>
|
||||||
<td>{Lang:Hits} {SORT_OLD_HIT}</td>
|
<td>{lang:Hits} {SORT_OLD_HIT}</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN deleted_permalink -->
|
<!-- BEGIN deleted_permalink -->
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ function makeNiceRatingForm()
|
|||||||
var rateButton = gRatingButtons[i];
|
var rateButton = gRatingButtons[i];
|
||||||
rateButton.initialRateValue = rateButton.value; // save it as a property
|
rateButton.initialRateValue = rateButton.value; // save it as a property
|
||||||
|
|
||||||
rateButton.value = ""; //hide the text IE/Opera
|
if (navigator.userAgent.indexOf('AppleWebKit/') == -1 ) rateButton.value = ""; //hide the text IE/Opera - breaks safari
|
||||||
with (rateButton.style)
|
with (rateButton.style)
|
||||||
{
|
{
|
||||||
textIndent = "-50px"; //hide the text FF
|
textIndent = "-50px"; //hide the text FF
|
||||||
|
|||||||
Reference in New Issue
Block a user