root / branches / 0.7 / linshare / src / main / resources / org / linagora / linShare / view / tapestry / components / ActionsBarUser.tml @ 207
History | View | Annotate | Download (370 Bytes)
| 1 | <t:container |
|---|---|
| 2 | xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> |
| 3 | |
| 4 | <ul> |
| 5 | |
| 6 | <!-- Action > Share --> |
| 7 | <li> |
| 8 | <a href="#" onclick="submitFormWithAction('${formName}','SHARED_ACTION');">
|
| 9 | <img src="${asset:context:images/icons/share-on.png}" alt="" />
|
| 10 | ${message:components.userSearch.action.share}
|
| 11 | </a> |
| 12 | </li> |
| 13 | </ul> |
| 14 | |
| 15 | </t:container> |