MDL-57338 templates: fix missing example variables

From Davids review, thanks
This commit is contained in:
Dan Poltawski 2016-12-29 08:03:47 +00:00
parent 514ab739fb
commit 9f85876247
3 changed files with 8 additions and 3 deletions

View File

@ -23,7 +23,9 @@
{
"text": "Example link text",
"showtext": true,
"url": "http://example.com/link"
"url": "http://example.com/link",
"classes": "menu-action",
"instance": "1"
}
}}
{{^disabled}}

View File

@ -35,7 +35,8 @@
"rememberusername": true,
"passwordautocomplete": false,
"signupurl": "http://localhost/stable_master/login/signup.php",
"cookieshelpiconformatted": ""
"cookieshelpiconformatted": "",
"username": ""
}
}}
{{#hasinstructions}}

View File

@ -30,10 +30,12 @@
{
"base": "http://example.org/",
"name": "test",
"value": "test",
"label": "Download table data as",
"params": false,
"options": [{"label": "CSV", "name": "csv"}, {"label": "Excel", "name": "excel"}],
"submit": "Download"
"submit": "Download",
"sesskey": ""
}
}}
<form method="get" action="{{base}}" class="dataformatselector m-a-1">