Changeset 2436 for branches


Ignore:
Timestamp:
Jul 15, 2008, 12:10:11 PM (16 years ago)
Author:
rvelices
Message:

lang correction + rating stars work better with safari

Location:
branches/branch-1_7/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/template/yoga/admin/permalinks.tpl

    r2422 r2436  
    5454    <td>{lang:Permalink} {SORT_OLD_PERMALINK}</td>
    5555    <td>{lang:Deleted on} {SORT_OLD_DATE_DELETED}</td>
    56     <td>{Lang:Last hit} {SORT_OLD_LAST_HIT}</td>
    57     <td>{Lang:Hits} {SORT_OLD_HIT}</td>
     56    <td>{lang:Last hit} {SORT_OLD_LAST_HIT}</td>
     57    <td>{lang:Hits} {SORT_OLD_HIT}</td>
    5858    <td></td>
    5959  </tr>
  • branches/branch-1_7/template/yoga/rating.js

    r1912 r2436  
    2222    rateButton.initialRateValue = rateButton.value; // save it as a property
    2323
    24     rateButton.value = ""; //hide the text IE/Opera
     24    if (navigator.userAgent.indexOf('AppleWebKit/') == -1 ) rateButton.value = ""; //hide the text IE/Opera - breaks safari
    2525    with (rateButton.style)
    2626    {
Note: See TracChangeset for help on using the changeset viewer.