Pages: [1]   Go Down
Author Topic: Pandora Web generic_data_string output problem  (Read 492 times)
0 Members and 1 Guest are viewing this topic.
Joao
Jr. Member
**

Karma: 0
Offline Offline

Posts: 13


View Profile
« on: February 06, 2006, 06:30:12 PM »

When generic_data_string type modules return markup, Pandora Web console truncated value for output/formatting reasons. This can lead to inconsistent HTML in displayed page.

Example:
  Pandora Web Site

We've fixed this the easiest way ;-) We do not truncate the string.
To keep the displayed page "nice", you might want to do some other way :-D

Nonetheless, we changed the following way:

Code location: pandora_web/operation/agentes/estado_ultimopaquete.php
Code inserted:
  else { # Writing string data in different way :)
    echo "<td class='f9' colspan='2'>";
    # echo substr($row3["datos"],0,42);
    echo $row3["datos"];
  }

Cheers
« Last Edit: January 01, 1970, 01:00:00 AM by Joao » Logged

Sancho Lerena
Administrator
Expert member
*****

Karma: 24
Offline Offline

Posts: 1149


I can see everything... with my glasses :-)


View Profile WWW
« Reply #1 on: February 06, 2006, 07:06:16 PM »

Wow... thanks again ! :-).

All your comments about bugs will be tracked on SourceForge tracking system.

It's possible that will be tracked AFTER fixing it :-)
« Last Edit: January 01, 1970, 01:00:00 AM by nil » Logged

-- See you in the other screen.

raul
Administrator
Expert member
*****

Karma: 1
Offline Offline

Posts: 576



View Profile
« Reply #2 on: February 07, 2006, 10:34:31 AM »

Labeled as bug PC-300105-1
« Last Edit: January 01, 1970, 01:00:00 AM by raul » Logged

raul
Administrator
Expert member
*****

Karma: 1
Offline Offline

Posts: 576



View Profile
« Reply #3 on: February 07, 2006, 07:21:13 PM »

Solved in the last update of Pandora Web Console 1.2 Beta
« Last Edit: January 01, 1970, 01:00:00 AM by raul » Logged

Pages: [1]   Go Up
Print
 
Jump to:  


SourceForge.net Logo  This site is monitored by Pandora FMS   ArticaST