You are on page 1of 1

@*<table style="width:50%">

<tr>
<td>
<button type='button' class='btn btn-primary editCS
-button' onclick="AB.editAdBrokerContentStream('@item.Id')" >
<span class="glyphicon glyphicon-pencil" title
="@WAiRes.WAi.EditContentStream"></span>
</button>
</td>
<td>
<button type='button' class='btn btn-primary editC
S-button' onclick="AB.deleteAdBrokerContentStream('@item.Id')">
<span class="glyphicon glyphicon-remove" title
="@WAiRes.WAi.DeleteContentStream"></span>
</button>
</td>
<td>
<button type='button' class='btn btn-primary confi
gInfoBoard-button' onclick="AB.configureInfoboard('@item.Id ') ">
<span class="glyphicon glyphicon-edit" title
="@WAiRes.WAi.ConfigureContentStream"></span>
</button>
</td>
</tr>
</table>*@

You might also like