From e17ba14696d6ee7532bacce6b5519594e001f13f Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 4 Dec 2012 18:24:46 -0800 Subject: DB: do the mail table again. Mail almost working onsite, still needs to zot though --- view/js/mod_connections.js | 2 +- view/tpl/mail_conv.tpl | 2 +- view/tpl/mail_list.tpl | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js index 410786cf5..b7352d336 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -5,7 +5,7 @@ $(document).ready(function() { minChars: 2, width: 350, }); - a.setOptions({ params: { type: 'a' }}); + a.setOptions({ params: { autoSubmit: true, type: 'a' }}); }); diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index 75a4506f6..fe115d223 100644 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -1,9 +1,9 @@
$mail.from_name +
$mail.from_name
-
$mail.from_name
$mail.date
$mail.subject
$mail.body
diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index 22e35dec8..4417d1863 100644 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,9 +1,12 @@
- $from_name -
-
+ $from_name
$from_name
+
+
+ $to_name +
$to_name
+
$date
-- cgit v1.2.3