mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated templates to look a bit better and include the limesurvey customonLoad function
This commit is contained in:
@@ -1,20 +1,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(
|
||||
function()
|
||||
{
|
||||
$("input[type=checkbox]"+
|
||||
", input[type=radio]").each(function(ndx)
|
||||
{
|
||||
label = $(document.createElement("LABEL"));
|
||||
label.attr("htmlFor", this.id);
|
||||
label.addClass("kbd-access");
|
||||
label.append("["+ (ndx + 1) +"]")
|
||||
$(this).before(label);
|
||||
return (ndx < 9);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
<script type="text/javascript">
|
||||
if(typeof Custom_On_Load == 'function'){
|
||||
Custom_On_Load();
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user