* 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
42 lines
1.2 KiB
Text
42 lines
1.2 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>
|
||
<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 %>
|