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:
parent
3e8dd7da9b
commit
be13718838
2 changed files with 3 additions and 3 deletions
|
@ -53,8 +53,8 @@
|
|||
<td>{lang:Category}</td>
|
||||
<td>{lang:Permalink} {SORT_OLD_PERMALINK}</td>
|
||||
<td>{lang:Deleted on} {SORT_OLD_DATE_DELETED}</td>
|
||||
<td>{Lang:Last hit} {SORT_OLD_LAST_HIT}</td>
|
||||
<td>{Lang:Hits} {SORT_OLD_HIT}</td>
|
||||
<td>{lang:Last hit} {SORT_OLD_LAST_HIT}</td>
|
||||
<td>{lang:Hits} {SORT_OLD_HIT}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<!-- BEGIN deleted_permalink -->
|
||||
|
|
|
@ -21,7 +21,7 @@ function makeNiceRatingForm()
|
|||
var rateButton = gRatingButtons[i];
|
||||
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)
|
||||
{
|
||||
textIndent = "-50px"; //hide the text FF
|
||||
|
|
Loading…
Add table
Reference in a new issue