Project

General

Profile

Actions

Bug #5670

closed

pkg_edit - Adding a button also prints the button name beside the button

Added by BBcan177 . over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12/21/2015
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:

Description

I have noticed that when adding a single Button (or the Form save button), that it also displays the 'button text' beside the button. The code could be swapped out for the following example:

$button = new Form_Button(
‘run’,
‘Run’
);

$section->addInput(new Form_StaticText(
‘Label’
$button
));

Actions

Also available in: Atom PDF