antville/code/HopObject/$HopObject.skin
Tobi Schäfer 239af7195b * Fixed list_macro (but still list rendering is really inconsistent throughout the whole application!)
* Fixed various b/w compatibility issues found in some sites
 * Fixed pager action in Images
 * Added confirmation dialog before resetting a layout
 * Added collection containing updated sites in reverse chronological order
 * Modified site listing (still work in progress)
 * Save site name as title if no title is entered
 * Removed some res.debug() calls
2008-04-21 20:46:29 +00:00

42 lines
1.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<% #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>
<p><button type="submit" name="proceed" value="1">Proceed</button>
<a href="" class="cancel"><strong><% gettext Cancel %></strong></a></p>
</form>
<%
////////////////////// Notification skins
%>
<% #notify_create %>
<% gettext 'Hello {0}.' <% membership.name %> %>
<% gettext 'This message wants to inform you that on {0} user {1} published the
{2} "{3}" [1].' <% this.modified short %> <% this.modifier %>
<% this.kind %> <% this.title %> %>
<% gettext "Best regards." %>
<% gettext "The Management" %>
--
[1] <% this.href %>
<% #notify_edit %>
<% gettext 'Hello {0}.' <% membership.name %> %>
<% gettext 'This message wants to inform you that on {0} user {1} modified the
{2} "{3}" [1].' <% this.modified short %> <% this.modifier %>
<% this.kind %> <% this.title %> %>
<% gettext "Best regards." %>
<% gettext "The Management" %>
--
[1] <% this.href %>