Rev 16343 | Rev 17180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16343 | Rev 16801 | ||
---|---|---|---|
Line 126... | Line 126... | ||
126 | !read js/interface/ui_utils.js.phtml |
126 | !read js/interface/ui_utils.js.phtml |
127 | 127 | ||
128 | !default allowshare=0 |
128 | !default allowshare=0 |
129 | !if $sharers!=$empty |
129 | !if $sharers!=$empty |
130 | <div> |
130 | <div> |
131 | <label for="allowshare"> |
131 | <label for="allowshare">$name_allowshare</label> |
132 | !formselect allowshare list 0,1 prompt $wims_name_no,$wims_name_yes |
132 | !formselect allowshare list 0,1 prompt $wims_name_no,$wims_name_yes |
133 | </div> |
133 | </div> |
134 | !else |
134 | !else |
135 | <input type="hidden" name="allowshare" value="0" /> |
135 | <input type="hidden" name="allowshare" value="0" /> |
136 | !endif |
136 | !endif |