Last change
on this file since 26317 was
8962,
checked in by grum, 14 years ago
|
release 3.0.0
fix bug:1716, bug:2128, bug:1296, bug:2052, bug:1910, bug:1723, bug:1709, bug:1680, bug:1477, bug:2129
rewrite plugin core, implement ajax interface, optimize JS
|
-
Property svn:executable set to
*
|
File size:
474 bytes
|
Line | |
---|
1 | <h3>{'User'|@translate}</h3> |
---|
2 | <p> |
---|
3 | {foreach from=$users item=values} |
---|
4 | <label><input type="checkbox" value="{$values.id}" class='visibilityUser' {if $values.allowed==true} checked{/if} /> {$values.name}</label><br/> |
---|
5 | {/foreach} |
---|
6 | </p> |
---|
7 | |
---|
8 | <h3>{'Group'|@translate}</h3> |
---|
9 | <p> |
---|
10 | {foreach from=$groups item=values} |
---|
11 | <label><input type="checkbox" value="{$values.id}" class='visibilityGroup' {if $values.allowed==true} checked{/if} /> {$values.name}</label><br/> |
---|
12 | {/foreach} |
---|
13 | </p> |
---|
Note: See
TracBrowser
for help on using the repository browser.