[commits] [Wiki] changed: ImpH4DisplayUserName
Wiki Guest
wikiguest at horde.org
Tue Aug 9 18:31:01 UTC 2011
guest [146.164.76.15] Tue, 09 Aug 2011 18:31:01 +0000
Modified page: http://wiki.horde.org/ImpH4DisplayUserName
New Revision: 1.1
Change log: Do not parse ListMe... (reserved name?)
@@ -10,9 +10,9 @@
+++ Modifications
||~ File ||~ Variables, Function(s) ||
|| imp/mailbox.php || $title ||
-|| imp/lib/Views/ListMessages.php || getBaseOb, $ob->label ||
+|| ``imp/lib/Views/ListMessages.php`` || getBaseOb, $ob->label ||
//Last updated 2011-08-09//
----
@@ -34,13 +34,13 @@
$title = $pagetitle . htmlspecialchars(' of '.
$injector->getInstance('Horde_Core_Factory_Identity')->create()->getName());
$refresh_title = sprintf(_("_Refresh %s"), $title);
</code>
----
-++++ ListMessages.php
+++++ ``ListMessages.php``
* Modify $ob->label to add username.
> Dynamic view.
-Backup your original imp/lib/Views/ListMessages.php. Edit
ListMessages.php and alter line 495 (getBaseOb) with the following code:
+Backup your original ``imp/lib/Views/ListMessages.php``. Edit
``ListMessages.php`` and alter line 495 (getBaseOb) with the following
code:
**Form:**
<code type="php">
$ob->label = htmlspecialchars($mbox->label);
</code>
More information about the commits
mailing list