sharelink: Clearly specifiy methods of sharing links.

This commit is contained in:
Ricky Ramirez
2012-12-03 15:27:25 -08:00
committed by Neil Williams
parent 2d22cd2aa9
commit aa645a45df

View File

@@ -35,11 +35,15 @@
<th>
<label for="share_to_${thing.link_name}">
${_("send this link to")}
</label>
</label>&nbsp;
<span class="little gray">
${_("(list of emails or usernames)")}
</span>
</th>
<td>
<textarea id="share_to_${thing.link_name}"
name="share_to" rows="4" cols="40">
name="share_to" rows="4" cols="40"
placeholder="${unsafe('email@example.com, /u/%s, &hellip;' % g.system_user)}">
${unsafe('&#x0D;&#x0A;'.join(websafe(e) for e in thing.emails))}
</textarea>
</td>