diff --git a/lib/templates/action_menu_link.mustache b/lib/templates/action_menu_link.mustache index 756e95c77dd..054df8b5302 100644 --- a/lib/templates/action_menu_link.mustache +++ b/lib/templates/action_menu_link.mustache @@ -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}} diff --git a/lib/templates/login.mustache b/lib/templates/login.mustache index 886f9860679..3ee5e2a02b6 100644 --- a/lib/templates/login.mustache +++ b/lib/templates/login.mustache @@ -35,7 +35,8 @@ "rememberusername": true, "passwordautocomplete": false, "signupurl": "http://localhost/stable_master/login/signup.php", - "cookieshelpiconformatted": "" + "cookieshelpiconformatted": "", + "username": "" } }} {{#hasinstructions}} diff --git a/theme/boost/templates/core/dataformat_selector.mustache b/theme/boost/templates/core/dataformat_selector.mustache index 3a237519270..7c11ab39754 100644 --- a/theme/boost/templates/core/dataformat_selector.mustache +++ b/theme/boost/templates/core/dataformat_selector.mustache @@ -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": "" } }}