root/ip/trunk/templates/default/rating_box.tpl

User picture

Author: Mighty Gorgon

Revision: 262 («Previous)


File Size: 522 Bytes

(February 03, 2010 19:00 UTC) Over 2 years ago

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

 
Show/hide line numbers
<!-- IF S_RATING_ALLOWED -->
<form name="ratingform" method="post" action="{S_RATE_ACTION}">
<span class="gensmall">{L_HON_SELECT_RATE}:&nbsp;</span>{S_RATING_LINK}<span class="gensmall">&nbsp;{S_RATING_SELECT}&nbsp;</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 -->