From 7548cfb90a9d0dbd14501e2f1b0c781e4b3f60e3 Mon Sep 17 00:00:00 2001
From: Colin Kuskie
Date: Tue, 17 Jul 2007 22:55:51 +0000
Subject: [PATCH] Finished Macro help/i18n cleanup.
---
lib/WebGUI/Help/Macro_LoginToggle.pm | 2 +-
lib/WebGUI/Help/Macro_RootTitle.pm | 16 ---------
lib/WebGUI/Help/Macro_SQL.pm | 16 ---------
lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm | 16 ---------
lib/WebGUI/Help/Macro_Spacer.pm | 16 ---------
lib/WebGUI/Help/Macro_Splat_random.pm | 16 ---------
lib/WebGUI/Help/Macro_SubscriptionItem.pm | 2 +-
.../Help/Macro_SubscriptionItemPurchaseUrl.pm | 16 ---------
lib/WebGUI/Help/Macro_Thumbnail.pm | 16 ---------
lib/WebGUI/Help/Macro_URLEncode.pm | 16 ---------
lib/WebGUI/Help/Macro_User.pm | 16 ---------
lib/WebGUI/Help/Macro_r_printable.pm | 2 +-
lib/WebGUI/Help/Macro_u_companyUrl.pm | 16 ---------
lib/WebGUI/i18n/English/Macro_LoginToggle.pm | 10 ++++++
lib/WebGUI/i18n/English/Macro_RootTitle.pm | 28 ---------------
lib/WebGUI/i18n/English/Macro_SQL.pm | 21 -----------
.../i18n/English/Macro_Slash_gatewayUrl.pm | 36 -------------------
lib/WebGUI/i18n/English/Macro_Spacer.pm | 28 ---------------
lib/WebGUI/i18n/English/Macro_Splat_random.pm | 27 --------------
.../i18n/English/Macro_SubscriptionItem.pm | 19 ++--------
.../Macro_SubscriptionItemPurchaseUrl.pm | 27 --------------
lib/WebGUI/i18n/English/Macro_Thumbnail.pm | 29 ---------------
lib/WebGUI/i18n/English/Macro_URLEncode.pm | 28 ---------------
lib/WebGUI/i18n/English/Macro_User.pm | 28 ---------------
lib/WebGUI/i18n/English/Macro_r_printable.pm | 31 ++--------------
lib/WebGUI/i18n/English/Macro_u_companyUrl.pm | 28 ---------------
26 files changed, 17 insertions(+), 489 deletions(-)
delete mode 100644 lib/WebGUI/Help/Macro_RootTitle.pm
delete mode 100644 lib/WebGUI/Help/Macro_SQL.pm
delete mode 100644 lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm
delete mode 100644 lib/WebGUI/Help/Macro_Spacer.pm
delete mode 100644 lib/WebGUI/Help/Macro_Splat_random.pm
delete mode 100644 lib/WebGUI/Help/Macro_SubscriptionItemPurchaseUrl.pm
delete mode 100644 lib/WebGUI/Help/Macro_Thumbnail.pm
delete mode 100644 lib/WebGUI/Help/Macro_URLEncode.pm
delete mode 100644 lib/WebGUI/Help/Macro_User.pm
delete mode 100644 lib/WebGUI/Help/Macro_u_companyUrl.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_RootTitle.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_Spacer.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_Splat_random.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_SubscriptionItemPurchaseUrl.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_Thumbnail.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_URLEncode.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_User.pm
delete mode 100644 lib/WebGUI/i18n/English/Macro_u_companyUrl.pm
diff --git a/lib/WebGUI/Help/Macro_LoginToggle.pm b/lib/WebGUI/Help/Macro_LoginToggle.pm
index da7bf7624..8a1284f44 100644
--- a/lib/WebGUI/Help/Macro_LoginToggle.pm
+++ b/lib/WebGUI/Help/Macro_LoginToggle.pm
@@ -10,7 +10,7 @@ our $HELP = {
},
],
title => 'login toggle title',
- body => 'login toggle body',
+ body => '',
variables => [
{
'name' => 'toggle.url'
diff --git a/lib/WebGUI/Help/Macro_RootTitle.pm b/lib/WebGUI/Help/Macro_RootTitle.pm
deleted file mode 100644
index 5ddf7280b..000000000
--- a/lib/WebGUI/Help/Macro_RootTitle.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_RootTitle;
-
-our $HELP = {
-
- 'root title' => {
- title => 'root title title',
- body => 'root title body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_SQL.pm b/lib/WebGUI/Help/Macro_SQL.pm
deleted file mode 100644
index 86874ade4..000000000
--- a/lib/WebGUI/Help/Macro_SQL.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_SQL;
-
-our $HELP = {
-
- 'sql' => {
- title => 'sql title',
- body => 'sql body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm b/lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm
deleted file mode 100644
index 20a9eeb19..000000000
--- a/lib/WebGUI/Help/Macro_Slash_gatewayUrl.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_Slash_gatewayUrl;
-
-our $HELP = {
-
- 'gateway url' => {
- title => 'gateway url title',
- body => 'gateway url body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_Spacer.pm b/lib/WebGUI/Help/Macro_Spacer.pm
deleted file mode 100644
index c934c8a42..000000000
--- a/lib/WebGUI/Help/Macro_Spacer.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_Spacer;
-
-our $HELP = {
-
- 'spacer' => {
- title => 'spacer title',
- body => 'spacer body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_Splat_random.pm b/lib/WebGUI/Help/Macro_Splat_random.pm
deleted file mode 100644
index c4b60d8eb..000000000
--- a/lib/WebGUI/Help/Macro_Splat_random.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_Splat_random;
-
-our $HELP = {
-
- 'random' => {
- title => 'random title',
- body => 'random body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_SubscriptionItem.pm b/lib/WebGUI/Help/Macro_SubscriptionItem.pm
index 568203d0c..3771ecdd9 100644
--- a/lib/WebGUI/Help/Macro_SubscriptionItem.pm
+++ b/lib/WebGUI/Help/Macro_SubscriptionItem.pm
@@ -4,7 +4,7 @@ our $HELP = {
'subscription item' => {
title => 'subscription item title',
- body => 'subscription item body',
+ body => '',
variables => [
{
'name' => 'url'
diff --git a/lib/WebGUI/Help/Macro_SubscriptionItemPurchaseUrl.pm b/lib/WebGUI/Help/Macro_SubscriptionItemPurchaseUrl.pm
deleted file mode 100644
index 6b42f06e2..000000000
--- a/lib/WebGUI/Help/Macro_SubscriptionItemPurchaseUrl.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_SubscriptionItemPurchaseUrl;
-
-our $HELP = {
-
- 'subscription item purchase url' => {
- title => 'subscription item purchase url title',
- body => 'subscription item purchase url body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_Thumbnail.pm b/lib/WebGUI/Help/Macro_Thumbnail.pm
deleted file mode 100644
index 6508414cb..000000000
--- a/lib/WebGUI/Help/Macro_Thumbnail.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_Thumbnail;
-
-our $HELP = {
-
- 'thumbnail' => {
- title => 'thumbnail title',
- body => 'thumbnail body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_URLEncode.pm b/lib/WebGUI/Help/Macro_URLEncode.pm
deleted file mode 100644
index b8ab8d4bf..000000000
--- a/lib/WebGUI/Help/Macro_URLEncode.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_URLEncode;
-
-our $HELP = {
-
- 'url encode' => {
- title => 'url encode title',
- body => 'url encode body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_User.pm b/lib/WebGUI/Help/Macro_User.pm
deleted file mode 100644
index 68fce5176..000000000
--- a/lib/WebGUI/Help/Macro_User.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_User;
-
-our $HELP = {
-
- 'user' => {
- title => 'user title',
- body => 'user body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Macro_r_printable.pm b/lib/WebGUI/Help/Macro_r_printable.pm
index 9c5fbf128..9a3a9454c 100644
--- a/lib/WebGUI/Help/Macro_r_printable.pm
+++ b/lib/WebGUI/Help/Macro_r_printable.pm
@@ -4,7 +4,7 @@ our $HELP = {
'printable' => {
title => 'printable title',
- body => 'printable body',
+ body => '',
variables => [
{
'name' => 'printable.url'
diff --git a/lib/WebGUI/Help/Macro_u_companyUrl.pm b/lib/WebGUI/Help/Macro_u_companyUrl.pm
deleted file mode 100644
index 477301972..000000000
--- a/lib/WebGUI/Help/Macro_u_companyUrl.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package WebGUI::Help::Macro_u_companyUrl;
-
-our $HELP = {
-
- 'company url' => {
- title => 'company url title',
- body => 'company url body',
- fields => [
- ],
- related => [
- ]
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_LoginToggle.pm b/lib/WebGUI/i18n/English/Macro_LoginToggle.pm
index 4a3b530cd..c88c25bd2 100644
--- a/lib/WebGUI/i18n/English/Macro_LoginToggle.pm
+++ b/lib/WebGUI/i18n/English/Macro_LoginToggle.pm
@@ -22,6 +22,16 @@ our $I18N = {
lastUpdated => 1031514049
},
+ 'toggle.url' => {
+ message => q|The URL to login or logout.|,
+ lastUpdated => 1184712592,
+ },
+
+ 'toggle.text' => {
+ message => q|The Internationalized label for logging in or logging out (depending on the state of the macro), or the text that you supply to the macro.|,
+ lastUpdated => 1184712592,
+ },
+
};
1;
diff --git a/lib/WebGUI/i18n/English/Macro_RootTitle.pm b/lib/WebGUI/i18n/English/Macro_RootTitle.pm
deleted file mode 100644
index 199e8ceba..000000000
--- a/lib/WebGUI/i18n/English/Macro_RootTitle.pm
+++ /dev/null
@@ -1,28 +0,0 @@
-package WebGUI::i18n::English::Macro_RootTitle;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|Root Title|,
- lastUpdated => 1128918994,
- },
-
- 'root title title' => {
- message => q|Root Title Macro|,
- lastUpdated => 1112466408,
- },
-
- 'root title body' => {
- message => q|
-^RootTitle;
-Returns the title of the root of the current page. For instance, the main root in WebGUI is the "Home" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.
-
-If the macro is called outside of an asset, or if the root can't be found, then
-the macro returns an empty string
-This Macro may be nested inside other Macros if the title does not contain commas or quotes.
-|,
- lastUpdated => 1168622930,
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_SQL.pm b/lib/WebGUI/i18n/English/Macro_SQL.pm
index a130f340d..6f803802d 100644
--- a/lib/WebGUI/i18n/English/Macro_SQL.pm
+++ b/lib/WebGUI/i18n/English/Macro_SQL.pm
@@ -7,27 +7,6 @@ our $I18N = {
lastUpdated => 1128919058,
},
- 'sql title' => {
- message => q|SQL Macro|,
- lastUpdated => 1112466408,
- },
-
- 'sql body' => {
- message => q|
-^SQL();
-A one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^^rownum; macro just like the SQL Report wobject.
-Examples:
-^SQL("select count(*) from users","There are ^0; users on this system.");
-
-^SQL("select userId,username from users order by username","<a href='^/;?op=viewProfile&uid=^0;'>^1;</a><br />");
-
-If there are more numeric macros than selected columns in the SQL report the extra macros will be discarded.
-The rownum macro, ^rownum;, begins counting at 1.
-This Macro may be nested inside other Macros if the text returned does not contain commas or quotes.
-|,
- lastUpdated => 1168623083,
- },
-
'illegal query' => {
message => q|Cannot execute this type of query.|,
lastUpdated => 1135105884,
diff --git a/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm b/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
deleted file mode 100644
index ca5d9f37e..000000000
--- a/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
+++ /dev/null
@@ -1,36 +0,0 @@
-package WebGUI::i18n::English::Macro_Slash_gatewayUrl;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|Gateway URL|,
- lastUpdated => 1128919030,
- },
-
- 'gateway url title' => {
- message => q|Gateway URL Macro|,
- lastUpdated => 1112466408,
- },
-
- 'gateway url body' => {
- message => q|
-^/; - System URL
-^/(/home/page); - System URL
-The URL to the gateway script (example: /).
-
-The macro takes a single, optional argument; a URL. The URL will be appended to
-the end of the gateway URL. This is mainly useful when you enable Prevent Proxy Caching
-in the WebGUI settings.
-
-^/;home/page will break with Prevent Proxy Caching set because the URL that is made
-will look like this: /?noCache=37,1127808995home/page. By passing the URL directly to the
-macro, ^/(home/page);, the special param for disabling caching will be placed on the
-end, /home/page?noCache=37,1127808995.
-
-
This Macro may be nested inside other Macros.
-|,
- lastUpdated => 1169584181,
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_Spacer.pm b/lib/WebGUI/i18n/English/Macro_Spacer.pm
deleted file mode 100644
index 219ec446b..000000000
--- a/lib/WebGUI/i18n/English/Macro_Spacer.pm
+++ /dev/null
@@ -1,28 +0,0 @@
-package WebGUI::i18n::English::Macro_Spacer;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|Spacer|,
- lastUpdated => 1128919040,
- },
-
- 'spacer title' => {
- message => q|Spacer Macro|,
- lastUpdated => 1112466408,
- },
-
- 'spacer body' => {
- message => q|
-^Spacer("width","height");
-Create a spacer in your layout. Great for creating blocks of color with divs and tables. It takes two parameters, width and height.
-
-Example: ^Spacer("100","50");
-
-This Macro may not be nested inside other Macros.
-|,
- lastUpdated => 1168623039,
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_Splat_random.pm b/lib/WebGUI/i18n/English/Macro_Splat_random.pm
deleted file mode 100644
index 5321c0501..000000000
--- a/lib/WebGUI/i18n/English/Macro_Splat_random.pm
+++ /dev/null
@@ -1,27 +0,0 @@
-package WebGUI::i18n::English::Macro_Splat_random;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|Random|,
- lastUpdated => 1128919051,
- },
-
- 'random title' => {
- message => q|Random Macro|,
- lastUpdated => 1112466408,
- },
-
- 'random body' => {
- message => q|
-
-^*; or ^*(); - Random Number
-A randomly generated, whole number between 0 and the number you send the Macro. This is often used on images (such as banner ads) that you want to ensure do not cache. You may configure this macro like this ^*(100); to create a random number between 0 and 100. If no number is sent a default of 1 billion (1,000,000,000) will be used.
-
-This Macro may be nested inside other Macros.
-|,
- lastUpdated => 1168623052,
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm b/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm
index 92eddef44..4582df7a5 100644
--- a/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm
+++ b/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm
@@ -8,8 +8,8 @@ our $I18N = {
},
'subscription item title' => {
- message => q|Subscription Item Macro|,
- lastUpdated => 1112547248,
+ message => q|Subscription Item Macro Template Variables|,
+ lastUpdated => 1184712144,
},
'url' => {
@@ -32,21 +32,6 @@ our $I18N = {
lastUpdated => 1149217400,
},
- 'subscription item body' => {
- message => q|
-
-^SubscriptionItem(subscriptionId,[templateId]);
-This macro is used to display information about subscription items from your site.
-It accepts two arguments, the Id of the subscription item and an optional
-template to use instead of the default template, specified by a template Id
-from the Macro/SubscriptionItem namespace.
-
-This Macro may not be nested inside other Macros.
-
-These variables are available in the template:
-|,
- lastUpdated => 1168623113,
- },
};
1;
diff --git a/lib/WebGUI/i18n/English/Macro_SubscriptionItemPurchaseUrl.pm b/lib/WebGUI/i18n/English/Macro_SubscriptionItemPurchaseUrl.pm
deleted file mode 100644
index 0b30f841f..000000000
--- a/lib/WebGUI/i18n/English/Macro_SubscriptionItemPurchaseUrl.pm
+++ /dev/null
@@ -1,27 +0,0 @@
-package WebGUI::i18n::English::Macro_SubscriptionItemPurchaseUrl;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|Subscription Item Purchase URL|,
- lastUpdated => 1128919107,
- },
-
- 'subscription item purchase url title' => {
- message => q|Subscription Item Purchase URL Macro|,
- lastUpdated => 1112548245,
- },
-
- 'subscription item purchase url body' => {
- message => q|
-
-^SubscriptionItemPurchaseUrl(subscriptionId);
-This macro fetches the URL to purchase a subscription item identified
-by its subscriptionId.
-This Macro may be nested inside other Macros.
-|,
- lastUpdated => 1168623124,
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_Thumbnail.pm b/lib/WebGUI/i18n/English/Macro_Thumbnail.pm
deleted file mode 100644
index bac700c7b..000000000
--- a/lib/WebGUI/i18n/English/Macro_Thumbnail.pm
+++ /dev/null
@@ -1,29 +0,0 @@
-package WebGUI::i18n::English::Macro_Thumbnail;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|Thumbnail|,
- lastUpdated => 1128919124,
- },
-
- 'thumbnail title' => {
- message => q|Thumbnail Macro|,
- lastUpdated => 1112566765,
- },
-
- 'thumbnail body' => {
- message => q|
-
-^Thumbnail(url);
-This macro will allow you to fetch the filesystem URL for the thumbnail of any File or Image Asset by its
-Asset URL.
-
-This Macro may be nested inside other Macros.
-
-|,
- lastUpdated => 1168623188,
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_URLEncode.pm b/lib/WebGUI/i18n/English/Macro_URLEncode.pm
deleted file mode 100644
index ce8fd9414..000000000
--- a/lib/WebGUI/i18n/English/Macro_URLEncode.pm
+++ /dev/null
@@ -1,28 +0,0 @@
-package WebGUI::i18n::English::Macro_URLEncode;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|URL Encode|,
- lastUpdated => 1128919146,
- },
-
- 'url encode title' => {
- message => q|URL Encode Macro|,
- lastUpdated => 1112466408,
- },
-
- 'url encode body' => {
- message => q|
-
-^URLEncode();
-This macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It's syntax looks like this: ^URLEncode("Is this my string?");
-
-This Macro may be nested inside other Macros if the encoded text does not contain commas or quotes.
-
-|,
- lastUpdated => 1168623216,
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_User.pm b/lib/WebGUI/i18n/English/Macro_User.pm
deleted file mode 100644
index 176a885d9..000000000
--- a/lib/WebGUI/i18n/English/Macro_User.pm
+++ /dev/null
@@ -1,28 +0,0 @@
-package WebGUI::i18n::English::Macro_User;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|User|,
- lastUpdated => 1128919153,
- },
-
- 'user title' => {
- message => q|User Macro|,
- lastUpdated => 1112466408,
- },
-
- 'user body' => {
- message => q|
-
-^User();
-This macro will allow you to display any information from the current user's account or profile. For instance, if you wanted to display a user's email address you'd create this macro: ^User("email");
-
-This Macro may be nested inside other Macros if the information returned does not contain commas or quotes.
-
-|,
- lastUpdated => 1168623231,
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Macro_r_printable.pm b/lib/WebGUI/i18n/English/Macro_r_printable.pm
index ff59a6276..5151b57a5 100644
--- a/lib/WebGUI/i18n/English/Macro_r_printable.pm
+++ b/lib/WebGUI/i18n/English/Macro_r_printable.pm
@@ -8,8 +8,8 @@ our $I18N = {
},
'printable title' => {
- message => q|Make Page Printable Macro|,
- lastUpdated => 1112503983,
+ message => q|Make Page Printable Macro Template Variables|,
+ lastUpdated => 1184711898,
},
'printable.url' => {
@@ -22,33 +22,6 @@ our $I18N = {
lastUpdated => 1149217459,
},
- 'printable body' => {
- message => q|
-^r(link text);
-^r("",custom style name);
-^r("",custom style id,custom template URL);
-Creates a link to alter the style from a page to make it printable.
-
-
-The macro takes up to three arguments. The first argument allows you to replace the default internationalized link text like this ^r("Print Me!");. If this argument is the string "linkonly", then only the URL to make the page printable will be returned and nothing more. If you wish to use the internationalized label but need to use multiple arguments to change the printable style or template, then use the empty string.
-
-
-Normally, the default style to make the page printable is the "Make Page Printable" style. The second argument specifies that a different style than the default be used to make the page printable: ^r("Print!","MyStyleTemplate0000007");. The style has to be specified by the ID, not the name or url of the style.
-
-
-The third argument allows a different template be used to generate the HTML code for presenting the link and text, by specifying the URL of the template. The following variables are available in the template:
-
-NOTES:
-
-- The .makePrintableLink style sheet class is tied to the default template for this macro.
-- This Macro may only be nested inside other Macros if the "linkonly" option is used.
-
-
-
-|,
- lastUpdated => 1168623000,
- },
-
'53' => {
message => q|Make Page Printable|,
lastUpdated => 1031514049
diff --git a/lib/WebGUI/i18n/English/Macro_u_companyUrl.pm b/lib/WebGUI/i18n/English/Macro_u_companyUrl.pm
deleted file mode 100644
index 8f05bc199..000000000
--- a/lib/WebGUI/i18n/English/Macro_u_companyUrl.pm
+++ /dev/null
@@ -1,28 +0,0 @@
-package WebGUI::i18n::English::Macro_u_companyUrl;
-
-our $I18N = {
-
- 'macroName' => {
- message => q|Company Url|,
- lastUpdated => 1128919135,
- },
-
- 'company url title' => {
- message => q|Company Url Macro|,
- lastUpdated => 1112466408,
- },
-
- 'company url body' => {
- message => q|
-
-^u; - Company URL
-The URL for your company specified in the settings by your Administrator.
-
-This Macro may be nested inside other Macros.
-
-|,
- lastUpdated => 1168623198,
- },
-};
-
-1;