Lines Matching refs:attrs
248 if ($tag_conf['delete']) $checkbox->attrs(['checked' => 'checked']);
254 if ($tag_conf['enabled']) $checkbox->attrs(['checked' => 'checked']);
260 if ($tag_conf['force_runner']) $checkbox->attrs(['checked' => 'checked']);
265 ->attrs(['size' => $this->conf_column_widths['local_name']])
270 $new_name->attrs(['style' => 'background-color: LightGreen']);
272 $new_name->attrs(['style' => 'background-color: LightCoral']);
291 ->attrs(['size' => $this->conf_column_widths['docu_url']])
298 ->attrs(['size' => $this->conf_column_widths['remote_url']])
305 ->attrs(['size' => $this->conf_column_widths['update_period']])
314 $period->attrs(['style' => 'background-color: LightGreen']);
316 $period->attrs(['style' => 'background-color: LightCoral']);
323 ->attrs(['size' => $this->conf_column_widths['description']])
337 ->attrs(['colspan' => 6]);
357 ->attrs(['size' => $this->conf_column_widths['local_name']])
366 ->attrs(['size' => $this->conf_column_widths['docu_url']])
372 ->attrs(['size' => $this->conf_column_widths['remote_url']])
378 ->attrs(['size' => $this->conf_column_widths['update_period']])
384 ->attrs(['size' => $this->conf_column_widths['description']])
396 $form->addButton('cmd[save]', $lang['btn_save'])->attrs(['accesskey' => 's']);