aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-10 20:01:13 -0700
committerfriendica <info@friendica.com>2012-05-10 20:01:13 -0700
commit8a5dcf64d84b98bda80e0346d508efc072c50002 (patch)
treec1c90892400ef5d5916f35e1d65a23b860480875 /view/theme/duepuntozero
parent547007e1993a21347db327f5c030dd1dac60f28f (diff)
downloadvolse-hubzilla-8a5dcf64d84b98bda80e0346d508efc072c50002.tar.gz
volse-hubzilla-8a5dcf64d84b98bda80e0346d508efc072c50002.tar.bz2
volse-hubzilla-8a5dcf64d84b98bda80e0346d508efc072c50002.zip
fix PM replies after autocomplete changes
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/prv_message.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/prv_message.tpl b/view/theme/duepuntozero/prv_message.tpl
index 5d884fe96..b5cda9c85 100644
--- a/view/theme/duepuntozero/prv_message.tpl
+++ b/view/theme/duepuntozero/prv_message.tpl
@@ -8,8 +8,12 @@ $parent
<div id="prvmail-to-label">$to</div>
+{{ if $showinputs }}
<input type="text" id="recip" name="messageto" value="$prefill" maxlength="255" size="64" tabindex="10" />
<input type="hidden" id="recip-complete" name="messageto" value="$preid">
+{{ else }}
+$select
+{{ endif }}
<div id="prvmail-subject-label">$subject</div>
<input type="text" size="64" maxlength="255" id="prvmail-subject" name="subject" value="$subjtxt" $readonly tabindex="11" />