| 1 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" |
|---|
| 2 |
xmlns:metal="http://xml.zope.org/namespaces/metal" |
|---|
| 3 |
xmlns:tal="http://xml.zope.org/namespaces/tal" |
|---|
| 4 |
lang="en-US" |
|---|
| 5 |
metal:use-macro="here/prefs_main_template/macros/master" |
|---|
| 6 |
i18n:domain="qPloneDropDownMenu"> |
|---|
| 7 |
|
|---|
| 8 |
<metal:block fill-slot="top_slot" |
|---|
| 9 |
tal:define="dummy python:request.set('disable_border',1)" /> |
|---|
| 10 |
|
|---|
| 11 |
<body> |
|---|
| 12 |
<div metal:fill-slot="prefs_configlet_main" |
|---|
| 13 |
tal:define="errors python:request.get('errors', {})"> |
|---|
| 14 |
|
|---|
| 15 |
<h1 i18n:translate="heading_plonedropdownmenu">Plone Drop Down Menu</h1> |
|---|
| 16 |
<a href="" |
|---|
| 17 |
class="link-parent" |
|---|
| 18 |
tal:attributes="href string: $portal_url/plone_control_panel" |
|---|
| 19 |
i18n:translate="label_up_to_plone_setup"> |
|---|
| 20 |
Up to Plone Setup |
|---|
| 21 |
</a> |
|---|
| 22 |
|
|---|
| 23 |
<div class="documentDescription" |
|---|
| 24 |
i18n:translate="description_plonedropdownmenu"> |
|---|
| 25 |
Plone Drop Down Menu ... |
|---|
| 26 |
</div> |
|---|
| 27 |
|
|---|
| 28 |
<h2>Post-install instructions</h2> |
|---|
| 29 |
|
|---|
| 30 |
<p>Congratulations, you've installed Plone Drop Down Menu product from |
|---|
| 31 |
Quintagroup.</p> |
|---|
| 32 |
|
|---|
| 33 |
<p>In case you have some problems following editing DropDown Menu you |
|---|
| 34 |
can only click <a href="dropdownmenu_update">regenerate menu</a>, and |
|---|
| 35 |
you'll get the initial portal menu.</p> |
|---|
| 36 |
|
|---|
| 37 |
<form name="menu_edit_form" |
|---|
| 38 |
action="." |
|---|
| 39 |
method="post" |
|---|
| 40 |
tal:attributes="action string:${here/getId}/${template/getId}" > |
|---|
| 41 |
|
|---|
| 42 |
<div class="field"> |
|---|
| 43 |
<label for="menu" i18n:translate="label_dropdownlevel">Menu depth</label> |
|---|
| 44 |
|
|---|
| 45 |
<div class="formHelp" i18n:translate="help_dropdownlevel_edit"> |
|---|
| 46 |
Here you can set the depth of the drop down menu's structure. |
|---|
| 47 |
</div> |
|---|
| 48 |
|
|---|
| 49 |
<input type="text" |
|---|
| 50 |
value="" |
|---|
| 51 |
tabindex="" |
|---|
| 52 |
name="dropdownmenu_level" |
|---|
| 53 |
id="dropdownmenu_level" |
|---|
| 54 |
tal:attributes="value portal/portal_properties/dropdownmenu_properties/dropdownmenu_level; |
|---|
| 55 |
tabindex tabindex/next;" |
|---|
| 56 |
/> |
|---|
| 57 |
</div> |
|---|
| 58 |
|
|---|
| 59 |
<div class="field"> |
|---|
| 60 |
<label for="menu" i18n:translate="label_portaltabs">Portal tabs</label> |
|---|
| 61 |
|
|---|
| 62 |
<div class="formHelp" i18n:translate="help_portaltabs_edit"> |
|---|
| 63 |
Here you can change your portal tabs. |
|---|
| 64 |
</div> |
|---|
| 65 |
|
|---|
| 66 |
<textarea cols="80" |
|---|
| 67 |
rows="20" |
|---|
| 68 |
tabindex="" |
|---|
| 69 |
name="menu" |
|---|
| 70 |
id="menu" |
|---|
| 71 |
tal:content="portal/portal_properties/dropdownmenu_properties/menu" |
|---|
| 72 |
tal:attributes="tabindex tabindex/next;" |
|---|
| 73 |
>Portal Tabs</textarea> |
|---|
| 74 |
</div> |
|---|
| 75 |
|
|---|
| 76 |
<div class="formControls" |
|---|
| 77 |
tal:define="process_creation request/process_creation|nothing;"> |
|---|
| 78 |
<input class="context" |
|---|
| 79 |
tabindex="" |
|---|
| 80 |
type="submit" |
|---|
| 81 |
value="Regenerate Menu" |
|---|
| 82 |
name="form.button.Regenerate" |
|---|
| 83 |
i18n:attributes="value" |
|---|
| 84 |
tal:attributes="tabindex tabindex/next" |
|---|
| 85 |
/> |
|---|
| 86 |
|
|---|
| 87 |
</div> |
|---|
| 88 |
|
|---|
| 89 |
<div class="formControls" |
|---|
| 90 |
tal:define="process_creation request/process_creation|nothing;"> |
|---|
| 91 |
<input class="context" |
|---|
| 92 |
tabindex="" |
|---|
| 93 |
type="submit" |
|---|
| 94 |
value="Save" |
|---|
| 95 |
name="form.button.Save" |
|---|
| 96 |
i18n:attributes="value" |
|---|
| 97 |
tal:attributes="tabindex tabindex/next" |
|---|
| 98 |
/> |
|---|
| 99 |
|
|---|
| 100 |
</div> |
|---|
| 101 |
|
|---|
| 102 |
<input type="hidden" name="form.submitted" value="1" /> |
|---|
| 103 |
</form> |
|---|
| 104 |
|
|---|
| 105 |
|
|---|
| 106 |
</div> |
|---|
| 107 |
</body> |
|---|
| 108 |
</html> |
|---|