Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 39... Línea 39...
39
        "description": "A description for PayPal.",
39
        "description": "A description for PayPal.",
40
        "surcharge": "3"
40
        "surcharge": "3"
41
    }
41
    }
Línea 42... Línea 42...
42
 
42
 
43
}}
43
}}
44
<div class="custom-control custom-radio {{shortname}}">
44
<div class="form-check {{shortname}}">
45
    <input class="custom-control-input" type="radio" name="payby" id="id-payby-{{uniqid}}-{{shortname}}" data-cost="{{cost}}" data-surcharge="{{surcharge}}" value="{{shortname}}" {{#checked}} checked="checked" {{/checked}} />
45
    <input class="form-check-input" type="radio" name="payby" id="id-payby-{{uniqid}}-{{shortname}}" data-cost="{{cost}}" data-surcharge="{{surcharge}}" value="{{shortname}}" {{#checked}} checked="checked" {{/checked}} />
46
    <label class="custom-control-label bg-light border p-3 my-3" for="id-payby-{{uniqid}}-{{shortname}}">
46
    <label class="form-check-label bg-light border p-3 my-3" for="id-payby-{{uniqid}}-{{shortname}}">
47
        <p class="h3">{{name}}</p>
47
        <p class="h3">{{name}}</p>
48
        <p class="content mb-2">{{{description}}}</p>
48
        <p class="content mb-2">{{{description}}}</p>
49
        {{#pix}} img, paygw_{{shortname}} {{/pix}}
49
        {{#pix}} img, paygw_{{shortname}} {{/pix}}
50
    </label>
50
    </label>
51
</div>
51
</div>