[dev] agora gettext fixes
Vilius Šumskas
vilius at lnk.lt
Mon Sep 27 06:18:44 PDT 2004
Hello,
just a few gettext fixes.
--
Vilius
-------------- next part --------------
Index: message.php
===================================================================
RCS file: /repository/agora/messages/message.php,v
retrieving revision 1.59
diff -u -r1.59 message.php
--- message.php 22 Sep 2004 09:15:11 -0000 1.59
+++ message.php 27 Sep 2004 13:15:07 -0000
@@ -81,6 +81,7 @@
$actions[] = Horde::link($url, $label, 'smallheader') . $label . '</a>';
}
+$template->setOption('gettext', true);
$template->set('actions', $actions, true);
$template->set('threads', $threads, true);
-------------- next part --------------
Index: index.php
===================================================================
RCS file: /repository/agora/messages/index.php,v
retrieving revision 1.10
diff -u -r1.10 index.php
--- index.php 10 Sep 2004 12:33:03 -0000 1.10
+++ index.php 27 Sep 2004 13:15:16 -0000
@@ -61,6 +61,7 @@
$main_template = &new Horde_Template();
$main_template->set('menu', $menu->getMenu());
$main_template->set('notify', Util::bufferOutput(array($notification, 'notify'), array('listeners' => 'status')));
+$main_template->setOption('gettext', true);
$main_template->set('actions', $actions, true);
$main_template->set('threads', $threads, true);
More information about the dev
mailing list