|
|
| version 1.3, 2006/04/07 18:45:48 | version 1.4, 2006/04/11 17:27:57 |
|---|---|
| Line 15 | Line 15 |
| <p class="form-element"><input size="3" tal:attributes="value here/thumbrows | default" name="thumbrows"></p> | <p class="form-element"><input size="3" tal:attributes="value here/thumbrows | default" name="thumbrows"></p> |
| <p class="form-optional">Thumbnail columns</p> | <p class="form-optional">Thumbnail columns</p> |
| <p class="form-element"><input size="3" tal:attributes="value here/thumbcols | default" name="thumbcols"></p> | <p class="form-element"><input size="3" tal:attributes="value here/thumbcols | default" name="thumbcols"></p> |
| <p class="form-optional">Authorized groups</p> | |
| <p class="form-element"><input size="80" tal:attributes="value python:','.join(getattr(here,'authgroups', []))" name="authgroups"></p> | |
| <p class="form-text">Access groups (separated by ',') that are considered local, i.e. when a ressource restricts access | |
| to one of these groups, local access to the ressource is granted.</p> | |
| <p><input type="submit" value="change"></p> | <p><input type="submit" value="change"></p> |
| </form> | </form> |