diff options
author | friendica <info@friendica.com> | 2012-12-08 11:59:21 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-08 11:59:21 -0800 |
commit | 2a39a5feee0c222e25505bfbc06e2a6d52226fb0 (patch) | |
tree | d78a0c8167c1d5eb05a86615e8890026c50aeb48 /view | |
parent | a65111b9914c99695329162939a0a76f50859acb (diff) | |
download | volse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.tar.gz volse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.tar.bz2 volse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.zip |
upstream fixes, revision updated, and mail autocomplete was lost after a recent change I made
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/profile_edit.tpl | 1 | ||||
-rw-r--r-- | view/tpl/prv_message.tpl | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index e7b17ba74..eb0bb1eed 100644 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -4,6 +4,7 @@ $default <div id="profile-edit-links"> <ul> +<li><a href="profile_photo" id="profile-photo_upload-link" title="$profpic">$profpic</a></li> <li><a href="profile/$profile_id/view?tab=profile" id="profile-edit-view-link" title="$viewprof">$viewprof</a></li> <li><a href="$profile_clone_link" id="profile-edit-clone-link" title="$cr_prof">$cl_prof</a></li> <li></li> diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index ecfef95d6..3f0bd937f 100644 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -7,7 +7,13 @@ $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 +{{ 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" /> |