Revision cd7ddae6
Added by Jim Pingle over 9 years ago
src/usr/local/www/services_ntpd.php | ||
---|---|---|
279 | 279 |
|
280 | 280 |
$group->add(new Form_Button( |
281 | 281 |
'deleterow' . $counter, |
282 |
'Delete' |
|
283 |
))->removeClass('btn-primary')->addClass('btn-warning'); |
|
282 |
'Delete', |
|
283 |
null, |
|
284 |
'fa-trash' |
|
285 |
))->addClass('btn-warning'); |
|
284 | 286 |
|
285 | 287 |
$section->add($group); |
286 | 288 |
} |
287 | 289 |
|
288 | 290 |
$section->addInput(new Form_Button( |
289 | 291 |
'addrow', |
290 |
'Add' |
|
291 |
))->removeClass('btn-primary')->addClass('btn-success'); |
|
292 |
'Add', |
|
293 |
null, |
|
294 |
'fa-plus' |
|
295 |
))->addClass('btn-success'); |
|
292 | 296 |
|
293 | 297 |
$section->addInput(new Form_StaticText( |
294 | 298 |
null, |
Also available in: Unified diff
Icon consistency in Repeatable blocks. Ticket #5965