diff options
author | friendica <info@friendica.com> | 2012-07-19 21:09:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-19 21:09:40 -0700 |
commit | bf386749047731d3a7f47fd99f7dcc4e93ed7be7 (patch) | |
tree | 49168f1e7d3ca11f0b3622ca9129904af15608bf /view/theme | |
parent | 6293c5e1cf53eeb6db487c74c6e4cec8a11148d4 (diff) | |
download | volse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.tar.gz volse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.tar.bz2 volse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.zip |
sync
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/prv_message.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |