2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
8 <form enctype="multipart/form-data" action="profile_photo" method="post">
9 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
11 <div id="profile-photo-upload-wrapper">
12 <label id="profile-photo-upload-label" for="profile-photo-upload">{{$lbl_upfile}} </label>
13 <input name="userfile" type="file" id="profile-photo-upload" size="48" />
16 <label id="profile-photo-profiles-label" for="profile-photo-profiles">{{$lbl_profiles}} </label>
17 <select name="profile" id="profile-photo-profiles" />
18 {{foreach $profiles as $p}}
19 <option value="{{$p.id}}" {{if $p.default}}selected="selected"{{/if}}>{{$p.name}}</option>
23 <div id="profile-photo-submit-wrapper">
24 <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}">
29 <div id="profile-photo-link-select-wrapper">