Ignore:
Timestamp:
Dec 15, 2006, 5:57:45 AM (18 years ago)
Author:
rvelices
Message:

feature 603: rating buttons presented with stars (full Javascript
on compatible browsers, otherwise default presentation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

    r1610 r1657  
    146146
    147147<!-- BEGIN rate -->
    148 <form action="{rate.F_ACTION}" method="post">
     148<form action="{rate.F_ACTION}" method="post" id="rateForm">
    149149<div>{rate.SENTENCE} :
    150150<!-- BEGIN rate_option -->
     
    157157<!-- END not_my_rate -->
    158158<!-- END rate_option -->
     159<script type="text/javascript" src="{pwg_root}{themeconf:template_dir}/rating.js"></script>
    159160</div>
    160161</form>
Note: See TracChangeset for help on using the changeset viewer.