[dev] Re: Re: Fw: Horde_Links patch

Jeroen Huinink j.huinink at wanadoo.nl
Sun Feb 23 20:35:30 PST 2003


I wrote:
> "Chuck Hagenbuch" <chuck at horde.org> wrote:
>
> > Okay... where do you get a UI for that? I get a "Funny Note" header in
my
> > task view, but nothing else, no links, etc...
>
> This fixes it. The Add button should now show up.

Once I got it working I found two errors. Some files are not available in
templates/addlink. I change the references to these file to templates/comics
and everything seems to be working ok. And there was something wrong in the
API. The patch fixes this.

Regards,
Jeroen

Index: addlink.php
===================================================================
RCS file: /repository/klutz/addlink.php,v
retrieving revision 1.1
diff -r1.1 addlink.php
181c181
<         require KLUTZ_TEMPLATES . '/addlink/nav_bar.inc';
---
>         require KLUTZ_TEMPLATES . '/comics/nav_bar.inc';
216c216
<                 require KLUTZ_TEMPLATES . '/addlink/missing.inc';
---
>                 require KLUTZ_TEMPLATES . '/comics/missing.inc';
219c219
<         require KLUTZ_TEMPLATES . '/addlink/nav_bar.inc';
---
>         require KLUTZ_TEMPLATES . '/comics/nav_bar.inc';
293c293
<         require KLUTZ_TEMPLATES . '/addlink/nav_bar.inc';
---
>         require KLUTZ_TEMPLATES . '/comics/nav_bar.inc';
311c311
<                 include KLUTZ_TEMPLATES . '/addlink/missing.inc';
---
>                 include KLUTZ_TEMPLATES . '/comics/missing.inc';
314c314
<         require KLUTZ_TEMPLATES . '/addlink/nav_bar.inc';
---
>         require KLUTZ_TEMPLATES . '/comics/nav_bar.inc';
Index: lib/api.php
===================================================================
RCS file: /repository/klutz/lib/api.php,v
retrieving revision 1.12
diff -r1.12 api.php
78c78
<     return Horde::img($url, $index);
---
>     return Horde::img($url, $index, '', '');





More information about the dev mailing list