aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-19 21:09:40 -0700
committerfriendica <info@friendica.com>2012-07-19 21:09:40 -0700
commitbf386749047731d3a7f47fd99f7dcc4e93ed7be7 (patch)
tree49168f1e7d3ca11f0b3622ca9129904af15608bf /view
parent6293c5e1cf53eeb6db487c74c6e4cec8a11148d4 (diff)
downloadvolse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.tar.gz
volse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.tar.bz2
volse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.zip
sync
Diffstat (limited to 'view')
-rw-r--r--view/poke_content.tpl4
-rw-r--r--view/settings.tpl1
-rw-r--r--view/theme/duepuntozero/prv_message.tpl2
3 files changed, 4 insertions, 3 deletions
diff --git a/view/poke_content.tpl b/view/poke_content.tpl
index 09b3d8db4..f81d04c6c 100644
--- a/view/poke_content.tpl
+++ b/view/poke_content.tpl
@@ -8,8 +8,8 @@
<div id="poke-recip-label">$clabel</div>
<br />
-<input id="recip" type="text" size="64" maxlength="255" value="" name="pokename" autocomplete="off">
-<input id="recip-complete" type="hidden" value="" name="cid">
+<input id="recip" type="text" size="64" maxlength="255" value="$name" name="pokename" autocomplete="off">
+<input id="recip-complete" type="hidden" value="$id" name="cid">
<br />
<br />
diff --git a/view/settings.tpl b/view/settings.tpl
index 99ee9b51e..bebd0c12a 100644
--- a/view/settings.tpl
+++ b/view/settings.tpl
@@ -123,6 +123,7 @@ $group_select
{{inc field_intcheckbox.tpl with $field=$notify5 }}{{endinc}}
{{inc field_intcheckbox.tpl with $field=$notify6 }}{{endinc}}
{{inc field_intcheckbox.tpl with $field=$notify7 }}{{endinc}}
+{{inc field_intcheckbox.tpl with $field=$notify8 }}{{endinc}}
</div>
</div>
diff --git a/view/theme/duepuntozero/prv_message.tpl b/view/theme/duepuntozero/prv_message.tpl
index b5cda9c85..e103497e1 100644
--- a/view/theme/duepuntozero/prv_message.tpl
+++ b/view/theme/duepuntozero/prv_message.tpl
@@ -9,7 +9,7 @@ $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="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