Changeset 1853 in ExiteCMS for trunk/includes/templates/main.albums.galleryedit.tpl
- Timestamp:
- 10/16/08 11:37:18 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.albums.galleryedit.tpl
r1802 r1853 82 82 <option value='-1'{if $gallery.gallery_read == -1} selected='selected'{/if}>{$locale.496}</option> 83 83 {section name=id loop=$all_user_groups} 84 <option value='{$all_user_groups[id].0}'{if $ user_groups[id].0 == $gallery.gallery_read} selected='selected'{/if}>{$all_user_groups[id].1}</option>84 <option value='{$all_user_groups[id].0}'{if $all_user_groups[id].0 == $gallery.gallery_read} selected='selected'{/if}>{$all_user_groups[id].1}</option> 85 85 {/section} 86 86 </select>
Note: See TracChangeset
for help on using the changeset viewer.
