This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ - Adds 'button' role to more links.
5
+ [href]
6
+
4
7
0.40.7 (2018-11-06)
5
8
~~~~~~~~~~~~~~~~~~~
6
9
Original file line number Diff line number Diff line change 209
209
</tal : b >
210
210
</tal : b >
211
211
<tal : b condition =" cancel|nothing" >
212
- <a class =" button secondary cancel-button" href =" ${cancel}" i18n : translate =" " >
212
+ <a class =" button secondary cancel-button" href =" ${cancel}" i18n : translate =" " role = " button " >
213
213
<tal : b condition =" not:cancel_text|nothing" >
214
214
Cancel
215
215
</tal : b >
222
222
<input type =" submit" value =" Submit" class =" button" i18n : attributes =" value" >
223
223
</tal : b >
224
224
<tal : b condition =" button_text|nothing" >
225
- <input type =" submit" value =" ${button_text}" class =" button" >
225
+ <input type =" submit" value =" ${button_text}" class =" button" role = " button " >
226
226
</tal : b >
227
227
</form >
228
228
</metal : form >
1366
1366
</tal : b >
1367
1367
</div >
1368
1368
<div class =" columns small-2 file-actions" >
1369
- <a class =" button secondary confirm delete"
1369
+ <a class =" button secondary confirm delete" role = " button "
1370
1370
ic-delete-from =" ${request.link(file)}?csrf-token=${layout.csrf_token}"
1371
1371
ic-on-success ="
1372
1372
var info = $(elt).closest('tr');
1382
1382
i18n:translate>
1383
1383
Delete
1384
1384
</a >
1385
- <a class =" button secondary rename prompt"
1385
+ <a class =" button secondary rename prompt" role = " button "
1386
1386
data-prompt =" Please provide the new name for the file"
1387
1387
data-prompt-ok =" Rename"
1388
1388
data-prompt-cancel =" Cancel"
You can’t perform that action at this time.
0 commit comments