antville/code/HopObject/$HopObject.skin
Tobi Schäfer ae44c39d6f * Heavily edited wording of gettext() calls in notification messages
* Removed numbered, footnote-like links in most of the noficitaion messages
 * Added prefix to subjects of notification mails (like “[Antville] ...”) for convenience
 * Added markgettext() calls for most of the prototype names and their plural forms – this time in each corresponding prototype file, though
 * Added options argument to global sendMail() method, currently only to switch inclusion of generic footer in mail body
 * Fix bug in Membership.contact_action() method when an unknown (i.e. unregistered or unsubscribed) user tries to send a message via contact form
 * Unified naming of notify skins (e.g. #notify_delete instead of #notify_deletion)
 * Updated and rebuilt i18n and message files
2010-05-24 13:32:40 +00:00

33 lines
1.3 KiB
Text

<% #confirm %>
<form action="<% response.action %>" method="post">
<p class="storyTitle"><% gettext Warning! %></p>
<p><% param.text %></p>
<p><% gettext 'Please be aware of the fact that there is no “undo”, so if you
click “Proceed” below the changes will be applied irreversibly.' %></p>
<p><% gettext 'Click “Cancel” now if you are not really sure you want to
proceed.' %></p>
<% this.skin <% this.type prefix=$ suffix=#delete %> %>
<p><button type="submit" name="proceed" value="1"><% gettext Proceed %></button>
<a href="" class="cancel"><strong><% gettext Cancel %></strong></a></p>
</form>
<% #notify_create %>
<% gettext 'Hello {0}.' <% membership.name %> %>
<% gettext 'User {0} has added {1} #{2} to the site {3}:' <% this.modifier %>
<% gettext <% this.kind %> %> <% this.id %> <% site.title %> %>
<% this.href %>
<% gettext "Best regards." %>
<% gettext "The Management" %>
<% #notify_edit %>
<% gettext 'Hello {0}.' <% membership.name %> %>
<% gettext 'User {0} has modified {1} #{2} at the site {3}:' <% this.modifier %>
<% gettext <% this.kind %> %> <% this.id %> <% site.title %> %>
<% this.href %>
<% gettext "Best regards." %>
<% gettext "The Management" %>
<% // This comment simply adds a linebreak to format the message nicely %>