Accessibility Improvement - Open Template in info content app changed from anchor tag to button
This commit is contained in:
committed by
emma burstow
parent
603f720636
commit
52dcdb396f
@@ -169,9 +169,9 @@
|
||||
ng-change="updateTemplate(node.template)">
|
||||
<option value="">{{chooseLabel}}...</option>
|
||||
</select>
|
||||
<a href="" ng-show="allowChangeTemplate && node.template !== null" class="umb-node-preview__action" style="margin-left:15px;" ng-click="openTemplate()">
|
||||
<button ng-show="allowChangeTemplate && node.template !== null" class="umb-node-preview__action" style="margin-left:15px;" ng-click="openTemplate()">
|
||||
<localize key="general_open">Open</localize>
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
</umb-control-group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user