[Chameleon-dev] [Bug 1201] New: Printproduction widget - legend position combobox not populated

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Mon Nov 14 02:49:44 EST 2005


http://bugzilla.maptools.org/show_bug.cgi?id=1201

           Summary: Printproduction widget - legend position combobox not
                    populated
           Product: Chameleon
           Version: 2.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: jacob.delfos at maunsell.com


On line 319-324, the combobox is populated with positions (Bottom right, Top
left, etc). The bits that say:

<?php echo $oMLT->get('12', 'Top Right' ); ?>

Should probably say:

<?php echo $oMLT->get( 'Production', '12', 'Top Right' ); ?>

This makes it consistent with the combobox for the scalebar positions (line
304-309). It appears the first parameter got lost.

Jacob



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list