diff --git a/lib/WebGUI/Asset/Wobject/InOutBoard.pm b/lib/WebGUI/Asset/Wobject/InOutBoard.pm index 82cdfa211..00234dd1b 100644 --- a/lib/WebGUI/Asset/Wobject/InOutBoard.pm +++ b/lib/WebGUI/Asset/Wobject/InOutBoard.pm @@ -293,8 +293,9 @@ sub www_edit { return $self->session->privilege->insufficient() unless $self->canEdit; return $self->session->privilege->locked() unless $self->canEditIfLocked; $self->getAdminConsole->setHelp("in out board add/edit","Asset_InOutBoard"); - my $i18n = WebGUI::International->new($self->session, "Asset_InOutBoard"); - return $self->getAdminConsole->render($self->getEditForm->print,$i18n->get("18")); + my $i18n = WebGUI::International->new($self->session, 'Asset_Wobject'); + my $addEdit = ($self->session->form->process("func") eq 'add') ? $i18n->get('add') : $i18n->get('edit'); + return $self->getAdminConsole->render($self->getEditForm->print,$addEdit.' '.$self->getName); } #------------------------------------------------------------------- diff --git a/lib/WebGUI/Help/Asset_Folder.pm b/lib/WebGUI/Help/Asset_Folder.pm index 2a32ca394..791a3ae25 100644 --- a/lib/WebGUI/Help/Asset_Folder.pm +++ b/lib/WebGUI/Help/Asset_Folder.pm @@ -2,37 +2,6 @@ package WebGUI::Help::Asset_Folder; our $HELP = { - 'folder add/edit' => { - title => 'folder add/edit title', - body => 'folder add/edit body', - isa => [ - ], - fields => [ - { - title => 'visitor cache timeout', - namespace => 'Asset_Folder', - description => 'visitor cache timeout help', - uiLevel => 8, - }, - { - title => 'folder template title', - description => 'folder template description', - namespace => 'Asset_Folder', - }, - { - title => 'sort alphabetically', - description => 'sort alphabetically help', - namespace => 'Asset_Folder', - }, - ], - related => [ - { - tag => 'folder template', - namespace => 'Asset_Folder', - }, - ] - }, - 'folder template' => { title => 'folder template title', body => 'folder template body', @@ -108,10 +77,6 @@ our $HELP = { } ], related => [ - { - tag => 'folder add/edit', - namespace => 'Asset_Folder', - }, ] }, @@ -138,10 +103,6 @@ our $HELP = { }, ], related => [ - { - tag => 'folder add/edit', - namespace => 'Asset_Folder', - }, ] }, diff --git a/lib/WebGUI/Help/Asset_HttpProxy.pm b/lib/WebGUI/Help/Asset_HttpProxy.pm index 12fe6c591..29c2e005d 100644 --- a/lib/WebGUI/Help/Asset_HttpProxy.pm +++ b/lib/WebGUI/Help/Asset_HttpProxy.pm @@ -1,85 +1,6 @@ package WebGUI::Help::Asset_HttpProxy; our $HELP = { - 'http proxy add/edit' => { - title => '10', - body => '11', - isa => [ - ], - fields => [ - { - title => '1', - description => '1 description', - namespace => 'Asset_HttpProxy', - }, - { - title => '5', - description => '5 description', - namespace => 'Asset_HttpProxy', - }, - { - title => '8', - description => '8 description', - namespace => 'Asset_HttpProxy', - }, - { - title => '12', - description => '12 description', - namespace => 'Asset_HttpProxy', - }, - { - title => 'http proxy template title', - description => 'http proxy template title description', - namespace => 'Asset_HttpProxy', - }, - { - title => 'cache timeout', - description => 'cache timeout description', - namespace => 'Asset_HttpProxy', - }, - { - title => 'use ampersand', - description => 'use ampersand help', - namespace => 'Asset_HttpProxy', - }, - { - title => '6', - description => '6 description', - namespace => 'Asset_HttpProxy', - }, - { - title => '418', - description => '418 description', - namespace => 'WebGUI', - }, - { - title => '4', - description => '4 description', - namespace => 'Asset_HttpProxy', - }, - { - title => '13', - description => '13 description', - namespace => 'Asset_HttpProxy', - }, - { - title => '14', - description => '14 description', - namespace => 'Asset_HttpProxy', - }, - ], - related => [ - { - tag => 'asset fields', - namespace => 'Asset', - }, - { - tag => 'http proxy template', - namespace => 'Asset_HttpProxy', - }, - ], - }, - 'http proxy template' => { title => 'http proxy template title', body => 'http proxy template body', @@ -120,10 +41,6 @@ our $HELP = { }, ], related => [ - { - tag => 'http proxy add/edit', - namespace => 'Asset_HttpProxy', - }, ], }, diff --git a/lib/WebGUI/Help/Asset_InOutBoard.pm b/lib/WebGUI/Help/Asset_InOutBoard.pm index 03d299938..3b1573aec 100644 --- a/lib/WebGUI/Help/Asset_InOutBoard.pm +++ b/lib/WebGUI/Help/Asset_InOutBoard.pm @@ -1,55 +1,6 @@ package WebGUI::Help::Asset_InOutBoard; our $HELP = { - 'in out board add/edit' => { - title => '18', - body => '19', - isa => [ - ], - fields => [ - { - title => '1', - description => '1 description', - namespace => 'Asset_InOutBoard', - }, - { - title => '12', - description => '12 description', - namespace => 'Asset_InOutBoard', - }, - { - title => 'In Out Template', - description => 'In Out Template description', - namespace => 'Asset_InOutBoard', - }, - { - title => '13', - description => '13 description', - namespace => 'Asset_InOutBoard', - }, - { - title => '3', - description => '3 description', - namespace => 'Asset_InOutBoard', - }, - { - title => 'inOutGroup', - description => 'inOutGroup description', - namespace => 'Asset_InOutBoard', - }, - ], - related => [ - { - tag => 'in out board template', - namespace => 'Asset_InOutBoard', - }, - { - tag => 'in out board report template', - namespace => 'Asset_InOutBoard', - }, - ], - }, - 'in out board template' => { title => '20', body => '21', @@ -117,10 +68,6 @@ our $HELP = { }, ], related => [ - { - tag => 'in out board add/edit', - namespace => 'Asset_InOutBoard', - }, ], }, @@ -199,10 +146,6 @@ our $HELP = { }, ], related => [ - { - tag => 'in out board add/edit', - namespace => 'Asset_InOutBoard', - }, ], }, diff --git a/lib/WebGUI/Help/Asset_Layout.pm b/lib/WebGUI/Help/Asset_Layout.pm index e65906965..f7907f56e 100644 --- a/lib/WebGUI/Help/Asset_Layout.pm +++ b/lib/WebGUI/Help/Asset_Layout.pm @@ -2,34 +2,6 @@ package WebGUI::Help::Asset_Layout; our $HELP = { - 'layout add/edit' => { - title => 'layout add/edit title', - body => 'layout add/edit body', - fields => [ - { - title => 'layout template title', - description => 'template description', - namespace => 'Asset_Layout', - }, - { - title => 'assets to hide', - description => 'assets to hide description', - namespace => 'Asset_Layout', - uiLevel => 9, - }, - ], - related => [ - { - tag => 'asset fields', - namespace => 'Asset' - }, - { - tag => 'layout template', - namespace => 'Asset_Layout' - }, - ] - }, - 'layout template' => { title => 'layout template title', body => 'layout template body', @@ -72,10 +44,6 @@ our $HELP = { fields => [ ], related => [ - { - tag => 'layout add/edit', - namespace => 'Asset_Layout' - }, ] }, @@ -103,10 +71,6 @@ our $HELP = { fields => [ ], related => [ - { - tag => 'layout add/edit', - namespace => 'Asset_Layout' - }, ] }, diff --git a/lib/WebGUI/i18n/English/Asset_Folder.pm b/lib/WebGUI/i18n/English/Asset_Folder.pm index 8f5c0418e..83764a70e 100644 --- a/lib/WebGUI/i18n/English/Asset_Folder.pm +++ b/lib/WebGUI/i18n/English/Asset_Folder.pm @@ -32,19 +32,6 @@ our $I18N = { lastUpdated => 1038706332, }, - 'folder add/edit title' => { - message => q|Folder, Add/Edit|, - lastUpdated => 1106683494, - }, - - 'folder add/edit body' => { - message => q|
Folder Assets are used to display lists of Assets and subfolders just like a file browser in an operating system.
-Folders are Wobjects, so they have all the same properties as Wobjects and Assets. Folders also have these unique properties and functions:
- -|, - lastUpdated => 1126238060, - }, - 'folder template description' => { message => q|This menu permits you to select a template to style the display of the Folder contents
|, lastUpdated => 1146797271, diff --git a/lib/WebGUI/i18n/English/Asset_HttpProxy.pm b/lib/WebGUI/i18n/English/Asset_HttpProxy.pm index c227b1de0..d19d89074 100644 --- a/lib/WebGUI/i18n/English/Asset_HttpProxy.pm +++ b/lib/WebGUI/i18n/English/Asset_HttpProxy.pm @@ -28,16 +28,7 @@ our $I18N = { lastUpdated => 1047837230 }, - '11' => { - message => q|The HTTP Proxy wobject is a very powerful tool. It enables you to embed external sites and applications into your site. For example, if you have a web mail system that you wish your staff could access through the intranet, then you could use the HTTP Proxy to accomplish that. -
- -Note: The Search for and Stop at strings are included in the content in the default template. You can change this by creating your own template.
-|, - lastUpdated => 1146775758, - }, - - 'http proxy template title' => { + 'http proxy template title' => { message => q|HTTP Proxy Template|, lastUpdated => 1109714266, }, @@ -169,11 +160,6 @@ our $I18N = { lastUpdated => 1060433963 }, - '10' => { - message => q|HTTP Proxy, Add/Edit|, - lastUpdated => 1047858432 - }, - '5' => { message => q|Allow proxying of other domains?|, lastUpdated => 1047835817 diff --git a/lib/WebGUI/i18n/English/Asset_InOutBoard.pm b/lib/WebGUI/i18n/English/Asset_InOutBoard.pm index f0bb0ade2..73aed78a0 100644 --- a/lib/WebGUI/i18n/English/Asset_InOutBoard.pm +++ b/lib/WebGUI/i18n/English/Asset_InOutBoard.pm @@ -11,11 +11,6 @@ our $I18N = { lastUpdated =>1091624565 }, - '18' => { - message => q|In/Out Board, Add/Edit|, - lastUpdated =>1091624565 - }, - 'select delegate' => { message => q|In/Out Board, Select Delegates|, lastUpdated =>1122010599 @@ -118,22 +113,6 @@ our $I18N = { lastUpdated => 1138988640, }, - '19' => { - message => q|-An In/Out board is used to keep track of whether people are currently -in/out of the office. It shows the current In/Out status of all WebGUI -users and also logs the reason the person has left, the time they -left and the time they return. The log is viewable in two forms. The first -is a summary of the current status for all users in the groups configured for -this In/Out board instance. The second is a complete report of the history of -all status changes for those users. This report can be setup to have restricted -viewing privileges and is templatable.
-Users of the In/Out Board can select other users, called delegates, to update -their status for them.
-|, - lastUpdated =>1139255107 - }, - '20' => { message => q|In/Out Board, Template|, lastUpdated =>1091624565 diff --git a/lib/WebGUI/i18n/English/Asset_Layout.pm b/lib/WebGUI/i18n/English/Asset_Layout.pm index 5f44d5d26..c4d073278 100644 --- a/lib/WebGUI/i18n/English/Asset_Layout.pm +++ b/lib/WebGUI/i18n/English/Asset_Layout.pm @@ -7,25 +7,6 @@ our $I18N = { context=>q|The name of the layout asset.| }, - 'layout add/edit title' => { - message => q|Page Layout, Add/Edit|, - lastUpdated => 1106683494, - }, - - 'layout add/edit body' => { - message => q| -Page Layout Assets are used to display multiple Assets on the same time, much like -Page Layouts in version 5 of WebGUI. The Page Layout Asset consists of a template with -multiple content areas, and Assets that are children of the Page Layout can be assigned -to be displayed in those areas. -
- -Page Layout Assets are Wobjects and Assets, and share the same properties of both. Page Layout -Assets also have these unique properties:
|, - context => 'Describing Page Layout Add/Edit form specific fields', - lastUpdated => 1119410129, - }, - 'template description' => { message => q|Choose a template from the list to display the contents of the Page Layout Asset and its children.|,