[interchange-cvs] [SCM] Interchange branch, master, updated. 5e2ea846e5c5b2895c9a6381785e8b96b46824a0

Jon Jensen interchange-cvs at icdevgroup.org
Tue Jun 9 23:34:56 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  5e2ea846e5c5b2895c9a6381785e8b96b46824a0 (commit)
       via  cff4faba9d7af57dc81b1815e16c0bd9d27c5da8 (commit)
      from  2b69f1bba4e498288a70c9ac6f0ad5e9b7b7abf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5e2ea846e5c5b2895c9a6381785e8b96b46824a0
Author: René Hertell <interchange at hertell.com>
Date:   Wed Jun 10 01:43:35 2009 +0300

    Added some missing end-tags

commit cff4faba9d7af57dc81b1815e16c0bd9d27c5da8
Author: René Hertell <interchange at hertell.com>
Date:   Wed Jun 10 01:26:28 2009 +0300

    Removed javascript that submits the form if the user changes his email-preferences.
    
    It's better to let the user make the final decision if he wants to submit the stock-alert form after all..

-----------------------------------------------------------------------

Summary of changes and diff:
 dist/standard/pages/function/stock_alert.html |    2 +-
 dist/standard/pages/query/unsub.html          |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/dist/standard/pages/function/stock_alert.html b/dist/standard/pages/function/stock_alert.html
index 59be4cd..ad5d5e0 100644
--- a/dist/standard/pages/function/stock_alert.html
+++ b/dist/standard/pages/function/stock_alert.html
@@ -137,7 +137,7 @@ ui_template_name: leftonly
     </tr>
     <tr> 
       <td align="center" valign="middle"> 
-	<SELECT onChange="this.form.submit()" NAME=mail_list>
+	<SELECT NAME="mail_list">
 	<OPTION VALUE="0">[L]No[/L]
 	<OPTION [selected mail_list 1] VALUE="1">[L]Yes[/L]
 	</SELECT>
diff --git a/dist/standard/pages/query/unsub.html b/dist/standard/pages/query/unsub.html
index bae7f73..bee7c9d 100644
--- a/dist/standard/pages/query/unsub.html
+++ b/dist/standard/pages/query/unsub.html
@@ -71,6 +71,11 @@ ui_template_name: leftonly
 	}
 	return "<UL><LI>" . join("<LI>", @out) . "</UL>";
 [/perl]
+</blockquote>
+
+  </td>
+</tr>
+</table>
 
 <!-- END CONTENT -->
 


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list