Forms section + dashboard

This commit is contained in:
per ploug
2014-09-22 20:07:35 +02:00
parent 9464d2a648
commit 5f5c8c7693
6 changed files with 68 additions and 39 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<dashBoard>
<section alias="StartupSettingsDashboardSection">
<areas>
<area>settings</area>
@@ -11,7 +10,6 @@
</control>
</tab>
</section>
<section alias="StartupDeveloperDashboardSection">
<areas>
<area>developer</area>
@@ -25,7 +23,6 @@
<control>/umbraco/dashboard/ExamineManagement.ascx</control>
</tab>
</section>
<section alias="StartupMediaDashboardSection">
<areas>
<area>media</area>
@@ -35,9 +32,19 @@
views/dashboard/media/mediafolderbrowser.html
</control>
</tab>
</section>
<section alias="StartupFormsDashboardSection">
<areas>
<area>forms</area>
</areas>
<tab caption="Install Umbraco Forms">
<control showOnce="true" addPanel="true" panelCaption="">
views/dashboard/forms/formsdashboardintro.html
</control>
</tab>
</section>
<section alias="StartupDashboardSection">
<access>
<deny>translator</deny>
@@ -49,14 +56,11 @@
<access>
<grant>admin</grant>
</access>
<control showOnce="true" addPanel="true" panelCaption="">
views/dashboard/default/startupdashboardintro.html
</control>
</tab>
</section>
<section alias="StartupMemberDashboardSection">
<areas>
<area>member</area>
@@ -67,4 +71,12 @@
</control>
</tab>
</section>
<section alias="contour">
<areas>
<area>contour</area>
</areas>
<tab caption="Dashboard">
<control>/umbraco/plugins/umbracocontour/formsdashboard.ascx</control>
</tab>
</section>
</dashBoard>

View File

@@ -36,6 +36,11 @@
<key alias="translate">Translate</key>
<key alias="update">Update</key>
<key alias="defaultValue">Default value</key>
<key alias="exportContourForm">Export form</key>
<key alias="importContourForm">Import form</key>
<key alias="archiveContourForm">Archive form</key>
<key alias="unarchiveContourForm">Unarchive form</key>
<key alias="defaultValue">Default value</key>
</area>
<area alias="assignDomain">
<key alias="permissionDenied">Permission denied.</key>
@@ -668,11 +673,9 @@ To manage your website, simply open the umbraco back office and start adding con
<key alias="paSimpleHelp">If you just want to setup simple protection using a single login and password</key>
</area>
<area alias="publish">
<key alias="contentPublishedFailedAwaitingRelease">
<![CDATA[
<key alias="contentPublishedFailedAwaitingRelease"><![CDATA[
%0% could not be published because the item is scheduled for release.
]]>
</key>
]]></key>
<key alias="contentPublishedFailedInvalid"><![CDATA[
%0% could not be published because these properties: %1% did not pass validation rules.
]]></key>
@@ -733,6 +736,7 @@ To manage your website, simply open the umbraco back office and start adding con
<key alias="translation">Translation</key>
<key alias="users">Users</key>
<key alias="help" version="7.0">Help</key>
<key alias="forms">Forms</key>
</area>
<area alias="settings">
<key alias="defaulttemplate">Default template</key>
@@ -938,6 +942,7 @@ To manage your website, simply open the umbraco back office and start adding con
<key alias="stylesheets">Stylesheets</key>
<key alias="templates">Templates</key>
<key alias="xslt">XSLT Files</key>
<key alias="analytics">Analytics</key>
</area>
<area alias="update">
<key alias="updateAvailable">New update ready</key>
@@ -987,4 +992,4 @@ To manage your website, simply open the umbraco back office and start adding con
<key alias="yourHistory" version="7.0">Your recent history</key>
<key alias="sessionExpires" version="7.0">Session expires in</key>
</area>
</language>
</language>