From: Zach Prezkuta <fermion@gmx.com> Date: Sat, 23 Feb 2013 16:36:00 +0000 (-0700) Subject: some smarty templates needed updating X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=047cf0d342e3f0e4bf0f0c0c3a59b24935c44c3b;p=friendica.git some smarty templates needed updating --- diff --git a/view/theme/quattro/smarty3/prv_message.tpl b/view/theme/quattro/smarty3/prv_message.tpl index 78ff7e7840..26b14d6e0e 100644 --- a/view/theme/quattro/smarty3/prv_message.tpl +++ b/view/theme/quattro/smarty3/prv_message.tpl @@ -12,7 +12,12 @@ {{$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" /> diff --git a/view/theme/vier/smarty3/profile_vcard.tpl b/view/theme/vier/smarty3/profile_vcard.tpl index d1634a7faa..9e0da287cf 100644 --- a/view/theme/vier/smarty3/profile_vcard.tpl +++ b/view/theme/vier/smarty3/profile_vcard.tpl @@ -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>