root/ip/trunk/templates/default/rating_box.tpl
Bugs fixed: * Simple header and footer in proSilver and other templates which doesn't need Nifty * Colors check-in in YouTube BBCode * Corrected an SQL in forums list block * Forums ID not updated correctly when updating * Fixed a bug in Digests (not sure it is definitely fixed yet) * Fixed a bug in breadcrumbs when searching new topics * Wrong BBCode switch processing in fetchposts.php
<!-- IF S_RATING_ALLOWED -->
<form name="ratingform" method="post" action="{S_RATE_ACTION}">
<span class="gensmall">{L_HON_SELECT_RATE}: </span>{S_RATING_LINK}<span class="gensmall"> {S_RATING_SELECT} </span><input type="submit" name="submit" value="{L_HON_RATE}" class="mainoption" /><br />
<span class="gensmall">{ALREADY_RATED}</span><br />
{S_RATE_HIDDEN_FIELDS}
</form>
<!-- ELSE -->
<br clear="all" /><span class="genmed"><b>{L_HON_LOCKED}</b></span><br clear="all" /><br clear="all" />
<!-- ENDIF --> |