[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: cleannorth.org
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: cleannorth.org
- From: Dan Brosemer <odin@cleannorth.org>
- Date: Sun, 13 Jul 2008 19:38:48 -0401 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Sun, 13 Jul 2008 19:38:51 -0401 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <lVTO8C.A.QwG.hIpeIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Make the email picker work. s/method/name/
Modified Files:
--------------
cleannorth.org/templates/en/webmail:
compose.tmpl
Revision Data
-------------
Index: compose.tmpl
===================================================================
RCS file: /cvs/cleannorth.org/templates/en/webmail/compose.tmpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Ltemplates/en/webmail/compose.tmpl -Ltemplates/en/webmail/compose.tmpl -u -r1.1.1.1 -r1.2
--- templates/en/webmail/compose.tmpl
+++ templates/en/webmail/compose.tmpl
@@ -1,16 +1,16 @@
<!-- Title: Compose Email -->
-<DEFANGED_form action="/webmail/" method="post" enctype="multipart/form-data">
+<DEFANGED_form action="/webmail/" method="post" enctype="multipart/form-data" name="compose">
<DEFANGED_input type="hidden" name="folder" value="<tmpl_var name=folder>" />
<DEFANGED_input type="hidden" name="replyid" value="<tmpl_var name=id>" />
<tmpl_if name=start><DEFANGED_input type="hidden" name="start" value="<tmpl_var name=start>" /></tmpl_if>
<tmpl_if name=page><DEFANGED_input type="hidden" name="page" value="<tmpl_var name=page>" /></tmpl_if>
<table>
<tr>
- <td>To:</td>
+ <td><a href="" DEFANGED_OnClick="DEFANGED_JavaScript:window.open('/webmail/emailpicker.pl?form=compose&field=to','cal','width=425,height=160,scrollbars=1,resizable=1');return false">To:</a></td>
<td><DEFANGED_input type="text" name="to" value="<tmpl_var name=to escape=html>" size="60" /></td>
</tr>
<tr>
- <td>Cc:</td>
+ <td><a href="" DEFANGED_OnClick="DEFANGED_JavaScript:window.open('/webmail/emailpicker.pl?form=compose&field=cc','cal','width=425,height=160,scrollbars=1,resizable=1');return false">Cc:</a></td>
<td><DEFANGED_input type="text" name="cc" value="<tmpl_var name=cc escape=html>" size="60" /></td>
</tr>
<tr>
- Prev by Date: CVS Update: cleannorth.org
- Next by Date: CVS Update: cleannorth.org
- Previous by thread: CVS Update: cleannorth.org
- Next by thread: CVS Update: cleannorth.org
- Index(es):