Under the "Description" section, I am creating a small array of textboxes. I reproduced the code in "TicketMain.php":
public $_tab_3_3 = array('start', 'end', 'duration', 'Stage 1', 'Stage 2', 'Stage 3');
public $Stage1StartDate;
public $Stage1EndDate;
public $Stage1Dur;
public $Stage2StartDate;
public $Stage2EndDate;
public $Stage2Dur;
public $Stage3StartDate;
public $Stage3EndDate;
public $Stage3Dur;
But what I get in my file is:
All these text boxes occupy 100% of the width of that section. What I want is that there should be 2 or 3 textboxes in a row.
Any ideas how I can do this? Do I need to adjust some settings?
I am an Eagle. On a mission to help those who want to help themselves...
Most probably you did not create corresponding fileds in database (and disconnect/reconnect as table description is cached on startup).
So the tool does not know what format to use, and so displays a text box.