]> git.mxchange.org Git - friendica.git/commitdiff
some smarty templates needed updating
authorZach Prezkuta <fermion@gmx.com>
Sat, 23 Feb 2013 16:36:00 +0000 (09:36 -0700)
committerZach Prezkuta <fermion@gmx.com>
Sat, 23 Feb 2013 16:36:00 +0000 (09:36 -0700)
view/theme/quattro/smarty3/prv_message.tpl
view/theme/vier/smarty3/profile_vcard.tpl

index 78ff7e7840954033570f9016b57851192e00d03c..26b14d6e0ea0f81acf6cabb7e9d9f36beb4e57f4 100644 (file)
 {{$parent}}
 
 <div id="prvmail-to-label">{{$to}}</div>
+{{if $showinputs}}
+<input type="text" id="recip" name="messagerecip" value="{{$prefill}}" maxlength="255" size="64" tabindex="10" />
+<input type="hidden" id="recip-complete" name="messageto" value="{{$preid}}">
+{{else}}
 {{$select}}
+{{/if}}
 
 <div id="prvmail-subject-label">{{$subject}}</div>
 <input type="text" size="64" maxlength="255" id="prvmail-subject" name="subject" value="{{$subjtxt}}" {{$readonly}} tabindex="11" />
index d1634a7faa6e1493011ec3746ab303561807de86..9e0da287cfa030d8f8584d20b62ca9821b94b929 100644 (file)
@@ -23,7 +23,7 @@
                        </ul>
                        </div>
                {{else}}
-                       <div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="{{$editprofile}}" href="profiles/{{$profid}}" ></a></div>
+                       <div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="{{$editprofile}}" href="profiles" ></a></div>
                {{/if}}
        </div>