diff --git a/docs/upgrades/upgrade_5.0.2-5.0.3.sql b/docs/upgrades/upgrade_5.0.2-5.0.3.sql index 3e8588740..7c413ffc6 100644 --- a/docs/upgrades/upgrade_5.0.2-5.0.3.sql +++ b/docs/upgrades/upgrade_5.0.2-5.0.3.sql @@ -11,4 +11,8 @@ delete from international where languageId=1 and namespace='WebGUI' and internat insert into international (internationalId,languageId,namespace,message,lastUpdated) values (624,1,'WebGUI','WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n

\r\n\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with a semicolon (;). Some macros can be extended/configured by taking the format of ^x("config text");. \r\n

\r\n\r\nNOTE: The following macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager: \r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\n

\r\n', 1043289717); delete from international where languageId=1 and namespace='WebGUI' and internationalId=832; insert into international (internationalId,languageId,namespace,message,lastUpdated) values (832,1,'WebGUI','The collateral management system has several macros for its specific purpose.\r\n

\r\n\r\n^File();
\r\nThis macro builds a quick file link. It creates an icon for the file and outputs the files name. Then it links them both to the file for downloading.\r\n

\r\n\r\n^I();
\r\nThis macro retrieves an image from the collateral management system along with an HTML image tag so that you can quickly display an image from the repository in your content.\r\n

\r\nExample: ^I("logo");\r\n

\r\n\r\n^i();
\r\nThis macro retrieves the URL for any file in the collateral management system.\r\n

\r\nExample: ^i("status report");\r\n

\r\n\r\n^Snippet();
\r\nThis macro retrieves the contents of a snippet in the collateral management system and inserts it into the page.\r\n

\r\nExample: ^Snippet("flash code");\r\n

\r\n\r\n^Thumbnail();
\r\nThis macro retrieves the URL for the thumbnail of any image in the collateral management system.\r\n

\r\nExample: ^Thumbnail("logo");\r\n

\r\n\r\n^ThumbnailLinker();
\r\nThis macro builds a quick image viewer using nothing more than the collateral management system. It creates a thumbnail image with the name of the image under it and then links them both to the full sized image.\r\n

\r\nExample: ^ThumbnailLinker("logo");\r\n

\r\n\r\n', 1043289595); +delete from language where languageId=4; +insert into language (languageId,language,characterSet,toolbar) values (4, 'Espaņol (Spanish)', 'ISO-8859-1', 'spanish'); + + diff --git a/www/extras/toolbar/spanish/become.gif b/www/extras/toolbar/spanish/become.gif new file mode 100644 index 000000000..c3a8d56f3 Binary files /dev/null and b/www/extras/toolbar/spanish/become.gif differ diff --git a/www/extras/toolbar/spanish/copy.gif b/www/extras/toolbar/spanish/copy.gif new file mode 100644 index 000000000..8c15daa56 Binary files /dev/null and b/www/extras/toolbar/spanish/copy.gif differ diff --git a/www/extras/toolbar/spanish/cut.gif b/www/extras/toolbar/spanish/cut.gif new file mode 100644 index 000000000..dc5813681 Binary files /dev/null and b/www/extras/toolbar/spanish/cut.gif differ diff --git a/www/extras/toolbar/spanish/delete.gif b/www/extras/toolbar/spanish/delete.gif new file mode 100644 index 000000000..d94f9f872 Binary files /dev/null and b/www/extras/toolbar/spanish/delete.gif differ diff --git a/www/extras/toolbar/spanish/edit.gif b/www/extras/toolbar/spanish/edit.gif new file mode 100644 index 000000000..ecc40d763 Binary files /dev/null and b/www/extras/toolbar/spanish/edit.gif differ diff --git a/www/extras/toolbar/spanish/help.gif b/www/extras/toolbar/spanish/help.gif new file mode 100644 index 000000000..9b5d1806a Binary files /dev/null and b/www/extras/toolbar/spanish/help.gif differ diff --git a/www/extras/toolbar/spanish/moveBottom.gif b/www/extras/toolbar/spanish/moveBottom.gif new file mode 100644 index 000000000..55d07ee9c Binary files /dev/null and b/www/extras/toolbar/spanish/moveBottom.gif differ diff --git a/www/extras/toolbar/spanish/moveDown.gif b/www/extras/toolbar/spanish/moveDown.gif new file mode 100644 index 000000000..93b457b02 Binary files /dev/null and b/www/extras/toolbar/spanish/moveDown.gif differ diff --git a/www/extras/toolbar/spanish/moveTop.gif b/www/extras/toolbar/spanish/moveTop.gif new file mode 100644 index 000000000..28b41929d Binary files /dev/null and b/www/extras/toolbar/spanish/moveTop.gif differ diff --git a/www/extras/toolbar/spanish/moveUp.gif b/www/extras/toolbar/spanish/moveUp.gif new file mode 100644 index 000000000..745eaf120 Binary files /dev/null and b/www/extras/toolbar/spanish/moveUp.gif differ diff --git a/www/extras/toolbar/spanish/page.gif b/www/extras/toolbar/spanish/page.gif new file mode 100644 index 000000000..fa912fc5d Binary files /dev/null and b/www/extras/toolbar/spanish/page.gif differ diff --git a/www/extras/toolbar/spanish/view.gif b/www/extras/toolbar/spanish/view.gif new file mode 100644 index 000000000..9038b5003 Binary files /dev/null and b/www/extras/toolbar/spanish/view.gif differ diff --git a/www/extras/toolbar/spanish/wobject.gif b/www/extras/toolbar/spanish/wobject.gif new file mode 100644 index 000000000..df14bf290 Binary files /dev/null and b/www/extras/toolbar/spanish/wobject.gif differ