[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <form data-region="coursecompetencysettings"> 2 <input type="hidden" name="courseid" value="{{courseid}}"/> 3 <fieldset> 4 <p>{{#str}}coursecompetencyratingsquestion, tool_lp{{/str}}</p> 5 <label><input type="radio" value="0" name="pushratingstouserplans" 6 {{^settings.pushratingstouserplans}}checked{{/settings.pushratingstouserplans}}> 7 {{#str}}ratingaffectsonlycourse, tool_lp{{/str}} 8 </label> 9 <label><input type="radio" value="1" name="pushratingstouserplans" 10 {{#settings.pushratingstouserplans}}checked{{/settings.pushratingstouserplans}}> 11 {{#str}}ratingaffectsuserplans, tool_lp{{/str}} 12 </label> 13 14 </fieldset> 15 <fieldset> 16 <center> 17 <input type="button" data-action="save" value="{{#str}}savechanges{{/str}}"/> 18 <input type="button" data-action="cancel" value="{{#str}}cancel{{/str}}"/> 19 </center> 20 </fieldset> 21 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |