[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: felamimail/templates/linux-at-work.de mainscreen
From: |
Lars Kneschke <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: felamimail/templates/linux-at-work.de mainscreen.tpl,1.1.1.1.2.4,1.1.1.1.2.5 |
Date: |
Thu, 20 Jun 2002 08:46:30 -0400 |
Update of /cvsroot/phpgroupware/felamimail/templates/linux-at-work.de
In directory subversions:/tmp/cvs-serv12276/templates/linux-at-work.de
Modified Files:
Tag: Version-0_9_14-branch
mainscreen.tpl
Log Message:
improved the search interface
- you search now also for the to field
- you can easily enable/disable the filter
modified the way the buttons(mark read, mark unread, ...) work in linux-at-work
template
added translations
fixed some minor bugs with message display
Index: mainscreen.tpl
===================================================================
RCS file:
/cvsroot/phpgroupware/felamimail/templates/linux-at-work.de/mainscreen.tpl,v
retrieving revision 1.1.1.1.2.4
retrieving revision 1.1.1.1.2.5
diff -C2 -r1.1.1.1.2.4 -r1.1.1.1.2.5
*** mainscreen.tpl 4 Jun 2002 12:15:24 -0000 1.1.1.1.2.4
--- mainscreen.tpl 20 Jun 2002 12:46:27 -0000 1.1.1.1.2.5
***************
*** 37,51 ****
subject.style.fontWeight = oldFontWeight;
}
//-->
</script>
<center>
<TABLE WIDTH="99%" CELLPADDING="0" CELLSPACING="0" BORDER="0"
style="height:50%; vertical-align : bottom;">
- <FORM name=messageList method=post action="{url_change_folder}">
<TR>
<TD BGCOLOR="{row_off}">
<TABLE style='background:#f3f3ff;' bBGCOLOR="{row_off}"
COLS=2 BORDER="0" cellpadding=0 cellspacing=0 width="100%">
<TR valign="middle">
! <td nowrap width="40%" align="LEFT"
valign="center" bgcolor="#ffffcc" colspan="8">
<TT><SMALL>
<SELECT NAME="mailbox"
onChange="document.messageList.submit()">
--- 37,82 ----
subject.style.fontWeight = oldFontWeight;
}
+
+ function mark_read(action)
+ {
+ document.messageList.mark_read.value = action;
+ document.messageList.submit() ;
+ }
+ function mark_unread(action)
+ {
+ document.messageList.mark_unread.value = action;
+ document.messageList.submit() ;
+ }
+
+ function mark_flagged(action)
+ {
+ document.messageList.mark_flagged.value = action;
+ document.messageList.submit() ;
+ }
+
+ function mark_unflagged(action)
+ {
+ document.messageList.mark_unflagged.value = action;
+ document.messageList.submit() ;
+ }
+
+ function mark_deleted(action)
+ {
+ document.messageList.mark_deleted.value = action;
+ document.messageList.submit() ;
+ }
//-->
</script>
<center>
+ <FORM name=messageList method=post action="{url_change_folder}">
+
+
<TABLE WIDTH="99%" CELLPADDING="0" CELLSPACING="0" BORDER="0"
style="height:50%; vertical-align : bottom;">
<TR>
<TD BGCOLOR="{row_off}">
<TABLE style='background:#f3f3ff;' bBGCOLOR="{row_off}"
COLS=2 BORDER="0" cellpadding=0 cellspacing=0 width="100%">
<TR valign="middle">
! <td nowrap width="100%" align="LEFT"
valign="center" bgcolor="#ffffcc" colspan="8">
<TT><SMALL>
<SELECT NAME="mailbox"
onChange="document.messageList.submit()">
***************
*** 56,59 ****
--- 87,91 ----
<noscript>
<NOBR><SMALL><INPUT
TYPE=SUBMIT NAME="moveButton" VALUE="{lang_doit}"></SMALL></NOBR>
+
</noscript>
<INPUT TYPE=hidden
NAME="oldMailbox" value="{oldMailbox}">
***************
*** 61,88 ****
</TR>
<TR BGCOLOR="{row_off}">
! <TD ALIGN="left" WIDTH="2%" nowrap
style='font-size:10.0pt; font-family:Arial;color:#5A538D;border=0px solid
#B0A3D9;'>
<a class="body_link"
href="{url_compose_empty}">{lang_compose}</a>
</td>
! <td width="2%" align="LEFT" nowrap
style='font-size:10.0pt; font-family:Arial;color:#5A538D;border=0px solid
#B0A3D9;'>
<a class="body_link"
href="{url_filter}">{lang_edit_filter}</a>
</td>
! <td width="60%">
!
</td>
! <td width="2%" align="LEFT"
valign="bottom" nowrap style='font-size:10.0pt;
font-family:Arial;color:#5A538D;border=1px solid #B0A3D9;'>
! <input type="image"
src="{image_path}/read_small.png" name="mark_read" alt="{desc_read}"
title="{desc_read}" width="16"> {lang_read}
</td>
! <td width="2%" align="LEFT"
valign="bottom" nowrap style='font-size:10.0pt;
font-family:Arial;color:#5A538D;border=1px solid #B0A3D9;'>
! <input type="image"
src="{image_path}/unread_small.png" name="mark_unread" title="{desc_unread}"
width="16"> {lang_unread}
! </td>
! <td width="2%" align="LEFT"
valign="bottom" nowrap style='font-size:10.0pt;
font-family:Arial;color:#5A538D;border=1px solid #B0A3D9;'>
! <input type="image"
src="{image_path}/unread_flagged_small.png" name="mark_flagged"
title="{desc_important}" width="16"> {lang_flagged}
</td>
! <td width="2%" align="LEFT"
valign="bottom" nowrap style='font-size:10.0pt;
font-family:Arial;color:#5A538D;border=1px solid #B0A3D9;'>
! <input type="image"
src="{image_path}/unread_small.png" name="mark_unflagged"
title="{desc_unimportant}"> {lang_unflagged}
</td>
- <td width="2%" align="RIGHT"
valign="bottom" nowrap style='font-size:10.0pt;
font-family:Arial;color:#5A538D;border=1px solid #B0A3D9;'>
- <input type="image"
src="{image_path}/unread_deleted_small.png" name="mark_deleted"
title="{desc_deleted}"> {lang_deleted}
- </TD>
</tr>
</TABLE>
--- 93,131 ----
</TR>
<TR BGCOLOR="{row_off}">
! <TD width="30%" colspan="2"
ALIGN="left" nowrap style='font-size:10.0pt;
font-family:Arial;color:#5A538D;border=0px solid #B0A3D9;'>
<a class="body_link"
href="{url_compose_empty}">{lang_compose}</a>
</td>
! <td width="50%">
!
! </td>
! <td width="10%" align="right" nowrap
style='font-size:8.0pt; font-family:Arial;color:#5A538D;border=0px solid
#B0A3D9;'>
! <input type=hidden
name="mark_read">
! <input type=hidden
name="mark_unread">
! <input type=hidden
name="mark_flagged">
! <input type=hidden
name="mark_unflagged">
! <input type=hidden
name="mark_deleted">
! {lang_mark_messages_as}:
! </td>
! <td width="20%" colspan="4"
align="right" nowrap style='font-size:8.0pt;
font-family:Arial;color:#5A538D;border=0px solid #B0A3D9;'>
! <a class="body_link"
href="javascript:mark_read('mark_read')">{lang_read}</a>/<a class="body_link"
href="javascript:mark_unread('mark_unread')">{lang_unread}</a>
! <a class="body_link"
href="javascript:mark_flagged('mark_flagged')">{lang_flagged}</a>/<a
class="body_link"
href="javascript:mark_unflagged('mark_unflagged')">{lang_unflagged}</a><br>
! </td>
! </tr>
! <TR BGCOLOR="{row_off}">
! <td align="LEFT" nowrap
style='font-size:10.0pt; font-family:Arial;color:#5A538D;border=0px solid
#B0A3D9;'>
<a class="body_link"
href="{url_filter}">{lang_edit_filter}</a>
</td>
! <td align="LEFT" nowrap
style='font-size:8.0pt; font-family:Arial;color:#5A538D;border=0px solid
#B0A3D9;'>
! <a
class="body_link" href="{url_status_filter}">{lang_status_filter}</a>
</td>
! <td>
!
</td>
! <td>
!
</td>
! <td colspan="4" align="right"
valign="bottom" nowrap style='font-size:8.0pt;
font-family:Arial;color:#5A538D;border=0px solid #B0A3D9;'>
! <a class="body_link"
href="javascript:mark_deleted('mark_deleted')">{lang_delete_selected}</a><br>
</td>
</tr>
</TABLE>
***************
*** 123,126 ****
--- 166,170 ----
</center>
</div>
+ </FORM>
<!-- END main -->
***************
*** 176,179 ****
--- 220,247 ----
<!-- END header_row_S -->
+ <!-- BEGIN header_row_RS -->
+ <tr>
+ <td class="header_row_S" width="3%" bgcolor="#FFFFFF" align="center"
valign="middle">
+ <input class="header_row"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" type="checkbox"
name="msg[{message_counter}]" value="{message_uid}"
onClick="toggleFolderRadio()" {row_selected}>
+ </td>
+ <td class="header_row_S" width="24%" bgcolor="#FFFFFF" nowrap
valign="middle">
+ <a class="header_row_S"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" name="link_sender"
href="{url_compose}" title="{full_address}">{sender_name}</a>
+ <a href="{url_add_to_addressbook}"><img
src="{phpgw_images}/sm_envelope.gif" width="10" height="8" border="0"
align="absmiddle" alt="{lang_add_to_addressbook}"
title="{lang_add_to_addressbook}"></a>
+ </td>
+ <td class="header_row_S" width="9%" bgcolor="#FFFFFF" nowrap
align="center" valign="middle">
+ {date}
+ </td>
+ <td class="header_row_S" width="3%" bgcolor="#FFFFFF" valign="middle"
align="center">
+ <img src="{image_path}/read_small.png" width="16" border="0"
alt="{lang_read}" title="{lang_read}">
+ </td>
+ <td class="header_row_S" bgcolor="#FFFFFF" valign="middle">
+ <a class="header_row_S"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" name="link_subject"
name="subject_url" href="{url_read_message}">{header_subject}</a>
+ </td>
+ <td class="header_row_S" width="5%" bgcolor="#FFFFFF" valign="middle">
+ {size}
+ </td>
+ </tr>
+ <!-- END header_row_RS -->
+
<!-- BEGIN header_row_ -->
<tr>
***************
*** 272,275 ****
--- 340,368 ----
<!-- END header_row_AS -->
+ <!-- BEGIN header_row_A -->
+ <tr>
+ <td class="header_row_" width="3%" bgcolor="#FFFFFF" align="center">
+ <input class="header_row"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" type="checkbox"
name="msg[{message_counter}]" value="{message_uid}"
onClick="toggleFolderRadio()" {row_selected}>
+ </td>
+ <td class="header_row_" width="24%" bgcolor="#FFFFFF" nowrap>
+ <a class="header_row_"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" name="link_sender"
href="{url_compose}" title="{full_address}">{sender_name}</a>
+ <a href="{url_add_to_addressbook}"><img
src="{phpgw_images}/sm_envelope.gif" width="10" height="8" border="0"
align="absmiddle" alt="{lang_add_to_addressbook}"
title="{lang_add_to_addressbook}"></a>
+ </td>
+ <td class="header_row_" width="9%" bgcolor="#FFFFFF" nowrap
align="center">
+ {date}
+ </td>
+ <td class="header_row_" width="3%" bgcolor="#FFFFFF" valign="middle"
align="center">
+ <img src="{image_path}/read_answered_small.png" width="16"
border="0" alt="{lang_replied}" title="{lang_replied}">
+ </td>
+ <td class="header_row_" bgcolor="#FFFFFF">
+ <a class="header_row_"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" name="link_subject"
name="subject_url" href="{url_read_message}">{header_subject}</a>
+ </td>
+ <td class="header_row_" width="5%" bgcolor="#FFFFFF">
+ {size}
+ </td>
+ </tr>
+ <!-- END header_row_A -->
+
+
<!-- BEGIN header_row_ADS -->
<tr>
***************
*** 343,346 ****
--- 436,463 ----
</tr>
<!-- END header_row_FAS -->
+
+ <!-- BEGIN header_row_FA -->
+ <tr>
+ <td class="header_row_FS" width="3%" bgcolor="#FFFFFF" align="center">
+ <input class="header_row"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" type="checkbox"
name="msg[{message_counter}]" value="{message_uid}"
onClick="toggleFolderRadio()" {row_selected}>
+ </td>
+ <td class="header_row_FS" width="24%" bgcolor="#FFFFFF" nowrap>
+ <a class="header_row_F"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" name="link_sender"
href="{url_compose}" title="{full_address}">{sender_name}</a>
+ <a href="{url_add_to_addressbook}"><img
src="{phpgw_images}/sm_envelope.gif" width="10" height="8" border="0"
align="absmiddle" alt="{lang_add_to_addressbook}"
title="{lang_add_to_addressbook}"></a>
+ </td>
+ <td class="header_row_FS" width="9%" bgcolor="#FFFFFF" nowrap
align="center">
+ {date}
+ </td>
+ <td class="header_row_FS" width="3%" bgcolor="#FFFFFF" valign="middle"
align="center">
+ <img src="{image_path}/read_answered_flagged_small.png"
width="16" border="0" alt="{lang_replied}, {lang_flagged}"
title="{lang_replied}, {lang_flagged}">
+ </td>
+ <td class="header_row_FS" bgcolor="#FFFFFF">
+ <a class="header_row_F"
onmouseover="parentOn('{message_counter}')"
onmouseout="parentOff('{message_counter}')" name="link_subject"
href="{url_read_message}">{header_subject}</a>
+ </td>
+ <td class="header_row_FS" width="5%" bgcolor="#FFFFFF">
+ {size}
+ </td>
+ </tr>
+ <!-- END header_row_FA -->
<!-- BEGIN header_row_D -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: felamimail/templates/linux-at-work.de mainscreen.tpl,1.1.1.1.2.4,1.1.1.1.2.5,
Lars Kneschke <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: felamimail/inc class.bofelamimail.inc.php,1.2.2.5,1.2.2.6 class.socaching.inc.php,1.1.1.1.2.3,1.1.1.1.2.4 class.uifelamimail.inc.php,1.2.2.5,1.2.2.6 class.uifilter.inc.php,1.1.2.1,1.1.2.2
- Next by Date:
[Phpgroupware-cvs] CVS: felamimail/templates/default filterForm.tpl,1.1.2.1,1.1.2.2 mainscreen.tpl,1.1.1.1.2.1,1.1.1.1.2.2
- Previous by thread:
[Phpgroupware-cvs] CVS: felamimail/inc class.bofelamimail.inc.php,1.2.2.5,1.2.2.6 class.socaching.inc.php,1.1.1.1.2.3,1.1.1.1.2.4 class.uifelamimail.inc.php,1.2.2.5,1.2.2.6 class.uifilter.inc.php,1.1.2.1,1.1.2.2
- Next by thread:
[Phpgroupware-cvs] CVS: felamimail/templates/default filterForm.tpl,1.1.2.1,1.1.2.2 mainscreen.tpl,1.1.1.1.2.1,1.1.1.1.2.2
- Index(es):