]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/prv_message.tpl
New function for contact suggestions
[friendica.git] / view / theme / frio / templates / prv_message.tpl
index c6bc59d3a33b29ce9cefc231f26a04ebb6aae6e2..f936741c02eba565621d580e197d587564f50ad0 100644 (file)
@@ -2,21 +2,12 @@
 <div id="prvmail-wrapper">
 <form id="prvmail-form" action="message" method="post" >
 
-       {{* Disable the header. We will see if we will need it
-       <h3>{{$header}}</h3>
-       *}}
-
-       {{$parent}}
+       {{$parent nofilter}}
 
        {{* The To: form-group which contains the message recipient *}}
        <div id="prvmail-to-label" class="form-group">
-               <label for="recip">{{$to}}</label><br>
-               {{if $showinputs}}
-               <input type="text" id="recip" class="form-control" name="messagerecip" value="{{$prefill}}" tabindex="10" {{if $prefill}}disabled{{else}}aria-required="true"{{/if}} />
-               <input type="hidden" id="recip-complete" name="messageto" value="{{$preid}}">
-               {{else}}
-               {{$select}}
-               {{/if}}
+               <label for="recipient">{{$to}}</label><br>
+               {{$select nofilter}}
        </div>
 
        {{* The subject input field *}}