* Change label width larger in forms.
This commit is contained in:
@@ -121,6 +121,7 @@ $currency = $parentProgram ? $parentProgram->budgetUnit : $config->project->de
|
||||
$labelClass = $config->project->labelClass[$model];
|
||||
formPanel
|
||||
(
|
||||
set::labelWidth('100px'),
|
||||
to::heading(div
|
||||
(
|
||||
setClass('panel-title text-lg'),
|
||||
|
||||
@@ -23,6 +23,7 @@ jsVar('branchCount', isset($fields['branches']['options']) ? count($fields['bran
|
||||
formPanel
|
||||
(
|
||||
setID('dataform'),
|
||||
set::labelWidth('100px'),
|
||||
set::ajax(array('beforeSubmit' => jsRaw('clickSubmit'))),
|
||||
to::heading(div
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user