/ Published in: PHP
This is used in daikon back-end Project spec to choose Yes or No for Active
Expand |
Embed | Plain Text
// view code echo "<li id=\"activeli\">\n<label for='active'>".form_label($this->lang->line('userlib_active'),'active')."</label>"; 'name' => 'active', 'id' => 'activeyes', 'value' => '1', 'checked' => TRUE, ); echo "</span>\n"; 'name' => 'active', 'id' => 'activeno', 'value' => '0', ); echo "</span>\n</div>\n</li>\n";
You need to login to post a comment.
