Last change
on this file since 17497 was
11975,
checked in by Henrik Bettermann, 10 years ago
|
Add test for login as customer.
|
File size:
392 bytes
|
Line | |
---|
1 | <li tal:attributes="class viewlet/active"> |
---|
2 | <a href="#" class="dropdown-toggle" |
---|
3 | data-toggle="dropdown"> |
---|
4 | <span tal:replace="viewlet/tab_title">My Data</span> |
---|
5 | <b class="caret"></b> |
---|
6 | </a> |
---|
7 | <ul class="dropdown-menu"> |
---|
8 | <li tal:repeat="target viewlet/targets"> |
---|
9 | <a tal:attributes="href target/url" |
---|
10 | tal:content="target/title">LINKTITLE</a> |
---|
11 | </li> |
---|
12 | </ul> |
---|
13 | </li> |
---|
Note: See
TracBrowser for help on using the repository browser.