[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] email/templates/base message_main.tpl, 1.2 spell_revi
From: |
skwashd |
Subject: |
[Phpgroupware-cvs] email/templates/base message_main.tpl, 1.2 spell_review.tpl, 1.2 compose.tpl, 1.2 debug.tpl, 1.2 error_report.tpl, 1.2 filters.tpl, 1.2 class_prefs_ui.tpl, 1.2 class_prefs_ex_accounts.tpl, 1.2 OLD-preferences.tpl, 1.2 addressbook.tpl, 1.2 class_prefs_blocks.tpl, 1.2 filters_blocks.tpl, 1.2 filters_list.tpl, 1.2 message_echo_dump.tpl, 1.2 message_printable.tpl, 1.2 search_form.tpl, 1.2 index_mlist.tpl, 1.2 index_main_b0_l2.tpl, 1.2 folder.tpl, 1.2 index_blocks.tpl, 1.2 index_main_b0_l1.tpl, 1.2 |
Date: |
Mon, 21 Feb 2005 06:31:00 +0100 |
Update of email/templates/base
Modified Files:
Branch: MAIN
message_main.tpl lines: +15 -5
spell_review.tpl lines: +4 -4
compose.tpl lines: +27 -16
debug.tpl lines: +2 -2
error_report.tpl lines: +1 -1
filters.tpl lines: +7 -7
class_prefs_ui.tpl lines: +1 -1
class_prefs_ex_accounts.tpl lines: +1 -1
OLD-preferences.tpl lines: +1 -1
addressbook.tpl lines: +4 -4
class_prefs_blocks.tpl lines: +2 -2
filters_blocks.tpl lines: +1 -1
filters_list.tpl lines: +5 -5
message_echo_dump.tpl lines: +1 -1
message_printable.tpl lines: +2 -2
search_form.tpl lines: +9 -9
index_mlist.tpl lines: +1 -1
index_main_b0_l2.tpl lines: +1 -1
folder.tpl lines: +1 -1
index_blocks.tpl lines: +3 -3
index_main_b0_l1.tpl lines: +1 -1
Log Message:
fix broken images
====================================================
Index: email/templates/base/message_main.tpl
diff -u email/templates/base/message_main.tpl:1.1
email/templates/base/message_main.tpl:1.2
--- email/templates/base/message_main.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/message_main.tpl Mon Feb 21 05:31:25 2005
@@ -9,7 +9,7 @@
<!-- BEGIN B_x-phpgw-type -->
<center>
<h1>THIS IS A phpGroupWare-{application} EMAIL</h1>
-In the future, this will process a specially formated email msg.<hr>
+In the future, this will process a specially formated email msg.<hr />
</center>
<!-- END B_x-phpgw-type -->
{widget_toolbar}
@@ -81,10 +81,20 @@
</td>
<td align="center">
{ilnk_delete}<font size="2"
face="{theme_font}">{href_delete}</font>
- </td>
+ </td>
+ <!-- BEGIN edit_message -->
+ <td align="center">
+ {ilnk_edit}<font size="2"
face="{theme_font}">{href_edit}</font>
+ </td>
+ <!-- END edit_message -->
</tr>
</table>
- </td>
+ </td>
+ <!-- BEGIN edit_message -->
+ <td align="center">
+ {ilnk_edit}<font size="2"
face="{theme_font}">{href_edit}</font>
+ </td>
+ <!-- END edit_message -->
<td align="right" valign="middle" width="20%">
<font size="2" face="{theme_font}"
color="{reply_btns_text}">
{ilnk_prev_msg}{href_prev_msg}
@@ -173,7 +183,7 @@
</table>
<!-- start message display -->
-<br>
+<br />
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<!-- BEGIN B_debug_parts -->
<tr>
@@ -193,7 +203,7 @@
<tr>
<td width="1%"> </td>
<td align="left" width="98%">
- <br>{message_body}
+ <br />{message_body}
</td>
<td width="1%"> </td>
</tr>
====================================================
Index: email/templates/base/spell_review.tpl
diff -u email/templates/base/spell_review.tpl:1.1
email/templates/base/spell_review.tpl:1.2
--- email/templates/base/spell_review.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/spell_review.tpl Mon Feb 21 05:31:25 2005
@@ -25,9 +25,9 @@
</tr>
<tr>
<td width="100%">
- <br> <br>
+ <br /> <br />
<hr size="1">
- <br> <br>
+ <br /> <br />
</td>
</tr>
<tr>
@@ -39,9 +39,9 @@
</tr>
<tr>
<td width="100%">
- <br> <br>
+ <br /> <br />
<hr size="1">
- <br> <br>
+ <br /> <br />
</td>
</tr>
<tr>
====================================================
Index: email/templates/base/compose.tpl
diff -u email/templates/base/compose.tpl:1.1
email/templates/base/compose.tpl:1.2
--- email/templates/base/compose.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/compose.tpl Mon Feb 21 05:31:25 2005
@@ -28,6 +28,18 @@
{
//alert('OPENER GOT -> '+contact_ids);
}
+
+ function save()
+ {
+ document.doit.draft.value = 'save';
+ document.doit.submit();
+ }
+
+ function save()
+ {
+ document.doit.draft.value = 'save';
+ document.doit.submit();
+ }
-->
</script>
@@ -36,32 +48,31 @@
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<!-- <form enctype="multipart/form-data" name="{ form1_name }"
action="{form1_action}" method="{ form1_method }"> -->
<form enctype="application/x-www-form-urlencoded" name="{form1_name}"
action="{form1_action}" method="{form1_method}">
-<tr bgcolor="{buttons_bgcolor}" class="{buttons_bgcolor_class}">
+<input type="hidden" name="draft" value="0" />
+<tr bgcolor="{th}" class="th">
<td colspan="2">
- <table border="0" cellpadding="1" cellspacing="1" width="100%">
- <tr bgcolor="{buttons_bgcolor}" class="{buttons_bgcolor_class}">
- <td width="20%" align="left">
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr bgcolor="{th}" class="th">
+ <td width="25%" align="left">
<font face="{toolbar_font}">
{addressbook_button}
</font>
</td>
- <td width="20%" align="center">
+ <td width="25%" align="center">
<font face="{toolbar_font}">
{spellcheck_button}
</font>
</td>
- <td width="*" align="right">
-
+ <td width="25%" align="center">
+ <font face="{toolbar_font}">
+ {save_button}
+ </font>
</td>
- <td width="20%" align="right">
+ <td width="25%" align="right">
<font face="{toolbar_font}">
{send_button}
</font>
</td>
- <td width="50">
-
- </td>
-
</tr>
</table>
</td>
@@ -131,13 +142,13 @@
</table>
<!-- 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 -->
+<!-- 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> -->
+ <!-- <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>
</table>
====================================================
Index: email/templates/base/debug.tpl
diff -u email/templates/base/debug.tpl:1.1 email/templates/base/debug.tpl:1.2
--- email/templates/base/debug.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/debug.tpl Mon Feb 21 05:31:25 2005
@@ -56,14 +56,14 @@
<li>{func_O5}</li>
<li>{func_O6}</li>
</ul>
- <br>
+ <br />
This seta up an echo dump:
</td>
</tr>
</table>
<!-- END B_before_echo -->
-<br>
+<br />
<!-- if using debug popup window that js will follow here -->
{debugdata}
====================================================
Index: email/templates/base/error_report.tpl
diff -u email/templates/base/error_report.tpl:1.1
email/templates/base/error_report.tpl:1.2
--- email/templates/base/error_report.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/error_report.tpl Mon Feb 21 05:31:25 2005
@@ -23,6 +23,6 @@
<p><center>
{go_home_link}
</center></p>
-<br>
+<br />
<!-- end error_report.tpl -->
====================================================
Index: email/templates/base/filters.tpl
diff -u email/templates/base/filters.tpl:1.1
email/templates/base/filters.tpl:1.2
--- email/templates/base/filters.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/filters.tpl Mon Feb 21 05:31:25 2005
@@ -66,7 +66,7 @@
<!-- END B_matches_row -->
</table>
- <br>
+ <br />
<table width="90%" border="0" cellpadding="3" cellspacing="2"
align="center">
<tr bgcolor="{row_on}" class="row_on">
@@ -102,7 +102,7 @@
<!-- END B_actions_row -->
</table>
- <br>
+ <br />
<table width="50%" border="0" cellPadding="0" cellSpacing="0"
align="center">
<tr>
@@ -121,9 +121,9 @@
</tr>
</table>
- <br>
- <hr>
- <br>
+ <br />
+ <hr />
+ <br />
<table width="90%" border="0" cellPadding="4" cellSpacing="4"
align="center">
<tr>
@@ -132,8 +132,8 @@
<em>Under Development</em>
-->
<!-- this text reminds the user to submit the filter
first so AM knows about it -->
- <br>Submit the filter data to the database by clicking
submit,
- <br>then you may test or apply the filter.
+ <br />Submit the filter data to the database by
clicking submit,
+ <br />then you may test or apply the filter.
</td>
</tr>
<tr>
====================================================
Index: email/templates/base/class_prefs_ui.tpl
diff -u email/templates/base/class_prefs_ui.tpl:1.1
email/templates/base/class_prefs_ui.tpl:1.2
--- email/templates/base/class_prefs_ui.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/class_prefs_ui.tpl Mon Feb 21 05:31:25 2005
@@ -2,7 +2,7 @@
{pref_errors}
<p>
<b>{page_title}</b>
- <hr>
+ <hr />
</p>
<form method="POST" action="{form_action}">
====================================================
Index: email/templates/base/class_prefs_ex_accounts.tpl
diff -u email/templates/base/class_prefs_ex_accounts.tpl:1.1
email/templates/base/class_prefs_ex_accounts.tpl:1.2
--- email/templates/base/class_prefs_ex_accounts.tpl:1.1 Wed Jan 12
15:12:07 2005
+++ email/templates/base/class_prefs_ex_accounts.tpl Mon Feb 21 05:31:25 2005
@@ -2,7 +2,7 @@
{pref_errors}
<p>
<b>{page_title}</b>
- <hr>
+ <hr />
</p>
<table border="0" cellspacing="2" cellpadding="2" width="100%" align="center">
<tr bgcolor="{tr_titles_color}" class="{tr_titles_class}">
====================================================
Index: email/templates/base/OLD-preferences.tpl
diff -u email/templates/base/OLD-preferences.tpl:1.1
email/templates/base/OLD-preferences.tpl:1.2
--- email/templates/base/OLD-preferences.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/OLD-preferences.tpl Mon Feb 21 05:31:25 2005
@@ -2,7 +2,7 @@
{pref_errors}
<p>
<b>{page_title}</b>
- <hr>
+ <hr />
</p>
<form method="POST" action="{form_action}">
====================================================
Index: email/templates/base/addressbook.tpl
diff -u email/templates/base/addressbook.tpl:1.1
email/templates/base/addressbook.tpl:1.2
--- email/templates/base/addressbook.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/addressbook.tpl Mon Feb 21 05:31:25 2005
@@ -57,7 +57,7 @@
<center>
<p>
<font face="{font}"><b>{lang_addressbook_action}</b></font>
- <br>
+ <br />
<hr noshade width="98%" align="center" size="1">
<table border="0" width="100%">
@@ -145,7 +145,7 @@
<td width="20%" align="center">
<font face="{font}" size="1">
<input type="text" size="20" name="email"
value="{email}">
- <br>
+ <br />
<input type="button" size="25" name="button" value="To"
onClick="ExchangeTo(this.form);">
<input type="button" size="25" name="button" value="Cc"
onClick="ExchangeCc(this.form);">
<input type="button" size="25" name="button"
value="Bcc" onClick="ExchangeBcc(this.form);">
@@ -156,7 +156,7 @@
<td align="center">
<font face="{font}" size="1">
<input type="text" size="25" name="hemail"
value="{hemail}">
- <br>
+ <br />
<input type="button" size="25" name="button" value="To"
onClick="ExchangeTo(this.form);">
<input type="button" size="25" name="button" value="Cc"
onClick="ExchangeCc(this.form);">
<input type="button" size="25" name="button"
value="Bcc" onClick="ExchangeBcc(this.form);">
====================================================
Index: email/templates/base/class_prefs_blocks.tpl
diff -u email/templates/base/class_prefs_blocks.tpl:1.1
email/templates/base/class_prefs_blocks.tpl:1.2
--- email/templates/base/class_prefs_blocks.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/class_prefs_blocks.tpl Mon Feb 21 05:31:25 2005
@@ -5,7 +5,7 @@
<!-- BEGIN B_tr_blank -->
<tr>
<td colspan="2">
- <br>
+ <br />
</td>
</tr>
<!-- END B_tr_blank -->
@@ -26,7 +26,7 @@
<!-- BEGIN B_tr_long_desc -->
<tr bgcolor="{back_color}" class="{back_color_class}">
<td colspan="2" align="center" valign="middle">
- <strong>{lang_blurb}</strong>: <p>{long_desc}</p> <br>
+ <strong>{lang_blurb}</strong>: <p>{long_desc}</p> <br />
</td>
</tr>
<!-- END B_tr_long_desc -->
====================================================
Index: email/templates/base/filters_blocks.tpl
diff -u email/templates/base/filters_blocks.tpl:1.1
email/templates/base/filters_blocks.tpl:1.2
--- email/templates/base/filters_blocks.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/filters_blocks.tpl Mon Feb 21 05:31:25 2005
@@ -3,7 +3,7 @@
<!-- === block seperator == -->
<!-- BEGIN B_match_account_box -->
-{lang_inbox_for_account}<br>
+{lang_inbox_for_account}<br />
{account_multi_box}
<!-- END B_match_account_box -->
====================================================
Index: email/templates/base/filters_list.tpl
diff -u email/templates/base/filters_list.tpl:1.1
email/templates/base/filters_list.tpl:1.2
--- email/templates/base/filters_list.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/filters_list.tpl Mon Feb 21 05:31:25 2005
@@ -2,7 +2,7 @@
{widget_toolbar}
<p>
<b>{page_title}</b>
- <hr>
+ <hr />
</p>
<table border="0" cellspacing="2" cellpadding="2" width="100%" align="center">
<tr bgcolor="{tr_titles_color}" class="{tr_titles_class}">
@@ -53,14 +53,14 @@
</tr>
</table>
-<br>
-<hr>
-<br>
+<br />
+<hr />
+<br />
<table width="90%" border="0" cellPadding="4" cellSpacing="4" align="center">
<tr>
<td colspan="2" align="center">
- <br>{lang_test_or_apply}
+ <br />{lang_test_or_apply}
</td>
</tr>
<tr>
====================================================
Index: email/templates/base/message_echo_dump.tpl
diff -u email/templates/base/message_echo_dump.tpl:1.1
email/templates/base/message_echo_dump.tpl:1.2
--- email/templates/base/message_echo_dump.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/message_echo_dump.tpl Mon Feb 21 05:31:25 2005
@@ -10,7 +10,7 @@
</tr>
<tr>
<td align="left">
- <br>
+ <br />
<!-- END B_setup_echo_dump -->
<!-- BEGIN B_done_echo_dump -->
====================================================
Index: email/templates/base/message_printable.tpl
diff -u email/templates/base/message_printable.tpl:1.1
email/templates/base/message_printable.tpl:1.2
--- email/templates/base/message_printable.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/message_printable.tpl Mon Feb 21 05:31:25 2005
@@ -128,7 +128,7 @@
</table>
<!-- start message display -->
-<br>
+<br />
<table border="0" cellpadding="0" cellspacing="0" width="95%" align="center">
<!-- BEGIN B_display_part -->
@@ -139,7 +139,7 @@
</tr>
<tr>
<td align="left">
- <br>{message_body}
+ <br />{message_body}
</td>
</tr>
<!-- END B_display_part -->
====================================================
Index: email/templates/base/search_form.tpl
diff -u email/templates/base/search_form.tpl:1.1
email/templates/base/search_form.tpl:1.2
--- email/templates/base/search_form.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/search_form.tpl Mon Feb 21 05:31:25 2005
@@ -34,42 +34,42 @@
</tr>
<tr>
<td style="vertical-align: top;"
- bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_from}<br>
+ bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_from}<br />
</td>
<td style="vertical-align: top;"
bgcolor="#bbbbbb" width="25%"><input size="30" name="search_from"
maxlength="50"></td>
</tr>
<tr>
<td style="vertical-align: top;"
- bgcolor="#eeeeee" width="60%" align="right" valign="middle">Body<br>
+ bgcolor="#eeeeee" width="60%" align="right" valign="middle">Body<br />
</td>
<td style="vertical-align: top;"
bgcolor="#bbbbbb"> <input size="30" name="search_body" maxlength="50"></td>
</tr>
<tr>
<td style="vertical-align: top;"
- bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_to}<br>
+ bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_to}<br />
</td>
<td style="vertical-align: top;"
bgcolor="#bbbbbb"> <input size="30" name="search_to" maxlength="50"></td>
</tr>
<tr>
<td style="vertical-align: top;"
- bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_cc}<br>
+ bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_cc}<br />
</td>
<td style="vertical-align: top;"
bgcolor="#bbbbbb"> <input size="30" name="search_cc" maxlength="50"></td>
</tr>
<tr>
<td style="vertical-align: top;"
- bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_bcc}<br>
+ bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_bcc}<br />
</td>
<td style="vertical-align: top;"
bgcolor="#bbbbbb"> <input size="30" name="search_bcc" maxlength="50"></td>
</tr>
<tr>
<td style="vertical-align: top;"
- bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_keyword}<br>
+ bgcolor="#eeeeee" width="60%" align="right" valign="middle">{lang_keyword}<br
/>
</td>
<td style="vertical-align: top;"
bgcolor="#bbbbbb"> <input size="30" name="search_keyword" maxlength="50"></td>
@@ -127,7 +127,7 @@
<tbody>
<tr>
<td valign="top" colspan="2" align="center"
- bgcolor="#d3dce3"><b>{lang_return_mails_during}<b><br>
+ bgcolor="#d3dce3"><b>{lang_return_mails_during}<b><br />
</td>
</tr>
<tr>
@@ -237,7 +237,7 @@
</tr>
</tbody>
</table>
- <br>
+ <br />
</td>
</tr>
<tr>
@@ -246,6 +246,6 @@
</tr>
</tbody>
</table>
-<br>
+<br />
</form>
====================================================
Index: email/templates/base/index_mlist.tpl
diff -u email/templates/base/index_mlist.tpl:1.1
email/templates/base/index_mlist.tpl:1.2
--- email/templates/base/index_mlist.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/index_mlist.tpl Mon Feb 21 05:31:25 2005
@@ -184,5 +184,5 @@
</tr>
</table>
-<br>
+<br />
<!-- end email_index.tpl -->
====================================================
Index: email/templates/base/index_main_b0_l2.tpl
diff -u email/templates/base/index_main_b0_l2.tpl:1.1
email/templates/base/index_main_b0_l2.tpl:1.2
--- email/templates/base/index_main_b0_l2.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/index_main_b0_l2.tpl Mon Feb 21 05:31:25 2005
@@ -125,5 +125,5 @@
{geek_bar}
{debugdata}
-<br>
+<br />
<!-- end ndex_mail_b0_l2.tpl -->
====================================================
Index: email/templates/base/folder.tpl
diff -u email/templates/base/folder.tpl:1.1 email/templates/base/folder.tpl:1.2
--- email/templates/base/folder.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/folder.tpl Mon Feb 21 05:31:25 2005
@@ -61,5 +61,5 @@
</table>
</form>
{debugdata}
-<br>
+<br />
<!-- end folder.tpl -->
====================================================
Index: email/templates/base/index_blocks.tpl
diff -u email/templates/base/index_blocks.tpl:1.1
email/templates/base/index_blocks.tpl:1.2
--- email/templates/base/index_blocks.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/index_blocks.tpl Mon Feb 21 05:31:25 2005
@@ -103,10 +103,10 @@
<font face="{stats_font}"
size="{stats_foldername_size}" color="{stats_color}">
<strong>{stats_folder}</strong>
</font>
- <br>
+ <br />
<font face="{stats_font}"
size="{stats_font_size}" color="{stats_color}">
-
{stats_new} : {lang_new2}<br>
-
{stats_saved} : {lang_total2}<br>
+
{stats_new} : {lang_new2}<br />
+
{stats_saved} : {lang_total2}<br />
{stats_size_or_button} {lang_size2}
</font>
</td>
====================================================
Index: email/templates/base/index_main_b0_l1.tpl
diff -u email/templates/base/index_main_b0_l1.tpl:1.1
email/templates/base/index_main_b0_l1.tpl:1.2
--- email/templates/base/index_main_b0_l1.tpl:1.1 Wed Jan 12 15:12:07 2005
+++ email/templates/base/index_main_b0_l1.tpl Mon Feb 21 05:31:25 2005
@@ -153,7 +153,7 @@
</tr>
</table>
-<br>
+<br />
<table border="0" align="center" width="100%">
<tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] email/templates/base message_main.tpl, 1.2 spell_review.tpl, 1.2 compose.tpl, 1.2 debug.tpl, 1.2 error_report.tpl, 1.2 filters.tpl, 1.2 class_prefs_ui.tpl, 1.2 class_prefs_ex_accounts.tpl, 1.2 OLD-preferences.tpl, 1.2 addressbook.tpl, 1.2 class_prefs_blocks.tpl, 1.2 filters_blocks.tpl, 1.2 filters_list.tpl, 1.2 message_echo_dump.tpl, 1.2 message_printable.tpl, 1.2 search_form.tpl, 1.2 index_mlist.tpl, 1.2 index_main_b0_l2.tpl, 1.2 folder.tpl, 1.2 index_blocks.tpl, 1.2 index_main_b0_l1.tpl, 1.2,
skwashd <=