AuthLDAP and Auth, AdSpace Help pruning. Now the only thing left
is the Assets.
This commit is contained in:
parent
b11b36aa39
commit
e0c211361e
6 changed files with 25 additions and 314 deletions
|
|
@ -1,148 +0,0 @@
|
|||
package WebGUI::Help::AdSpace;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'edit ad' => {
|
||||
title => 'edit advertisement',
|
||||
body => 'edit advertisement body',
|
||||
source => 'www_editAd',
|
||||
fields => [
|
||||
{
|
||||
title => 'is active',
|
||||
description => 'is active help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'title',
|
||||
description => 'title help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'url',
|
||||
description => 'url help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'priority',
|
||||
description => 'priority help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'impressions bought',
|
||||
description => 'impressions bought help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'clicks bought',
|
||||
description => 'clicks bought help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'type',
|
||||
description => 'type help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'ad text',
|
||||
description => 'ad text help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'border color',
|
||||
description => 'border color help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'text color',
|
||||
description => 'text color help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'background color',
|
||||
description => 'background color help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'image',
|
||||
description => 'image help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'rich',
|
||||
description => 'rich help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'title',
|
||||
description => 'title help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'edit ad space',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit ad space' => {
|
||||
title => 'edit ad space',
|
||||
body => 'edit ad space body',
|
||||
source => 'www_editAdSpace',
|
||||
fields => [
|
||||
{
|
||||
title => 'name',
|
||||
description => 'name help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'title',
|
||||
description => 'title help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'description',
|
||||
description => 'description help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'width',
|
||||
description => 'width help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
title => 'height',
|
||||
description => 'height help',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage ad spaces',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
{
|
||||
tag => 'edit ad',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage ad spaces' => {
|
||||
title => 'manage ad spaces',
|
||||
body => 'add ad space body',
|
||||
source => 'www_manageAdSpaces',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'edit ad space',
|
||||
namespace => 'AdSpace',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
package WebGUI::Help::Auth;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'display account template' => {
|
||||
title => 'display account template title',
|
||||
body => 'display account template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -35,9 +36,10 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'login template' => {
|
||||
title => 'login template title',
|
||||
body => 'login template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -81,9 +83,10 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'anonymous registration template' => {
|
||||
title => 'anon reg template title',
|
||||
body => 'anon reg template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -138,9 +141,10 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'deactivate account template' => {
|
||||
title => 'deactivate account template title',
|
||||
body => 'deactivate account template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -172,6 +176,7 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,82 +1,9 @@
|
|||
package WebGUI::Help::AuthLDAP;
|
||||
|
||||
our $HELP = {
|
||||
'ldap connection add/edit' => {
|
||||
title => 'LDAPLink_990',
|
||||
body => 'ldap connection add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'LDAPLink_992',
|
||||
description => 'LDAPLink_992 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'LDAPLink_993',
|
||||
description => 'LDAPLink_993 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'LDAPLink_994',
|
||||
description => 'LDAPLink_994 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'LDAPLink_995',
|
||||
description => 'LDAPLink_995 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '9',
|
||||
description => '9 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '6',
|
||||
description => '6 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => '7 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '868',
|
||||
description => '868 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '869',
|
||||
description => '869 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'account template',
|
||||
description => 'account template description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'create account template',
|
||||
description => 'create account template description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'login template',
|
||||
description => 'login template description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
],
|
||||
related => [ ],
|
||||
},
|
||||
|
||||
'ldap authentication display account template' => {
|
||||
title => 'display account template title',
|
||||
body => 'display account template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
|
|
@ -116,7 +43,7 @@ our $HELP = {
|
|||
|
||||
'ldap authentication login template' => {
|
||||
title => 'auth login template title',
|
||||
body => 'auth login template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
|
|
@ -144,7 +71,7 @@ our $HELP = {
|
|||
|
||||
'ldap authentication anonymous registration template' => { ##createAccount
|
||||
title => 'anon reg template title',
|
||||
body => 'anon reg template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
|
|
@ -190,7 +117,7 @@ our $HELP = {
|
|||
|
||||
'ldap deactivate account template' => {
|
||||
title => 'deactivate account template title',
|
||||
body => 'deactivate account template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
|
|
|
|||
|
|
@ -139,12 +139,6 @@ our $I18N = {
|
|||
context => q|a menu label for manageing ad spaces|
|
||||
},
|
||||
|
||||
'manage ad spaces title' => {
|
||||
message => q|Manage ad spaces|,
|
||||
lastUpdated => 1165364029,
|
||||
context => q|a title for the manage ad spaces screen|
|
||||
},
|
||||
|
||||
'add an ad' => {
|
||||
message => q|Add an ad.|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -294,16 +288,6 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit advertisement body' => {
|
||||
message => q|<p>In this screen, you'll configure an advertisement to go into the adspace. You can set physical properties such as colors, images, displayed text and url, define how often the advertisement is shown and activate or deactivate the ad. Ads are local to a particular ad space.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit ad space body' => {
|
||||
message => q|<p>In this screen, you will configure an area that holds an ad (an ad space) to embed in a page via the Ad Space macro (<b>^AdSpace();</b>). When editing an existing ad space, a preview of the ad space is shown, along with a list of ads to be shown in the space. The icons in the list of ads allow ads to be edited or deleted.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'add ad space body' => {
|
||||
message => q|<p>This screen provides you with a list of all ad spaces that have been created in WebGUI. The icons next to each ad space allow you to edit or delete an ad space. There is also a link on the screen to add new ad spaces.</p>|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -7,12 +7,6 @@ our $I18N = {
|
|||
lastUpdated => 1078856626
|
||||
},
|
||||
|
||||
'anon reg template body' => {
|
||||
message => q|<p>The following template variables are available in all Anonymous Registration templates.</p>
|
||||
|,
|
||||
lastUpdated => 1164335958
|
||||
},
|
||||
|
||||
'create.form.header' => {
|
||||
message => q|The required form elements that go at the top of the anonymous registration page.|,
|
||||
lastUpdated => 1149220721,
|
||||
|
|
@ -83,12 +77,6 @@ our $I18N = {
|
|||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'display account template body' => {
|
||||
message => q|<p>The following template variables are available for Authentication Display Account templates. </p>
|
||||
|,
|
||||
lastUpdated => 1149220652
|
||||
},
|
||||
|
||||
'account.form.header' => {
|
||||
message => q|The required form elements that go at the top of the display account page.|,
|
||||
lastUpdated => 1149220575,
|
||||
|
|
@ -124,13 +112,6 @@ our $I18N = {
|
|||
lastUpdated => 1164394401
|
||||
},
|
||||
|
||||
'login template body' => {
|
||||
message => q|<p>The following template variables are available for all Authentication Login templates.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1164394398
|
||||
},
|
||||
|
||||
'login.form.header' => {
|
||||
message => q|The required form elements that go at the top of the login page.|,
|
||||
lastUpdated => 1149220294,
|
||||
|
|
@ -191,13 +172,6 @@ our $I18N = {
|
|||
lastUpdated => 1164394401
|
||||
},
|
||||
|
||||
'deactivate account template body' => {
|
||||
message => q|<p>The following template variables are available for all Authentication Deactivate account templates.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1164394398
|
||||
},
|
||||
|
||||
'yes.label' => {
|
||||
message => q|Internationalized label for "Yes".|,
|
||||
lastUpdated => 1149220294,
|
||||
|
|
|
|||
|
|
@ -79,8 +79,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'display account template title' => {
|
||||
message => q|LDAP Authentication Display Account Template|,
|
||||
lastUpdated => 1078852969
|
||||
message => q|LDAP Authentication Display Account Template Variables|,
|
||||
lastUpdated => 1184793098
|
||||
},
|
||||
|
||||
'11' => {
|
||||
|
|
@ -99,8 +99,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'anon reg template title' => {
|
||||
message => q|LDAP Authentication Anonymous Registration Template|,
|
||||
lastUpdated => 1078855925
|
||||
message => q|LDAP Authentication Anonymous Registration Template Variables|,
|
||||
lastUpdated => 1184793095
|
||||
},
|
||||
|
||||
'1' => {
|
||||
|
|
@ -113,13 +113,6 @@ our $I18N = {
|
|||
lastUpdated => 1149219946,
|
||||
},
|
||||
|
||||
'auth login template body' => {
|
||||
message => q|<p>The following template variables are available for LDAP Authentication Login templates.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1149220017
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Invalid LDAP connection URL. Contact your administrator.|,
|
||||
lastUpdated => 1071849063
|
||||
|
|
@ -190,12 +183,6 @@ our $I18N = {
|
|||
lastUpdated => 1149219846,
|
||||
},
|
||||
|
||||
'display account template body' => {
|
||||
message => q|<p>The following template variables are available for the LDAP Authentication Display Account templates.</p>
|
||||
|,
|
||||
lastUpdated => 1149219877
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Password (confirm)|,
|
||||
lastUpdated => 1071845113
|
||||
|
|
@ -251,20 +238,14 @@ our $I18N = {
|
|||
lastUpdated => 1149219898,
|
||||
},
|
||||
|
||||
'anon reg template body' => {
|
||||
message => q|<p>The following template variables are available for LDAP Authentication Anonymous Registration templates.</p>
|
||||
|,
|
||||
lastUpdated => 1149219931
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|LDAP URL (default)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'auth login template title' => {
|
||||
message => q|LDAP Authentication Login Template|,
|
||||
lastUpdated => 1078854953
|
||||
message => q|LDAP Authentication Login Template Variables|,
|
||||
lastUpdated => 1184793100
|
||||
},
|
||||
|
||||
'LDAPLink_0' => {
|
||||
|
|
@ -528,10 +509,10 @@ our $I18N = {
|
|||
lastUpdated => 1116151382
|
||||
},
|
||||
|
||||
'LDAPLink_990' => {
|
||||
message => q|Edit LDAP Connection|,
|
||||
lastUpdated => 1056151382
|
||||
},
|
||||
# 'LDAPLink_990' => {
|
||||
# message => q|Edit LDAP Connection|,
|
||||
# lastUpdated => 1056151382
|
||||
# },
|
||||
|
||||
'LDAPLink_991' => {
|
||||
message => q|LDAP Connection ID|,
|
||||
|
|
@ -632,11 +613,6 @@ Usually the RDN looks something like:</p>
|
|||
lastUpdated => 1165512102,
|
||||
},
|
||||
|
||||
'ldap connection add/edit body' => {
|
||||
message => q| |,
|
||||
lastUpdated => 1120164639,
|
||||
},
|
||||
|
||||
'868' => {
|
||||
message => q|Send welcome message?|,
|
||||
lastUpdated => 1120164338
|
||||
|
|
@ -709,15 +685,8 @@ Usually the RDN looks something like:</p>
|
|||
},
|
||||
|
||||
'deactivate account template title' => {
|
||||
message => q|LDAP Authentication Deactivate Account Template|,
|
||||
lastUpdated => 1164406538
|
||||
},
|
||||
|
||||
'deactivate account template body' => {
|
||||
message => q|<p>The following template variables are available for the LDAP Authentication Deactivate account templates.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1164406540
|
||||
message => q|LDAP Authentication Deactivate Account Template Variables|,
|
||||
lastUpdated => 1184793102
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue