2010-12-02 19:15:47 +01:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
|
|
|
|
xmlns:tal="http://xml.zope.org/namespaces/tal"
|
|
|
|
xmlns:metal="http://xml.zope.org/namespaces/metal"
|
|
|
|
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
|
|
|
lang="en"
|
|
|
|
metal:use-macro="here/prefs_main_template/macros/master"
|
|
|
|
i18n:domain="plone">
|
|
|
|
|
|
|
|
<metal:block fill-slot="top_slot"
|
|
|
|
tal:define="dummy python:request.set('disable_border',1)" />
|
|
|
|
|
|
|
|
<metal:javascript_head_slot fill-slot="javascript_head_slot">
|
|
|
|
<script type="text/javascript"
|
|
|
|
tal:attributes="src string:${context/portal_url}/++resource++plone.app.discussion.javascripts/controlpanel.js">
|
|
|
|
</script>
|
|
|
|
</metal:javascript_head_slot>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
2010-12-02 22:07:58 +01:00
|
|
|
<div id="content"
|
2010-12-03 00:02:00 +01:00
|
|
|
tal:attributes="class view/settings"
|
2010-12-02 22:07:58 +01:00
|
|
|
metal:fill-slot="prefs_configlet_content">
|
2010-12-02 19:15:47 +01:00
|
|
|
|
|
|
|
<script type="text/javascript"
|
|
|
|
tal:attributes="src string:${context/portal_url}/++resource++plone.app.discussion.javascripts/controlpanel.js">
|
|
|
|
</script>
|
|
|
|
|
2010-12-09 09:07:15 +01:00
|
|
|
<dl class="portalMessage warning"
|
|
|
|
tal:condition="view/mailhost_warning">
|
|
|
|
<dt i18n:translate="">
|
|
|
|
Warning
|
|
|
|
</dt>
|
|
|
|
<dd i18n:translate="text_no_mailhost_configured">
|
|
|
|
You have not configured a mail host or a site 'From'
|
|
|
|
address, various features including contact forms, email
|
|
|
|
notification and password reset will not work. Go to the
|
|
|
|
<tal:link i18n:name="label_mail_control_panel_link">
|
|
|
|
<a href=""
|
|
|
|
i18n:translate="text_no_mailhost_configured_control_panel_link"
|
|
|
|
tal:attributes="href string:${portal_url}/@@mail-controlpanel"
|
|
|
|
>Mail control panel</a>
|
|
|
|
</tal:link>
|
|
|
|
to fix this.
|
|
|
|
</dd>
|
|
|
|
</dl>
|
2010-12-02 19:15:47 +01:00
|
|
|
<div metal:use-macro="context/global_statusmessage/macros/portal_message">
|
|
|
|
Portal status message
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a href=""
|
|
|
|
id="setup-link"
|
|
|
|
tal:attributes="href string:$portal_url/plone_control_panel"
|
|
|
|
i18n:translate="">
|
|
|
|
Site Setup
|
|
|
|
</a> ›
|
|
|
|
|
|
|
|
<h1 class="documentFirstHeading" tal:content="view/label">View Title</h1>
|
|
|
|
|
|
|
|
<div id="layout-contents">
|
|
|
|
<span tal:replace="structure view/contents" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|