Last change
on this file since 17650 was
11254,
checked in by uli, 11 years ago
|
Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.
|
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.