Hey
I think here is sort of the same problem. Link does not go back a level
up.

Wrong:
72:     echo "<tr class='tab_bg_3' align='center'><td
colspan='".($crit>0?'3':'2')."'><a href='./doublons.php'>" .
$LANG['plugin_reports']['config'][11] . "</a></td></tr>\n";

Good:   
72:     echo "<tr class='tab_bg_3' align='center'><td
colspan='".($crit>0?'3':'2')."'><a href='./doublons.config.php'>" .
$LANG['plugin_reports']['config'][11] . "</a></td></tr>\n";

Wouter



-----Oorspronkelijk bericht-----
Van: glpi-dev-boun...@gna.org [mailto:glpi-dev-boun...@gna.org] Namens
glpi-dev-requ...@gna.org
Verzonden: dinsdag 2 juni 2009 12:01
Aan: glpi-dev@gna.org
Onderwerp: Glpi-dev Digest, Vol 48, Issue 3

Send Glpi-dev mailing list submissions to
        glpi-dev@gna.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://mail.gna.org/listinfo/glpi-dev
or, via email, send a message with subject or body 'help' to
        glpi-dev-requ...@gna.org

You can reach the person managing the list at
        glpi-dev-ow...@gna.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Glpi-dev digest..."


Today's Topics:

   1. Reports plugin configuration (No input file specified. )
      (Wouter Beens)
   2. Re: Reports plugin configuration (No input file specified. )
      (Walid Nouh)


----------------------------------------------------------------------

Message: 1
Date: Tue, 2 Jun 2009 10:14:10 +0200
From: "Wouter Beens" <osg_...@dehogeberg.nl>
Subject: [Glpi-dev] Reports plugin configuration (No input file
        specified. )
To: <glpi-dev@gna.org>
Message-ID:
        
<3035d1efd649bb4d95f2b55cbdbfea005d0...@mailserver.dehogeberg.nl>
Content-Type: text/plain; charset="us-ascii"

Hey,

 

When you configurate the Reports plug-in.

 

and click

Report configuration : Duplicate computers

 

And then want to go back to:

Reports plug-in configuration

 

You get an error:

No input file specified.

 

Reports/report/doublons/doubloons.config.php

 

Bug?

86:          //"<tr class='tab_bg_1' align='center'><th><a
href='./config.form.php'>" .$LANG['plugin_reports']['config'][1] .
"</a><br />&nbsp;<br />" .

87:          //$LANG['plugin_reports']['config'][11] . " : " .
$LANG['plugin_reports']['doublons'][1] . "</th></tr>\n";

 

Works: 

86:          "<tr class='tab_bg_1' align='center'><th><a href='" .
GLPI_ROOT . "/plugins/reports/front/plugin_reports.config.form.php'>"
.$LANG['plugin_reports']['config'][1] . "</a><br />&nbsp;<br />" .

87:          $LANG['plugin_reports']['config'][11] . " : " .
$LANG['plugin_reports']['doublons'][1] . "</th></tr>\n";

 

 

 

Greatings,

Wouter

-------------- next part --------------
An HTML attachment was scrubbed...
URL: /public/glpi-dev/attachments/20090602/f1486fd5/attachment.htm 

------------------------------

Message: 2
Date: Tue, 02 Jun 2009 10:56:27 +0200
From: Walid Nouh <walid.n...@gmail.com>
Subject: Re: [Glpi-dev] Reports plugin configuration (No input file
        specified. )
To: Liste de diffusion des developpeurs GLPI <glpi-dev@gna.org>
Message-ID: <4a24e93b.2010...@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Thank you,
I corrected the link

Walid.

Wouter Beens a ?crit :
>
> Hey,
>
>  
>
> When you configurate the Reports plug-in.
>
>  
>
> and click
>
> Report configuration : Duplicate computers
>
>  
>
> And then want to go back to:
>
> Reports plug-in configuration
>
>  
>
> You get an error:
>
> No input file specified.
>
>  
>
> Reports/report/doublons/doubloons.config.php
>
>  
>
> Bug?
>
> 86:          //"<tr class='tab_bg_1' align='center'><th><a 
> href='./config.form.php'>" .$LANG['plugin_reports']['config'][1] . 
> "</a><br />&nbsp;<br />" .
>
> 87:          //$LANG['plugin_reports']['config'][11] . " : " . 
> $LANG['plugin_reports']['doublons'][1] . "</th></tr>\n";
>
>  
>
> Works:
>
> 86:          "<tr class='tab_bg_1' align='center'><th><a href='" . 
> GLPI_ROOT . "/plugins/reports/front/plugin_reports.config.form.php'>" 
> .$LANG['plugin_reports']['config'][1] . "</a><br />&nbsp;<br />" .
>
> 87:          $LANG['plugin_reports']['config'][11] . " : " . 
> $LANG['plugin_reports']['doublons'][1] . "</th></tr>\n";
>
>  
>
>  
>
>  
>
> Greatings,
>
> Wouter
>
>
------------------------------------------------------------------------
>
> _______________________________________________
> Glpi-dev mailing list
> Glpi-dev@gna.org
> https://mail.gna.org/listinfo/glpi-dev
>   




------------------------------

_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev


End of Glpi-dev Digest, Vol 48, Issue 3
***************************************

_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to