Changeset 2436 for branches/branch-1_7/template
- Timestamp:
- Jul 15, 2008, 12:10:11 PM (16 years ago)
- 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 54 54 <td>{lang:Permalink} {SORT_OLD_PERMALINK}</td> 55 55 <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> 58 58 <td></td> 59 59 </tr> -
branches/branch-1_7/template/yoga/rating.js
r1912 r2436 22 22 rateButton.initialRateValue = rateButton.value; // save it as a property 23 23 24 rateButton.value = ""; //hide the text IE/Opera24 if (navigator.userAgent.indexOf('AppleWebKit/') == -1 ) rateButton.value = ""; //hide the text IE/Opera - breaks safari 25 25 with (rateButton.style) 26 26 {
Note: See TracChangeset
for help on using the changeset viewer.