phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] email/templates/default compose.tpl, 1.5.2.2, 1.5.2.3


From: Chris Weiss <address@hidden>
Subject: [Phpgroupware-cvs] email/templates/default compose.tpl, 1.5.2.2, 1.5.2.3 message_main.tpl, 1.11.2.1, 1.11.2.2
Date: Thu, 13 Nov 2003 18:43:05 +0000

Update of /cvsroot/phpgroupware/email/templates/default
In directory subversions:/tmp/cvs-serv23338/email/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        compose.tpl message_main.tpl 
Log Message:
Merged Angles bug fixes in the am-dev4 release and added missing idsociety files


Index: compose.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/compose.tpl,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -C2 -d -r1.5.2.2 -r1.5.2.3
*** compose.tpl 4 Nov 2003 19:24:44 -0000       1.5.2.2
--- compose.tpl 13 Nov 2003 18:43:03 -0000      1.5.2.3
***************
*** 25,32 ****
                }
        }
-       function jsaddybook_closing(contact_ids)
-       {
-               //alert('OPENER GOT -> '+contact_ids);
-       }
  -->
  </script>
--- 25,28 ----
***************
*** 132,141 ****
  <!-- this textarea should be 78 chars each line to conform with RFC822 old 
line length standard 78+CR+LF= 80 char line -->
  <!-- when used with enctype multipart/form-data and wrap=hard this will add 
the hard wrap CRLF to the end of each line -->
! <!-- removed template vars from the comment as a "end comment" code in the 
email ends the commemt and spews the rest on screen -->
   <table border="0" cellpadding="1" cellspacing="1" width="100%" 
align="center">
  <tr align="center">
        <td>
!               <textarea name="{body_box_name}" cols="84" rows="15" 
wrap="hard">{body_box_value}</textarea>
!               <!-- <textarea name="xx" cols="78" rows="20" 
wrap="hard">xxx</textarea> -->
        </td>
  </tr>
--- 128,138 ----
  <!-- this textarea should be 78 chars each line to conform with RFC822 old 
line length standard 78+CR+LF= 80 char line -->
  <!-- when used with enctype multipart/form-data and wrap=hard this will add 
the hard wrap CRLF to the end of each line -->
! <!-- NEW we no longer wrap=hard here, wordwrap line lengths taken care of in 
code now -->
   <table border="0" cellpadding="1" cellspacing="1" width="100%" 
align="center">
  <tr align="center">
        <td>
!               <!-- <textarea name="_body_box_name_" cols="84" rows="15" 
wrap="hard">_body_box_value_</textarea> -->
!               <textarea name="{body_box_name}" cols="88" 
rows="15">{body_box_value}</textarea> 
!               <!-- <textarea name="_body_box_name_" cols="78" rows="20" 
wrap="hard">_body_box_value_</textarea> -->
        </td>
  </tr>

Index: message_main.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/message_main.tpl,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -d -r1.11.2.1 -r1.11.2.2
*** message_main.tpl    8 Sep 2003 08:33:37 -0000       1.11.2.1
--- message_main.tpl    13 Nov 2003 18:43:03 -0000      1.11.2.2
***************
*** 42,45 ****
--- 42,59 ----
  </tr>
  </table>
+ <!-- style specially for the return to FOLDER_LINK to get a better color for 
that link using class in that A element -->
+ <STYLE type="text/css">
+ <!--
+   a.c_backto { text-decoration: underline; background: {reply_btns_bkcolor}; 
color: {reply_btns_text}; }
+   A.c_backto:link { text-decoration:underline; background: 
{reply_btns_bkcolor}; color: {reply_btns_text}; }
+   A.c_backto:visted { text-decoration:underline; background: 
{reply_btns_bkcolor}; color: {reply_btns_text}; }
+   A.c_backto:active { text-decoration:underline; background: 
{reply_btns_bkcolor}; color: {reply_btns_text}; }
+   
+   a.c_replybar { text-decoration: none; background: {reply_btns_bkcolor}; 
color: {reply_btns_text}; }
+   A.c_replybar:link { text-decoration:none; background: {reply_btns_bkcolor}; 
color: {reply_btns_text}; }
+   A.c_replybar:visted { text-decoration:none; background: 
{reply_btns_bkcolor}; color: {reply_btns_text}; }
+   A.c_replybar:active { text-decoration:none; background: 
{reply_btns_bkcolor}; color: {reply_btns_text}; }
+ -->
+ </STYLE>
  
  <table cellpadding="1" cellspacing="0" width="100%" align="center">
***************
*** 48,66 ****
                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                <tr class="email_folder">
!                       <td>
                                <font size="3" face="{theme_font}" 
color="{reply_btns_text}">
!                               <!-- lnk_goback_folder -->
                                <b>{go_back_to} {lnk_goback_folder}</b>
                                </font>
                        </td>
!                       <td align="right" valign="middle">
!                               <font size="3" face="{theme_font}" 
color="{reply_btns_text}">
!                               
{ilnk_reply}&nbsp;{ilnk_replyall}&nbsp;{ilnk_forward}&nbsp;{ilnk_delete}&nbsp;
!                               </font>
                        </td>
!                       <td align="right" valign="middle">
!                               {ilnk_prev_msg}
!                               {ilnk_next_msg}
                        </td>
                </tr>
                </table>
--- 62,96 ----
                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                <tr class="email_folder">
!                       <td width="30%">
                                <font size="3" face="{theme_font}" 
color="{reply_btns_text}">
!                               <!-- lnk_goback_folder comes here with special 
class value refering to backto css above -->
                                <b>{go_back_to} {lnk_goback_folder}</b>
                                </font>
                        </td>
!                       <td align="right" width="50%">
!                               <table border="0" cellpadding="0" 
cellspacing="0" width="100%" align="right">
!                               <tr>
!                                       <td align="center">
!                                               {ilnk_reply}<font size="2" 
face="{theme_font}">{href_reply}</font>
!                                       </td>
!                                       <td align="center">
!                                               {ilnk_replyall}<font size="2" 
face="{theme_font}">{href_replyall}</font>
!                                       </td>
!                                       <td align="center">
!                                               {ilnk_forward}<font size="2" 
face="{theme_font}">{href_forward}</font>
!                                       </td>
!                                       <td align="center">
!                                               {ilnk_delete}<font size="2" 
face="{theme_font}">{href_delete}</font>
                        </td>
!                               </tr>
!                               </table>
!                       </td>
!                       <td align="right" valign="middle" width="20%">
!                               <font size="2" face="{theme_font}" 
color="{reply_btns_text}">
!                               {ilnk_prev_msg}{href_prev_msg}
!                               {ilnk_next_msg}{href_next_msg}
!                               </font>
                        </td>
+                       <!-- meaningless sep line -->
                </tr>
                </table>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]