ConstruccionesCNJ_Web/Source/gallery2/modules/rating/templates/RatingItemEdit.tpl
2007-10-31 12:30:19 +00:00

17 lines
840 B
Smarty

{*
* $Revision: 15342 $
* If you want to customize this file, do not edit it directly since future upgrades
* may overwrite it. Instead, copy it into a new directory called "local" and edit that
* version. Gallery will look for that file first and use it if it exists.
*}
<div class="gbBlock">
<h4> {g->text text="Rating"} </h4>
<p class="giDescription">
{g->text text="This will enable or disable ratings for this album and, optionally, for its subalbums. You can use permissions to allow viewing or adding ratings for specific users or groups."}
</p>
<input type="checkbox" id="rating.enabled" name="{g->formVar var="form[rating][enabled]"}"
{if $form.rating.enabled} checked{/if}/> {g->text text="Enable rating for this album"}
<br/>
{g->changeInDescendents module="rating" text="... and for all subalbums"}
</div>