nag: Think-o in templates/list/header.inc?
John Morrissey
jwm@horde.net
Sun, 31 Mar 2002 23:27:08 -0500
The patch below fixes what looks like a think-o in header.inc.
john
Index: header.inc
===================================================================
RCS file: /repository/nag/templates/list/header.inc,v
retrieving revision 1.10
diff -u -r1.10 header.inc
--- header.inc 28 Mar 2002 16:46:34 -0000 1.10
+++ header.inc 31 Mar 2002 05:00:08 -0000
@@ -9,7 +9,7 @@
<td align="left" width="30%" class="header">
<b><?= $title ?></b>
<?= Horde::link(Horde::applicationUrl('list.php'), _("Refresh List")) ?>
- <?= Horde::img('refresh.gif', _("Refresh List"), 'hspace="2"') ?></a>
+ <?= Horde::img('refresh.gif', 'alt="' . _("Refresh List") . '" hspace="2"') ?></a>
</td>
<td align="right" width="70%" class="header">
<b><?= sprintf(_("%d tasks"), count($tasks)) ?></b>
--
John Morrissey _o /\ ---- __o
jwm@horde.net _-< \_ / \ ---- < \,
www.horde.net/ __(_)/_(_)________/ \_______(_) /_(_)__
>From chuck@horde.org Date: Mon, 1 Apr 2002 11:42:31 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 62719 invoked from network); 1 Apr 2002 16:42:59 -0000
Received: from h00104bc60b3c.ne.client2.attbi.com (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 1 Apr 2002 16:42:59 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id 7B1153CCC; Mon, 1 Apr 2002 11:42:31 -0500 (EST)
Received: from 192.168.0.133 ( [192.168.0.133])
as user chuck@localhost by marina.horde.org with HTTP;
Mon, 1 Apr 2002 11:42:31 -0500
Message-ID: <1017679351.3ca88df74fa12@marina.horde.org>
Date: Mon, 1 Apr 2002 11:42:31 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <0FE563CEB3B3D51185CB00508B667DEE42DF25@MS01>
In-Reply-To: <0FE563CEB3B3D51185CB00508B667DEE42DF25@MS01>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] horde auth and mail
Quoting Craig Coles <CColes@keylabs.com>:
> I started with database authentication to login to Horde (had to do the
> manual adding of users to database first or course... this needs to be
> better documented, parameters missing in horde.php, etc.)
Patch?
> fine. However I am not able to login to Mail with IMP. I've tried to
> set the ./imp/config/conf.php parameter server_list = 'show' but nothing
> is displayed on login screen. If server_list = 'none', where does IMP
> get the default server information? (I've probably missed something
> here...)
The default information comes from the first entry in config/servers.php.
> Next I try to login to Mail with IMP and get the same problems as
> above.
The problem, as you have have stated it, is: "I can't log in". I have no
idea what to suggest to help you. Have you looked at log files (for Horde,
Apache, your IMAP server, etc...)? Do you get an error message anywhere?
Etc...
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
and justice is a good dream." - Tariq Ramadan
>From chuck@horde.org Date: Mon, 1 Apr 2002 12:38:01 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 64807 invoked from network); 1 Apr 2002 17:38:27 -0000
Received: from h00104bc60b3c.ne.client2.attbi.com (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 1 Apr 2002 17:38:27 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id D7EB139CA; Mon, 1 Apr 2002 12:38:01 -0500 (EST)
Received: from 192.168.0.133 ( [192.168.0.133])
as user chuck@localhost by marina.horde.org with HTTP;
Mon, 1 Apr 2002 12:38:01 -0500
Message-ID: <1017682681.3ca89af967406@marina.horde.org>
Date: Mon, 1 Apr 2002 12:38:01 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <20020401042708.GA19811@boost.horde.net>
In-Reply-To: <20020401042708.GA19811@boost.horde.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [dev] nag: Think-o in templates/list/header.inc?
Quoting John Morrissey <jwm@horde.net>:
> The patch below fixes what looks like a think-o in header.inc.
No, you're using the wrong version of Horde with Nag's HEAD branch.
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
and justice is a good dream." - Tariq Ramadan