mirror of https://github.com/apache/archiva.git
add some ids for selenium testsarchiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/menu.html
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1225530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
279afcd76a
commit
1c218dc40f
|
@ -21,7 +21,7 @@
|
||||||
<td></td>
|
<td></td>
|
||||||
{{else}}
|
{{else}}
|
||||||
<td>
|
<td>
|
||||||
<a href="#" data-bind="click: function(){ row.deleteUser() }">
|
<a href="#" data-bind="click: function(){ row.deleteUser() }" id="users-grid-delete-${row.username()}">
|
||||||
<img src="images/delete.png" alt="${$.i18n.prop('delete')}"/>
|
<img src="images/delete.png" alt="${$.i18n.prop('delete')}"/>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
<a href="#users-view">${$.i18n.prop('users.grid.tab.title')}</a>
|
<a href="#users-view">${$.i18n.prop('users.grid.tab.title')}</a>
|
||||||
</li>
|
</li>
|
||||||
<li id="users-view-tabs-li-user-edit">
|
<li id="users-view-tabs-li-user-edit">
|
||||||
<a href="#createUserForm">${$.i18n.prop('user.add')}</a>
|
<a href="#createUserForm" id="users-view-tabs-li-user-edit-a">${$.i18n.prop('user.add')}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="users-view-tabs-content" class="tab-content">
|
<div id="users-view-tabs-content" class="tab-content">
|
||||||
|
|
Loading…
Reference in New Issue