[dev] another patch for agora thread summary
Vilius Sumskas
vilius at lnk.lt
Thu Sep 2 01:20:30 PDT 2004
Hi,
this patch synchronizes message.html with recent agora main template changes.
--
Best Regards,
Vilius
-------------- next part --------------
Index: message.html
===================================================================
RCS file: /repository/agora/templates/messages/message.html,v
retrieving revision 1.22
diff -u -r1.22 message.html
--- message.html 31 Aug 2004 11:49:18 -0000 1.22
+++ message.html 2 Sep 2004 08:13:26 -0000
@@ -41,4 +41,12 @@
</table>
<br />
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td class="header">
+ <tag:threads_list_header />
+ </td>
+ </tr>
+</table>
+
<tag:threads />
-------------- next part --------------
Index: message.php
===================================================================
RCS file: /repository/agora/messages/message.php,v
retrieving revision 1.58
diff -u -r1.58 message.php
--- message.php 1 Sep 2004 14:00:39 -0000 1.58
+++ message.php 2 Sep 2004 08:13:42 -0000
@@ -81,6 +81,7 @@
$actions[] = Horde::link($url, $label, 'smallheader') . $label . '</a>';
}
+$template->set('threads_list_header', _("Thread Summary"));
$template->set('actions', $actions, true);
$template->set('threads', $threads, true);
More information about the dev
mailing list