1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00
agendav_ynh/sources/web/templates_src/src/calendar_share_row.dust
2014-01-07 17:53:08 +01:00

16 lines
498 B
Text

<tr>
<td><span class="username">{username}</span></td>
<td>
<input type="hidden" name="share_with[sid][]" value="{sid}"/>
<input type="hidden" name="share_with[username][]" value="{username}"/>
<select name="share_with[write_access][]" class="input-medium">
{>calendar_share_access_options/}
</select>
</td>
<td>
<img src="{base_url}img/delete.png"
class="calendar_share_delete pseudobutton"
alt="{@i18n type="labels" name="delete"/}"
title="{@i18n type="labels" name="delete"/}" />
</td>
</tr>