git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
17 lines
840 B
Smarty
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>
|