0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
2.2-08
/
htdocs
/
modules
/
rating
/
templates
/
[
Home
]
File: RatingItemEdit.tpl
{* * $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>