]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/manage.tpl
some inital work to have profile pics on manage page
[friendica.git] / view / templates / manage.tpl
index 857402c04d81c7415cec57ce6203fd5ca3c32405..d82ddb6d73a8f8219ed9884d0325b69f746e1fd2 100644 (file)
@@ -1,14 +1,10 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <h3>{{$title}}</h3>
 <div id="identity-manage-desc">{{$desc}}</div>
 <div id="identity-manage-choose">{{$choose}}</div>
-<div id="identity-selector-wrapper">
+{{*<div id="identity-selector-wrapper">
        <form action="manage" method="post" >
-       <select name="identity" size="4" onchange="this.form.submit();" >
+       <select name="identity" size="10" onchange="this.form.submit();" >
 
        {{foreach $identities as $id}}
                <option {{$id.selected}} value="{{$id.uid}}">{{$id.username}} ({{$id.nickname}})</option>
        </select>
        <div id="identity-select-break"></div>
 
-       {{*<!--<input id="identity-submit" type="submit" name="submit" value="{{$submit}}" />-->*}}
-</div></form>
+       
+       </form>
+</div>*}}
+
+<div id="identity-selector-wrapper">
+       <form action="manage" method="post" >
+       
 
+       {{foreach $identities as $id}}
+               <button  name="identity" value="{{$id.uid}}" onclick="this.form.submit();" class="id-selection-photo-link" title="{{$id.username}}"><img class="channel-photo" src="{{$id.thumb}}" alt="{{$id.username}}" /></button>
+       {{/foreach}}
+
+
+
+       {{*<!--<input id="identity-submit" type="submit" name="submit" value="{{$submit}}" />-->*}}
+       </form>
+</div>
+       
+       
\ No newline at end of file