Fixed
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Dmitry Andrejev
Dmitry AndrejevExternal issue ID
841
External issue URL
Fix versions
Affects versions
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Created August 28, 2010 at 12:15 PM
Updated December 29, 2024 at 9:16 PM
Resolved November 30, 2010 at 6:48 PM
I have applied "design approach" to every form block in administrative console. This allows to use less HTML to create new blocks and even allow to use single table to place form blocks into 2 or more columns on same form.
Additionally some small improvements were made:
each block now have "title_text" parameter, that allows to specify field title in plain text (before only phrases can be used via "title" parameter)
blocks "inp_label", "inp_edit_box" now have "after_text" parameter, that allows to specify text, that should be displayed after control (e.g. measure unit after input field)
block "inp_edit_box" now can be used with FCKEditor
block "inp_edit_options" now also processes "style" parameter
block "inp_edit_checkboxes" now have "has_br" parameter, that allow to list each checkbox option at new line or one after another (as before)