Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Tue, May 20, 3:44 AM

in-portal

This file is larger than 256 KB, so syntax highlighting was skipped.
This document is not UTF8. It was detected as ISO-8859-1 (Latin 1) and converted to UTF8 for display.
Index: branches/RC/kernel/module_help/categories_properties.txt
===================================================================
--- branches/RC/kernel/module_help/categories_properties.txt (revision 11201)
+++ branches/RC/kernel/module_help/categories_properties.txt (nonexistent)
@@ -1,14 +0,0 @@
-This tab controls module-specific category properties. The contents of the tab depends on the modules installed.<br/>
-In-newz module adds the following properties:
-RSS Feed Properties:
-<ul>
-<li>Source URL – this fields controls the RSS source URL used for populating current category with articles. The field also accepts multiple RSS source URLs separated by commas.
-<li>Update Interval – the time interval used for parsing the RSS source and populating the category with articles.
-</ul>
-RSS Feed Articles Expiration
-<ul>
-<li>Default Expiration – the default expiration time of articles imported through RSS into the category.
-<li>Expiration Check Interval – the time interval controlling the frequency of checking the expired articles for the purpose of deleting it (see Delete Expired checkbox below)
-<li>Delete Expired – the checkbox controls whether expired articles should be completely deleted from the system, or simply marked as archived (expired).
-</ul>
-As of the current version, In-link, In-commerce and In-bulletin modules do not have any category-level properties.
Property changes on: branches/RC/kernel/module_help/categories_properties.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/languages_edit_general.txt
===================================================================
--- branches/RC/kernel/module_help/languages_edit_general.txt (revision 11201)
+++ branches/RC/kernel/module_help/languages_edit_general.txt (nonexistent)
@@ -1,14 +0,0 @@
-The general tab contains the cultural settings of the pack.
-<ul>
- <li> Language Id - this field is a read-only, unique and internal system regional package ID. It is also displayed in the URL as a part of the query string. </li>
- <li> Pack Name - this field contains the English name of a regional package, or any label the administrator wants to use for the pack. </li>
- <li> Local Name - this field contains the name of the regional package in the native language of the pack. For example, for a German regional pack, this field would be set to 'Deutsch.' </li>
- <li> Icon URL - this field contains the URL of the image, which will be used to display the regional pack designator icon (usually a country flag, associated with the pack's language). This may be a remote URL, or a local URL, in which case it should be relative to the 'in-portal/themes/[current theme]' directory. The icon is necessary for the language selector in the default theme on the front end. </li>
- <li> Date Format - this field contains the date format of the regional pack. The information should be entered using standard programming codes for various formats of days, months and years. For more information about the date codes, please refer to PHP's web site: <a href="http://us2.php.net/manual/en/function.date.php">http://us2.php.net/manual/en/function.date.php </a>. The example to the right of the field shows the resulting format of the current date. This example will update after you save the changes. </li>
- <li> Time Format - this field contains the time format of the regional pack. The information should be entered using standard programming codes for various formats of seconds, minutes and hours. For more information about the time codes, please refer to PHP's web site: <a href="http://us2.php.net/manual/en/function.date.php">http://us2.php.net/manual/en/function.date.php </a>. The example to the right of the field shows the resulting format of the current time. This example will update after you save the changes. </li>
- <li> Decimal Point - this field contains the character that will be used for separating the decimal part from the whole number. For example, in the U.S. it is a period: '10.00' and in Europe , as well as other locals, it is a comma: '10,00'. </li>
- <li> Thousands Separator - this field contains the character that will be used for separating the thousands in numbers. </li>
- <li> Enabled - this field is the regional pack status flag. </li>
- <li> Primary - this flag indicates whether the pack is primary or not. If you check it while editing a non-primary pack, the pack that used to be primary will no longer be - only one primary pack can exist in a system. </li>
- <li> Copy Labels to this Language - this is not an actual attribute of the regional pack, like the other fields on this form. It is a function that will copy all language phrases from another pack, designated in the drop down, into the current pack. It is useful for creation of new regional packs. </li>
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/languages_edit_general.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/categories_permissions.txt
===================================================================
--- branches/RC/kernel/module_help/categories_permissions.txt (revision 11201)
+++ branches/RC/kernel/module_help/categories_permissions.txt (nonexistent)
@@ -1,20 +0,0 @@
-This tab allows you to control the permissions of the current category. The first list displays all groups in the system. Below the groups list there are tabs for each of installed modules, including In-portal platform. Each tabs lists corresponding module permissions. The tab consists of a table with the following fields:<br/>
-<ul>
- <li>Description &ndash; permission description and name</li>
- <li>Inherited &ndash; the checkbox specifies that a particular permission is inherited from the parent, and therefore cannot be defined for this category</li>
- <li>Inherited from &ndash; shows the category name and full path that defines the permission for the current category. It may be an immediate parent, or any other grandparent category in the tree &ndash; all the way up to the &lsquo;Home&rsquo; category.</li>
- <li>Access - check box shows whether a permission is set or unset in the current category.&nbsp;</li>
- <li>Effective &ndash; green or red circle. These circles indicate the active permission state for the category &ndash; red means unset, and the green &ndash; set. This is especially useful in for the inherited permissions &ndash; you do not have to look up the parent category to find out what the value of a particular permission is. <br/>
- </li>
-</ul>
-The list of In-portal platform permissions is as follows:<br/>
-<ul>
- <li>View Category &ndash; controls whether a user can view the subcategories in this category.</li>
- <li>Add Category &ndash; controls whether a user can add categories inside this category.</li>
- <li>Delete Category &ndash; controls whether a user can delete categories inside this category.</li>
- <li>Add Pending Category &ndash; controls whether a user can add categories inside this category, but in pending mode &ndash; awaiting administrator&rsquo;s approval before they become active.</li>
- <li>Modify Category &ndash; controls whether a user can modify categories inside this category.</li>
- <li>Allow favorites &ndash; controls whether a user can utilize the Favorites function on the items in this category. The favorites feature works like a bookmark &ndash; it allows users to mark the items they find useful, and they will be displayed in &lsquo;My Favorites&rsquo; section in their account on the front end.<br/>
- </li>
-</ul>
-<br/>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/categories_permissions.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/styles_list.txt
===================================================================
--- branches/RC/kernel/module_help/styles_list.txt (revision 11201)
+++ branches/RC/kernel/module_help/styles_list.txt (nonexistent)
@@ -1,14 +0,0 @@
-<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE"/>
-<title></title>
-<meta content="OpenOffice.org 1.1.4 (Linux)" name="GENERATOR"/>
-<meta content="Pavel Kharitonov" name="AUTHOR"/>
-<meta content="20050804;18210000" name="CREATED"/>
-<meta content="20050816;12012000" name="CHANGED"/><style type="text/css"><!--
-@page { size: 8.27in 11.69in; margin: 0.79in }
-P { margin-bottom: 0.08in }
--->
-</style>
-<p style="margin-bottom: 0in;"><span style="font-weight: bold;">Stylesheets<br/>
-<br/>
-</span>The &ldquo;Stylesheets&rdquo; section of the Console lists all available style sheets. Here you can add, modify and delete the style sheets, as well as enable, disable and clone them. Remember, that to take effect, a style sheet must be enabled and attached to a theme.</p>
-<p style="margin-bottom: 0in;">When editing base and block styles, please don&rsquo;t forget that the changes do not take effect until the entire style sheet is saved.</p>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/styles_list.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/tree_reports.txt
===================================================================
--- branches/RC/kernel/module_help/tree_reports.txt (revision 11201)
+++ branches/RC/kernel/module_help/tree_reports.txt (nonexistent)
@@ -1,6 +0,0 @@
-<P>This section provides the statistical information
-about your In-portal platform and all installed modules. All of the
-values are automatically updated as you enter the section. If you
-want to see the most current value of any statistics, please use the
-‘Refresh’ button (icon with two revolving green arrows).
-</P>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/tree_reports.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/images_edit.txt
===================================================================
--- branches/RC/kernel/module_help/images_edit.txt (revision 11201)
+++ branches/RC/kernel/module_help/images_edit.txt (nonexistent)
@@ -1,14 +0,0 @@
-<ul>
- <li>Image ID &ndash; a read-only field, the internal system ID of the image, guaranteed to be unique throughout the system. It is blank when a new image is created.</li>
- <li>Name &ndash; this field contains the image name, used in In-tags to designate the image.</li>
- <li>Alt Value &ndash; this field contains the text value, which will be displayed in the &lsquo;alt&rsquo; tag of the image on the front end, inside the page HTML code, and when a mouse pointer is hovered over the image (in Internet Explorer).</li>
- <li>Status &ndash; this field contains the status of the image, enabled or disabled.</li>
- <li>Primary &ndash; this flag designates the primary image. There can be only one primary image per list (for one category). When you check this box on an image, the previous primary image is unset (if there is more than one image in the list).</li>
- <li>Priority &ndash; this field contains the numerical priority of the image.</li>
- <li>Thumbnail location (upload from PC) &ndash; Using this control, you can upload an image from the workstation you are at to the In-portal server. The image will be stored in the &lsquo;in-portal/kernel/images&rsquo; directory.</li>
- <li>Thumbnail location (remote URL) &ndash; Here you can enter a remote URL address of an image. It will be linked from the remote server.</li>
- <li>Same As Thumbnail &ndash; This check box sets the full-size image to be the same as the thumbnail image. When this option is checked, you cannot upload a full-size image.</li>
- <li>Thumbnail location (upload from PC) - Using this control, you can upload an image from the workstation you are at to the In-portal server. The image will be stored in the &lsquo;in-portal/kernel/images&rsquo; directory.</li>
- <li>Thumbnail location (remote URL) - Here you can enter a remote URL address of an image. It will be linked to from the remote server.<br/>
- </li>
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/images_edit.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/tree_site.txt
===================================================================
--- branches/RC/kernel/module_help/tree_site.txt (revision 11201)
+++ branches/RC/kernel/module_help/tree_site.txt (nonexistent)
@@ -1 +0,0 @@
-This section will provide you with a page-by-page walkthrough of the administrative console of the In-portal platform, describing the purpose of each page and the fields on it.
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/tree_site.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/block_styles.txt
===================================================================
--- branches/RC/kernel/module_help/block_styles.txt (revision 11201)
+++ branches/RC/kernel/module_help/block_styles.txt (nonexistent)
@@ -1,3 +0,0 @@
-<span style="font-weight: bold;">Block Styles</span><br/>
-<br/>
-This tab lists all block styles of the style sheet. Block styles describe the look &amp; feel of specific content blocks to be used in a theme. Each block style is based on a base style (see next tab); sometimes it overrides one or more properties of the base style. You can add, modify and delete block styles, as well as clone and reset them to the base styles they are related to.
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/block_styles.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/categories_images.txt
===================================================================
--- branches/RC/kernel/module_help/categories_images.txt (revision 11201)
+++ branches/RC/kernel/module_help/categories_images.txt (nonexistent)
@@ -1,15 +0,0 @@
-
- This tab contains all images associated with the category. To create a new image, click on the ‘New' button (the icon like the Windows GIF icon with a little sun). This will open a new page where you fill out the image details.
-<ul>
- <li> Image ID – a read-only field, the internal system ID of the image, guaranteed to be unique throughout the system. It is blank when a new image is created.
- <li> Name – this field contains the image name, used in In-tags to designate the image.
- <li> Alt Value – this field contains the text value, which will be displayed in the ‘alt' tag of the image on the front end, inside the page HTML code, and when a mouse pointer is hovered over the image (in Internet Explorer).
- <li> Status – this field contains the status of the image, enabled or disabled.
- <li> Primary – this flag designates the primary image. There can be only one primary image per list (for one category). When you check this box on an image, the previous primary image is unset (if there is more than one image in the list).
- <li> Priority – this field contains the numerical priority of the image.
- <li> Thumbnail location (upload from PC) – Using this control, you can upload an image from the workstation you are at to the In-portal server. The image will be stored in the ‘in-portal/kernel/images' directory.
- <li> Thumbnail location (remote URL) – Here you can enter a remote URL address of an image. It will be linked from the remote server.
- <li> Same As Thumbnail – This check box sets the full-size image to be the same as the thumbnail image. When this option is checked, you cannot upload a full-size image.
- <li> Thumbnail location (upload from PC) - Using this control, you can upload an image from the workstation you are at to the In-portal server. The image will be stored in the ‘in-portal/kernel/images' directory.
- <li> Thumbnail location (remote URL) - Here you can enter a remote URL address of an image. It will be linked to from the remote server.
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/categories_images.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/dummy
===================================================================
Index: branches/RC/kernel/module_help/dummy
===================================================================
--- branches/RC/kernel/module_help/dummy (revision 11201)
+++ branches/RC/kernel/module_help/dummy (nonexistent)
Property changes on: branches/RC/kernel/module_help/dummy
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/base_styles.txt
===================================================================
--- branches/RC/kernel/module_help/base_styles.txt (revision 11201)
+++ branches/RC/kernel/module_help/base_styles.txt (nonexistent)
@@ -1,9 +0,0 @@
-<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE"/>
-<title></title>
-<meta content="OpenOffice.org 1.1.4 (Linux)" name="GENERATOR"/>
-<meta content="Pavel Kharitonov" name="AUTHOR"/>
-<meta content="20050804;18210000" name="CREATED"/>
-<meta content="20050816;12012000" name="CHANGED"/><span style="font-weight: bold;">Base Styles</span><br/>
-<br/>
-This tab lists all base styles of the style sheet. The base styles have exactly the same properties as the block styles (see above). They are also managed in the same way, and with the same forms, only there is no option to reset to base style for obvious reasons.<br/>
-The base styles define how the general page elements look, as opposed to specific content block styles.
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/base_styles.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/config_list_general.txt
===================================================================
--- branches/RC/kernel/module_help/config_list_general.txt (revision 11201)
+++ branches/RC/kernel/module_help/config_list_general.txt (nonexistent)
@@ -1,55 +0,0 @@
-<strong>General</strong>
-
-<br/><br/>
-
-This section allows the administrator to update the system settings of the In-portal platform.
-
-<ul>
-
-<li>Web address – this field contains the full directory path where your In-portal system is located. That’s the text that comes after the domain name in the URL where your In-portal system will be running. Example: if the URL is <a href='http://www.in-portal.net/demo/'>http://www.in-portal.net/demo/</a>, then the full path is ‘/demo/’. Please note, that the beginning and the trailing slashes are required. If you are able to log into the administrative console and see this section, this means that this setting is setup correctly and does not need changes.
-
-</li> <li>Website name – this field contains the visual name of your site – it will appear in the browser title bar on the front end, and in your administration panel. You can choose anything you would like here.
-
-</li> <li>Session Management Method – this field specifies the session management mode for your In-portal system. The ‘Query String’ method passes the session ID in all of the links on the site. This is the method, most compatible with the browsers, but it has a drawback – the session ID in the URL cannot be spidered by a search engine crawler. Therefore, if you want your site to be recognized by the search engines such as Google, MSN, etc. you will need to avoid this setting. The ‘Cookies’ setting is the most search-engine friendly setting, but it will work only for browsers enabled with cookies. If a visitor comes to your site without the ability to store cookies, they will not be able to log in, or use any advanced functionality with this setting. The ‘Automatic’ choice attempts to detect cookies and search engine spiders, and switch to the appropriate mode. Ideally, this would be the most convenient setting, however due to the unpublished search engine features, we cannot guarantee its accuracy.
-
-</li> <li>Session Inactivity Timeout (seconds) – this field contains your session expiration time. If a user (on the front-end or in the admin) is not active for longer then this period, they will be automatically logged out. This is an important security feature, and it is not recommended to change the session expiration to more than 3600 seconds (1 hour).
-
-<li>Session Referrer Checking – this option controls if In-portal should check the HTTP referrer information and reject the session if the referrer does not match the current site. Keeping this option On increases the security of the session mechanism, but may prevent some users using Internet Security software (such as Norton) from accessing the parts of your In-portal-driven website that require login. This happens due to the fact that some of these software programs block the referrer information. In most programs, it is possible to disable blocking by adding the site to the “trusted” zone or by disabling the “block referrer” option, however it must be done on the individual computer of every user of the site.
-
-</li> <li>Enable Tag Caching – this setting controls the template caching mechanism utilized by the In-portal system. It is an experimental feature that will cache the HTML of a dynamically generated page and use it for a preset period instead of re-generating it on the fly for every user. The advantage of this function is a tremendous reduction in the server load (especially the database server), and a great improvement of the site load speeds, given the same web server hardware and software. The disadvantage is that some users will see information that may not be completely up to date (it could be delayed for up to an hour). If you have any further questions about this feature, or if you are experiencing unusual results while using this feature, please contact our support through My Account section located at <a href='http://www.intechnic.com/myaccount'>http://www.intechnic.com/myaccount</a>.
-
-</li> <li>Use non-blocking socket mode – this setting is applicable only to the Link Validation tool in the In-link module, for the current version of the In-portal Platform. Different versions of PHP scripting language require different socket settings for the timeout detection to work properly. During the installation, In-portal platform attempts to detect this automatically and set this setting to its appropriate value. In very rare occasions, this setting will need to be modified. For more information, or if you are experiencing a problem with the Link Validation tool, please contact our support through My Account section located at <a href='http://www.intechnic.com/myaccount'>http://www.intechnic.com/myaccount</a>.
-
-</li> <li>SSL Full URL – secure URL of the site, including the full path to the front-end. Normally it would be the same as regular URL, but in some shared hosting environments it may look like ‘https://secure_domain_name/~username/in-portal’. Please test the SSL URL using your browser and make sure your site is accessible by this URL before entering it here.
-
-</li> <li>Require SSL for login & checkout - if checked, the system will redirect all users to the secure URL for login & checkout process (if the In-commerce module is installed).
-
-</li> <li>Redirect to HTTP when SSL is not required - if “Require SSL for login & checkout” is turned on, this setting will force the system to redirect users back to regular (not secure) URL for all pages that do not require SSL. If the setting is off, the users will continue browsing using the SSL URL even when it’s not required. This option is useful for performance tuning on busy websites.
-
-<li>Use mod_rewrite – enabling this option will instruct In-portal to generate URLs in a human-readable, search engine friendly format. This option may be enabled only for websites running on the Apache web server with the mod_rewrite module available and configured to allow directory-specific settings via .htaccess files. Please consult your hosting provider to make sure that your server meets these requirements. Before enabling this option, you should copy the .htaccess file from the /tools directory to the root directory of In-portal installation. Even when this option is enabled, In-portal will still recognize the default URL format and any old links or bookmarks will still work. However, with this option enabled, In-portal will always generate URLs in the new format when navigating the site, even if you started from an old-formatted URL.
-<li>Use mod_rewrite with SSL – this option specifies whether the new URL format should be used when redirecting to an SSL connection (configured by Requre SSL for login & checkout option). Generally, this option should be off when using a shared SSL certificate.
-<li>File not found (404) template – the template name relative to theme base folder, which will be displayed when requested URL is not found on the server.
-<li>Use JavaScript redirection after login/logout (for IIS) - if set to on then JavaScript redirection is used instead of HTTP redirection after login, logout and session expiration. This setting is required when running In-portal on IIS web server, which is not able to set cookies and issue HTTP redirection in one request.
-<li>Use Cron for Running Regular Events – controls if the system should use ‘cron’ (a Linux daemon that executes scheduled commands) to perform regular activities such as checking the expiration dates, processing recurring orders etc. To setup In-portal to use the cron operation, the server should be configured to execute the ‘/tools/cron.php’ script at least every 30 minutes. When this setting is off, the system will determine if there are any pending regular events to be executed on every page load (such as when navigating the site or accessing the administrative console). If such events are found, the system will execute them at that time.</li>
-</li> <li>Time zone of the server – this setting controls the time zone your server is located in. This refers to the system time that your server will report to In-portal scripts. You can find out this information from your server administrator.
-
-</li> <li>Time zone of the site – this setting controls your time zone. This will determine what time zone you will see on all of the date/time stamps issued by the system.
-
-</li> <li>Mail Server Address - You need to fill out this field only if you are planning to use an external mail server for the outgoing mail generated by In-portal. Enter the full domain name of the mail server, without anything in front of if (e.g. “mail.mailserver.com”.) Leave it blank to use the default, built-in mail transport of your web server.
-
-</li> <li>Port (e.g. port 25) – this field contains the SMTP port of your external mail server. You need to fill out this field only if you are planning to use an external mail server for the outgoing mail generated by In-portal.
-
-</li> <li>Server Required Authentication – the field tells In-portal if your SMTP server requires a user name and a password to send mail through it (this is common on the newer mail systems). You need to fill out this field only if you are planning to use an external mail server for the outgoing mail generated by In-portal. In-portal currently supports plain text, cram-md5 and digest-md5 SMTP authentication schemes.
-
-</li> <li>Mail Server Username – this field contains the user name for your SMTP server. You need to fill out this field only if you are planning to use an external mail server for the outgoing mail generated by In-portal.
-
-</li> <li>Mail Server Password – this field contains the password for your SMTP server. You need to fill out this field only if you are planning to use an external mail server for the outgoing mail generated by In-portal.
-
-</li> <li>Send HTML email – this option will enable HTML email to be generated and sent by the In-portal system. You will also have an option to send plain text emails on individual basis, so it is recommended to leave the default setting – ‘On’.
-
-</li> <li>Additional Message Headers – this field contains additional email message headers that will be attached to all outgoing messages generated by In-portal. This is an advanced setting, and you need to know the exact formatting of the email headers to modify it.
-
-</li> <li>Messages from Site Admin are from – this field contains the email address that will appear as the FROM address on all automatically generated email messages. This should be a real email address to enable users to reply, and to receive failed message notifications. This field must be changed from its default value.</li>
-
-</ul>
-
Property changes on: branches/RC/kernel/module_help/config_list_general.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/events_list.txt
===================================================================
--- branches/RC/kernel/module_help/events_list.txt (revision 11201)
+++ branches/RC/kernel/module_help/events_list.txt (nonexistent)
@@ -1 +0,0 @@
-&nbsp;This tab contains the texts for email notifications sent out by the system when specific events occur. It contains all notification texts for the In-portal platform and the installed modules.
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/events_list.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/tree_root.txt
===================================================================
--- branches/RC/kernel/module_help/tree_root.txt (revision 11201)
+++ branches/RC/kernel/module_help/tree_root.txt (nonexistent)
@@ -1 +0,0 @@
-<p>This section will provide you with a page-by-page walkthrough of the Administrative Console of the In-portal platform, describing the purpose of each page and the fields on it.</p>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/tree_root.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/relations_edit.txt
===================================================================
--- branches/RC/kernel/module_help/relations_edit.txt (revision 11201)
+++ branches/RC/kernel/module_help/relations_edit.txt (nonexistent)
@@ -1,8 +0,0 @@
-<ul>
- <li>Relation ID &ndash; this is a read-only field, the internal system ID of the relation, guaranteed to be unique throughout the system. It is blank when a new relation is created.</li>
- <li>Item &ndash; this is a read-only field, displaying the name of the item that you are creating a relation to, and its type. In the current version, links can be related to categories, articles (if In-newz is installed) and topics (if In-bulletin is installed).</li>
- <li>Type &ndash; this field designated the type of the relation. A &lsquo;reciprocal&rsquo; type denotes a two-way relation, and &lsquo;one way&rsquo; &ndash; a one directional relation, from the link to the item.&nbsp;</li>
- <li>Enabled &ndash; this field is the status flag of the relation.</li>
- <li>Priority &ndash; this field is the numerical priority of the relation.<br/>
- </li>
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/relations_edit.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/phrases_list.txt
===================================================================
--- branches/RC/kernel/module_help/phrases_list.txt (revision 11201)
+++ branches/RC/kernel/module_help/phrases_list.txt (nonexistent)
@@ -1,6 +0,0 @@
-<p>This tab displays all language phrases, or labels, of the regional package being edited. A label has the following fields: <br/>
-&bull; Phrase Id - this field is a read-only, unique and internal system language phrase ID. <br/>
-&bull; Label &ndash; this field contains the system name of the language phrase. This name is used in all templates, and in some settings. For visual convenience, all labels to be used on the front-end start with the prefix &lsquo;lu_&rsquo;, and all labels to be used in the administrative console start with the prefix &lsquo;la_&rsquo;. The administrator may use their own conventions for naming the labels, however it is recommended to follow this naming rule to keep the regional pack compatible with the ones produced by Intechnic Corporation. <br/>
-&bull; Value &ndash; this field contains the label value in the local language of the pack. That is where the translation goes. <br/>
-&bull; Phrase Type &ndash; this field designates whether the label is to be used in the front-end, or in the administrative panel, or in both. Unlike the prefix of the label, this field must be set properly, as it drives the caching mechanism. <br/>
-</p>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/phrases_list.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/export_language.txt
===================================================================
--- branches/RC/kernel/module_help/export_language.txt (revision 11201)
+++ branches/RC/kernel/module_help/export_language.txt (nonexistent)
@@ -1 +0,0 @@
-'Export' button (globe icon with a green arrow pointing out) allows the administrator to export a pack into a file. The file is first saved on the web server, and then it can be downloaded onto the workstation. The first field to enter is the file name. The full path is shown to the left of the file name input field. Please ensure that this directory is writable to the web server, otherwise the export will fail. Once the export is done, it will provide you with a link to download the file, or an error message, if the export failed.
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/export_language.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/import_language.txt
===================================================================
--- branches/RC/kernel/module_help/import_language.txt (revision 11201)
+++ branches/RC/kernel/module_help/import_language.txt (nonexistent)
@@ -1 +0,0 @@
-'Import a regional pack' button (globe icon with a yellow arrow pointing down) allows the administrator to install a new pack, or update an existing one. Each pack can be downloaded and stored as a file. The format of the file is XML, and the name of the language pertaining to the pack is built into the file. Therefore, it is not necessary to select a pack when performing an import &#65533; its name will be automatically determined from the pack file. When importing a pack file, the administrator will need to upload it from the local computer by using the Browse button. Then the administrator should choose what types of phrases should be imported &#65533; &#65533;Front-end', &#65533;Administrator', or &#65533;Both'. In this case, &#65533;Both' does not mean &#65533;Front-end' and &#65533;Administrator', but it means the phrases of the type &#65533;Both' (which are used on the front-end and in the administrative console). The option &#65533;Overwrite Existing Phrases' will cause a replacement of all current phrases which are also found in the pack file being imported. It will not delete the language phrases, which are not found in the file. It is recommended to uncheck this option, to preserve any customized language values you may have. At the end of the import, a page with the result will be displayed. If a language import fails, this is usually due to the fact that there are not sufficient directory privileges on the &#65533;in-portal' directory, and the platform cannot upload the file for temporary use.
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/import_language.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/phrase_edit.txt
===================================================================
--- branches/RC/kernel/module_help/phrase_edit.txt (revision 11201)
+++ branches/RC/kernel/module_help/phrase_edit.txt (nonexistent)
@@ -1,7 +0,0 @@
-A label has the following fields:
-<ul>
- <li> Phrase Id - this field is a read-only, unique and internal system language phrase ID. </li>
- <li> Label - this field contains the system name of the language phrase. This name is used in all templates, and in some settings. For visual convenience, all labels to be used on the front-end start with the prefix 'lu_', and all labels to be used in the administrative console start with the prefix 'la_'. The administrator may use their own conventions for naming the labels, however it is recommended to follow this naming rule to keep the regional pack compatible with the ones produced by Intechnic Corporation. </li>
- <li> Value - this field contains the label value in the local language of the pack. That is where the translation goes. </li>
- <li> Phrase Type - this field designates whether the label is to be used in the front-end, or in the administrative panel, or in both. Unlike the prefix of the label, this field must be set properly, as it drives the caching mechanism. There are two ways to edit multiple labels at once. The first way is to edit one label, and then to use the blue Previous and Next buttons to go back and forth between the labels. The same order as in the list will be used in this case. The second way is to select multiple labels at once, and click the edit button. As with any other second-level list, it is very important to remember, that your changes are not actually saved, until the regional package is saved. If you make changes to the labels, and then move to a different section without hitting Save on the regional package level, your changes will be lost. </li>
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/phrase_edit.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/stylesheets_edit.txt
===================================================================
--- branches/RC/kernel/module_help/stylesheets_edit.txt (revision 11201)
+++ branches/RC/kernel/module_help/stylesheets_edit.txt (nonexistent)
@@ -1,10 +0,0 @@
-<span style="font-weight: bold;">General</span><br/>
-<br/>
-The style sheet edit form contains the following fields:<br/>
-<ul>
- <li>Stylesheet ID &ndash; internal, read-only system ID of the style sheet.</li>
- <li>Name &ndash; administrator-assigned friendly name of the style sheet. It is used to attach it to a theme, and it is not displayed anywhere on the front end.</li>
- <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
- <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
- <li>Enabled &ndash; this checkbox controls whether the style sheet is enabled or disabled.</li>
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/stylesheets_edit.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/languages_list.txt
===================================================================
--- branches/RC/kernel/module_help/languages_list.txt (revision 11201)
+++ branches/RC/kernel/module_help/languages_list.txt (nonexistent)
@@ -1 +0,0 @@
-<p>This section allows the administrator to manage the regional packages (packs for short) of the In-portal platform. For more information about the packs, please read the section Concepts &amp; Customization -&gt; In-Portal Concepts -&gt; Languages &amp; Regional Settings of product manual. </p>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/languages_list.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/block_style_edit.txt
===================================================================
--- branches/RC/kernel/module_help/block_style_edit.txt (revision 11201)
+++ branches/RC/kernel/module_help/block_style_edit.txt (nonexistent)
@@ -1,10 +0,0 @@
-Each block style has the following properties:<br/>
-<ul>
- <li>Selector ID &ndash; internal, read-only ID of the selector.</li>
- <li>Selector Name &ndash; the CSS name of the selector. All custom selectors usually start with a &ldquo;.&rdquo;, and HTML-specific selectors start with the element name, such as BODY, TABLE, TD, P, etc. The selector name is used in the &ldquo;class&rdquo; attributes of the HTML elements inside theme templates. Selectors that describe entire groups of elements (BODY, for example, describes the page body) are applied automatically.</li>
- <li>Based On &ndash; the name of the base style, related to this block style.</li>
- <li>Name &ndash; the name of the block style, used for internal reference by the administrator.</li>
- <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
- <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
- <li>Style &ndash; this is the actual definition of the style for this selector. Clicking on the Editor icon next to the field label will bring up a pop-up window, which contains all of the style&rsquo;s properties, which can be modified here. Once you are done with your changes and hit Save to close the window, you can see the actual CSS definition, and preview how the base style looks to the right.</li>
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/block_style_edit.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/tree_system.txt
===================================================================
--- branches/RC/kernel/module_help/tree_system.txt (revision 11201)
+++ branches/RC/kernel/module_help/tree_system.txt (nonexistent)
@@ -1,2 +0,0 @@
-<P>This section allows the administrator to update
-the system settings of the In-portal platform.</P>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/tree_system.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/email_messages_edit.txt
===================================================================
--- branches/RC/kernel/module_help/email_messages_edit.txt (revision 11201)
+++ branches/RC/kernel/module_help/email_messages_edit.txt (nonexistent)
@@ -1,8 +0,0 @@
-An email notification has the following fields:
-<ul>
- <li> Subject - this field contains the subject of the email notification. </li>
- <li> Send Email As - This flag designates the email to be either in Plain Text or in the HTML format. Some older email clients cannot display the HTML emails, although they can be formatted a lot better. </li>
- <li> Extra Mail Headers &#65533; this field contains additional email headers that you may want to add to the outgoing email notification. The mail headers need to be entered in exact accordance with the email regulations. </li>
- <li> Message -this field contains the body of the message. It is possible, and in many cases recommended, to use In-tags in side the email subject and body. The In-tags will allow you to create customized emails. For example, to create an email notification that will address the user by their first and last names, you would use the following In-tags: 'Dear &lt;inp:touser _Field=&quot;FirstName&quot; /&gt; &lt;inp:touser _Field=&quot;LastName&quot; /&gt; '. </li>
-</ul>
-The other columns in the list display the information about the event itself, which cannot be changed from the Regional settings section. To change the event properties, please go to the appropriate Events section, for example, Structure &amp; Data -&gt; Email Setting for In-portal platform category events.
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/email_messages_edit.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/base_style_edit.txt
===================================================================
--- branches/RC/kernel/module_help/base_style_edit.txt (revision 11201)
+++ branches/RC/kernel/module_help/base_style_edit.txt (nonexistent)
@@ -1,10 +0,0 @@
-Each block style has the following properties:<br/>
-<ul>
- <li>Selector ID &ndash; internal, read-only ID of the selector.</li>
- <li>Selector Name &ndash; the CSS name of the selector. All custom selectors usually start with a &ldquo;.&rdquo;, and HTML-specific selectors start with the element name, such as BODY, TABLE, TD, P, etc. The selector name is used in the &ldquo;class&rdquo; attributes of the HTML elements inside theme templates. Selectors that describe entire groups of elements (BODY, for example, describes the page body) are applied automatically.</li>
- <li>Based On &ndash; the name of the base style, related to this block style.</li>
- <li>Name &ndash; the name of the block style, used for internal reference by the administrator.</li>
- <li>Description &ndash; this is a field for administrator&rsquo;s notes about the style sheet.</li>
- <li>Advanced CSS &ndash; this field contains advanced CSS instructions, per CSS 2.1 specifications. It is optional.</li>
- <li>Style &ndash; this is the actual definition of the style for this selector. Clicking on the Editor icon next to the field label will bring up a pop-up window, which contains all of the style&rsquo;s properties, which can be modified here. Once you are done with your changes and hit Save to close the window, you can see the actual CSS definition, and preview how the base style looks to the right.</li>
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/base_style_edit.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/categories_edit.txt
===================================================================
--- branches/RC/kernel/module_help/categories_edit.txt (revision 11201)
+++ branches/RC/kernel/module_help/categories_edit.txt (nonexistent)
@@ -1,17 +0,0 @@
-<ul>
-<li> Category ID - this is a read-only field that displays the internal system ID. It is of a small importance, other than the fact that it's a truly unique identifier of a category – there can never be two categories with the same ID.
-<li> Name - this is the category name
-<li> Description - this is the category description
-<li> Automatic Directory Name – specifies whether the Directory Name used for mod_rewrite should be generated automatically from the category name, or entered manually. If checked, the Directory Name will be generated from the category name, replacing all special characters ( !@#$%^&*()+|\=-~`{}][:”’;,./?>< ) by the underscore character (“_”), and all multiple underscores with a single underscore. If the resulting name ends with an underscore followed by number, an additional letter will be appended, since the names ending with a number are reserved for system use. The resulting name will also be checked for uniqueness, and if it’s not unique, additional letters will be appended to the end of the name
-<li>Directory Name – the directory name used for the URL generation when using mod_rewrite. The field is disabled if Automatic Directory Name is On. If Automatic Directory Name is Off, the administrator may enter the directory name manually, however it will still be checked for uniqueness, special characters and whether it ends with a number. In such cases the Directory Name will be automatically corrected before saving.
-<li>Category Temple – the template file name used for displaying category index (item listing). If not explicitly set, the template filename will be inherited from the parent category, or taken from the URL if present. When used in conjunction with mod_rewrite, the template name will be eliminated from the URLs pointing to the category index, deduced by matching the category name from the URLs. The Category Template may be set to different values for different categories providing the ability to adjust the design of different categories.
-<li>Item Template – the template file name used for displaying items (such as links, products, articles etc) inside the given category. Works exactly the same way as the Category Template, except it’s used for URLs pointing to an item.
-
-<li> ‘Editor' – this icon that looks like a notepad and a pen, will pop up the online HTML editor for the category description. It will only work if the Enable HTML check box is checked.
-<li> Status – this is the category status
-<li> New – this is the control for the ‘New' flag. The ‘auto' setting will let the system set the ‘new' flag automatically, based on the number of days since its creation and a setting; ‘always' will enable the flag, and ‘never' will disable it.
-<li> Editor's Pick – this sets the Editor's pick flag
-<li> Created on – this is the creation date. It can be either entered directly into the field, or you can use the calendar tool to select a date. The ‘Calendar' button is an icon to the right of the field that looks like a date book page. To the right of the ‘Calendar' button there is a hint that shows the current date format. This format may change, if a different Regional package is activated.
-<li> META keywords – this field contains the META keywords that will be displayed on the front end of the In-portal site, in the special HTML “meta” tags. These particular keywords will be displayed when the current category is entered.
-META description – similar to the META keywords, but for the META description HTML tag. Both are useful for search engine recognition of the page, as well as alternative descriptions of the category that will not be visible to a human visitor.
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/categories_edit.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/categories_relations.txt
===================================================================
--- branches/RC/kernel/module_help/categories_relations.txt (revision 11201)
+++ branches/RC/kernel/module_help/categories_relations.txt (nonexistent)
@@ -1,8 +0,0 @@
-This page contains a list of all relations of this category. To create a new relation, click the ‘New' button (two opposite green arrows with a sun). This will pop up a category picker, where you can choose one category.
-<ul>
- <li> Relation ID – a read-only field, the internal system ID of the relation, guaranteed to be unique throughout the system. It is blank when a new relation is created.
- <li> Item – a read only field, the destination item type ‘category'. Categories can only be related to categories.
- <li> Type – ‘reciprocal' designates a two-way relation, and ‘one way' – a one-way relation.
- <li> Enabled – the status flag of the relation.
- <li> Priority – the numerical priority of the relation.
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/categories_relations.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/tree_users.txt
===================================================================
--- branches/RC/kernel/module_help/tree_users.txt (revision 11201)
+++ branches/RC/kernel/module_help/tree_users.txt (nonexistent)
@@ -1,4 +0,0 @@
-<P>This section lists all In-portal users. It allows
-managing users, setting primary group for a user, approving and
-disabling users, banning users and sending out mass emails to the
-users.</P>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/tree_users.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/visits_list.txt
===================================================================
--- branches/RC/kernel/module_help/visits_list.txt (revision 11201)
+++ branches/RC/kernel/module_help/visits_list.txt (nonexistent)
@@ -1,24 +0,0 @@
-<span style="font-weight: bold;">Visits (In-portal Platform)<br/>
-<br/>
-</span>This section displays the log of all visits to your website. The visit is recorded when a user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user&rsquo;s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
-The grid on this page displays the following columns:<br/>
-<ul>
- <li>Visit Date &ndash; Date and Time of the visit&rsquo;s start</li>
- <li>IP Address &ndash; the IP address of the visitor, as identified by the web server</li>
- <li>Referrer &ndash; the URL the visitor came from, as reported by visitor&rsquo;s browser </li>
- <li>Username &ndash; the username of the visitor if he or she logs in during the visit</li>
-</ul>
-<br/>
-<span style="font-weight: bold;">Visits (with In-commerce installed)<br/>
-<br/>
-</span>This section displays the log of all visits to your website. The visit is recorded when user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user&rsquo;s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
-The grid on this page displays the following columns:<br/>
-<ul>
- <li>Visit Date &ndash; Date and Time of the visit&rsquo;s start</li>
- <li>IP Address &ndash; the IP address of the visitor, as identified by the web server</li>
- <li>Referrer &ndash; the URL the visitor came from, as reported by visitor&rsquo;s browser </li>
- <li>Username &ndash; the username of the visitor if he or she logs in during the visit</li>
- <li>Affiliate User &ndash; the username of affiliate who has referred the visitor</li>
- <li>Order Total &ndash; the total amount of the orders made during this visit</li>
- <li>Affiliate Commission &ndash; amount of affiliate commission received for the orders made during the visit</li>
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/visits_list.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/export_language_results.txt
===================================================================
--- branches/RC/kernel/module_help/export_language_results.txt (revision 11201)
+++ branches/RC/kernel/module_help/export_language_results.txt (nonexistent)
@@ -1 +0,0 @@
-&nbsp;'Export' button (globe icon with a green arrow pointing out) allows the administrator to export a pack into a file. The file is first saved on the web server, and then it can be downloaded onto the workstation. The first field to enter is the file name. The full path is shown to the left of the file name input field. Please ensure that this directory is writable to the web server, otherwise the export will fail. Once the export is done, it will provide you with a link to download the file, or an error message, if the export failed.
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/export_language_results.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/config_list_categories.txt
===================================================================
--- branches/RC/kernel/module_help/config_list_categories.txt (revision 11201)
+++ branches/RC/kernel/module_help/config_list_categories.txt (nonexistent)
@@ -1,12 +0,0 @@
-This section allows the administrator to define the default values for various In-portal platform settings.
-<ul>
- <li> Order categories by – this setting specifies the default primary sort order for category listings. It applies both on the front end, and in the administrative console – in the catalog. The first dropdown allows to select the field (an attribute of the category element), and the second dropdown – the direction.
- <li> And then by – this setting specifies the default secondary sort order. It is set in the same way as the primary, and used when the primary order values are ambiguous. For example, when the primary sort value is ‘Category Name', the secondary order will be used to sort among categories with the same name.
- <li> Number of categories per page – specifies the default number of categories shown per page. This value applies both to the front end and to the administrative console. In the latter, this value can be changed for each session through the View menu.
- <li> Categories Per Page (Shortlist) – this setting is similar to the ‘ Number of categories per page', but it applies to the front end, short category lists only. It can be overridden by setting the tag attributes in the appropriate templates.
- <li> Number of days for a cat. to be NEW – specifies the number of days, from the date of creation, during which the category will be automatically marked ‘New' by the system. This setting will only apply to the categories with the ‘New' flag set to ‘Automatic'.
- <li> Display editor PICKs above regular categories – this setting will force all categories, marked as ‘Editor's pick' to be displayed above the other categories, regardless of their priority or sort order. Among themselves, ‘Editor's pick' categories will be sorted according to the regular rules.
- <li> Root category name (language variable) – this setting specifies the name of the language variable which contains the name of the root category. By default, the root category name is ‘Home' in English, and the label name is ‘lu_rootcategory_name'. There is rarely a need to change the name of the variable – since the name of the category itself can be simply changed by changing the value of the variable.
- <li> Default META Keywords – this field contains the default META keywords value, which is displayed on the home page, or whenever a category does not have them defined. For more information, see the section describing General Category settings - V.2.1.1.1.1 .
- <li> Default META description - this field contains the default META description value, which is displayed on the home page, or whenever a category does not have them defined. For more information, see the section describing General Category settings - V.2.1.1.1.1 .
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/config_list_categories.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/categories_custom.txt
===================================================================
--- branches/RC/kernel/module_help/categories_custom.txt (revision 11201)
+++ branches/RC/kernel/module_help/categories_custom.txt (nonexistent)
@@ -1,2 +0,0 @@
-The custom tab displays all custom fields defined for categories, and allows the administrator to edit them. The custom fields are set up on the Custom Settings page, described in the section V.2.1.5 of this manual.
- The only information that can be entered for a custom field is the "Value".
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/categories_custom.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/module_help/config_list_users.txt
===================================================================
--- branches/RC/kernel/module_help/config_list_users.txt (revision 11201)
+++ branches/RC/kernel/module_help/config_list_users.txt (nonexistent)
@@ -1,14 +0,0 @@
-This section allows the administrator to define the default values for various community settings.
-<ul>
-<li> Allow new user registration – this flag sets the user registration mode for the system. ‘ Instant' setting will allow the visitors to register and become users automatically. This is useful for the web sites will a large amount of users, whose administrators do not want to control each individual user.
-<li> Minimum user name length – this field sets the minimum user name length acceptable for the front-end registration. This restriction is not in effect when a user is created through the administrative console.
-<li> Minimum password length – this field sets the minimum password length acceptable for the front-end registration. This restriction is not in effect when a user is created through the administrative console.
-<li> Assign registered users to group – this dropdown allows to select the default group, to which all newly registered users are assigned.
-<li> Assign users not logged in to group - this dropdown allows to select the default group, which manages permissions for all guests – site visitors who have not logged in.
-<li> Assign mailing list subscribers to group - this dropdown allows to select the default group, to which all of the users who sign up for a mailing list will be assigned.
-<li> Assign password automatically - this option will let the In-portal platform automatically generate random passwords for new users, and send them to the user in the registration email. This is a good way to verify the existence of a user's email – if they do not receive the email with the password, they will not be able to log in. The users will be able to set their own password later.
-<li> Root Password – this field allows the administrator to change the root user's password. Leave this field blank to keep the existing password. Please remember that root user has the highest-level security access, and that his password cannot be retrieved. Please take extra caution not to forget or disclose this password.
-<li> Verify Root Password – this field is used to verify the root password when it is being changed. If the text in this field does not match with the text in the ‘root password' field, the password will not be changed and an error will occur.
-<li> Number of days to deny multiple votes from the same user - this setting controls how often the same user can vote on the same resource or item. For example, if you set it to 3 days, a user will not be able to vote on the same link for 3 days after their first vote.
-<li> Number of days to deny multiple reviews from the same user - this setting controls how often the same user can create reviews for the same item. For example, if you set it to 3 days, a user will not be able to create a new review for the same link for 3 days after their first one.
-</ul>
\ No newline at end of file
Property changes on: branches/RC/kernel/module_help/config_list_users.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/favorites/favorites_eh.php
===================================================================
--- branches/RC/kernel/units/favorites/favorites_eh.php (revision 11201)
+++ branches/RC/kernel/units/favorites/favorites_eh.php (nonexistent)
@@ -1,91 +0,0 @@
-<?php
-
-class FavoritesEventHandler extends kDBEventHandler {
-
- /**
- * Allows to override standart permission mapping
- *
- */
- function mapPermissions()
- {
- parent::mapPermissions();
- $permissions = Array (
- 'OnFavoriteToggle' => Array('subitem' => true),
- );
- $this->permMapping = array_merge($this->permMapping, $permissions);
- }
-
- /**
- * Adds/removes item from favorites
- *
- * @param kEvent $event
- */
- function OnFavoriteToggle(&$event)
- {
- $parent_prefix = $this->Application->getUnitOption($event->Prefix, 'ParentPrefix');
- $parent_object =& $this->Application->recallObject($parent_prefix);
- /* @var $parent_object kDBItem */
-
- if (!$parent_object->isLoaded() || !$this->Application->CheckPermission('FAVORITES', 0, $parent_object->GetDBField('ParentPath'))) {
- $event->status = erPERM_FAIL;
- return ;
- }
-
- $user_id = $this->Application->RecallVar('user_id');
- $sql = 'SELECT FavoriteId
- FROM '.$this->Application->getUnitOption($event->Prefix, 'TableName').'
- WHERE (PortalUserId = '.$user_id.') AND (ResourceId = '.$parent_object->GetDBField('ResourceId').')';
- $favorite_id = $this->Conn->GetOne($sql);
-
- $object =& $event->getObject(Array('skip_autoload' => true));
- /* @var $object kDBItem */
-
- if ($favorite_id) {
- $object->Delete($favorite_id);
- }
- else {
- $object->Create();
- }
-
- $event->SetRedirectParam('pass', 'm,'.$parent_prefix);
- }
-
- /**
- * Prepares Favorite record fields
- *
- * @param kEvent $event
- */
- function OnBeforeItemCreate(&$event)
- {
- $object =& $event->getObject();
- /* @var $object kDBItem */
-
- $user_id = $this->Application->RecallVar('user_id');
- $object->SetDBField('PortalUserId', $user_id);
-
- $parent_prefix = $this->Application->getUnitOption($event->Prefix, 'ParentPrefix');
- $parent_object =& $this->Application->recallObject($parent_prefix);
- /* @var $parent_object kDBItem */
-
- $object->SetDBField('ResourceId', $parent_object->GetDBField('ResourceId'));
- $object->SetDBField('ItemTypeId', $this->Application->getUnitOption($parent_prefix, 'ItemType'));
- }
-
- /**
- * [HOOK] Deletes favorite record to item, that is beeing deleted
- *
- * @param kEvent $event
- */
- function OnDeleteFavoriteItem(&$event)
- {
- $main_object =& $event->MasterEvent->getObject();
-
- $sql = 'DELETE FROM '.$this->Application->getUnitOption($event->Prefix, 'TableName').'
- WHERE ResourceId = '.$main_object->GetDBField('ResourceId');
- $this->Conn->Query($sql);
- }
-
-}
-
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/favorites/favorites_eh.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/favorites/favorites_config.php
===================================================================
--- branches/RC/kernel/units/favorites/favorites_config.php (revision 11201)
+++ branches/RC/kernel/units/favorites/favorites_config.php (nonexistent)
@@ -1,85 +0,0 @@
-<?php
-
- $config = Array (
- 'Prefix' => 'fav',
- 'ItemClass' => Array('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'),
- 'ListClass' => Array('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'),
- 'EventHandlerClass' => Array('class' => 'FavoritesEventHandler', 'file' => 'favorites_eh.php', 'build_event' => 'OnBuild'),
- 'TagProcessorClass' => Array('class' => 'kDBTagProcessor', 'file' => '', 'build_event' => 'OnBuild'),
-
- 'AutoLoad' => true,
-
- 'Clones' => Array (
- 'l-fav' => Array(
- 'ParentPrefix' => 'l',
- 'ParentTableKey' => 'ResourceId',
- 'ForeignKey' => 'ResourceId',
- ),
-
- 'n-fav' => Array (
- 'ParentPrefix' => 'n',
- 'ParentTableKey' => 'ResourceId',
- 'ForeignKey' => 'ResourceId',
- ),
-
- 'bb-fav' => Array(
- 'ParentPrefix' => 'bb',
- 'ParentTableKey' => 'ResourceId',
- 'ForeignKey' => 'ResourceId',
- ),
-
- 'p-fav' => Array(
- 'ParentPrefix' => 'p',
- 'ParentTableKey' => 'ResourceId',
- 'ForeignKey' => 'ResourceId',
- ),
- ),
-
- 'Hooks' => Array (
- Array(
- 'Mode' => hAFTER,
- 'Conditional' => false,
- 'HookToPrefix' => '#PARENT#',
- 'HookToSpecial' => '-item', // from OnMassDelete event
- 'HookToEvent' => Array('OnAfterItemDelete'),
- 'DoPrefix' => '',
- 'DoSpecial' => '',
- 'DoEvent' => 'OnDeleteFavoriteItem',
- ),
- ),
-
- 'QueryString' => Array (
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- ),
-
- 'IDField' => 'FavoriteId',
- 'TableName' => TABLE_PREFIX.'Favorites',
-
- 'ParentTableKey' => 'PortalUserId',
- 'ForeignKey' => 'PortalUserId',
- 'ParentPrefix' => 'u',
-
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'ListSQLs' => Array ('' => 'SELECT * FROM %s'),
- 'ItemSQLs' => Array ('' => 'SELECT * FROM %s'),
-
- 'ListSortings' => Array (
- '' => Array(
- 'Sorting' => Array('Modified' => 'desc'),
- )
- ),
-
- 'Fields' => Array (
- 'FavoriteId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0,),
- 'PortalUserId' => Array('type' => 'int','not_null' => 1, 'default' => 0),
- 'ResourceId' => Array('type' => 'int','not_null' => 1, 'default' => 0),
- 'ItemTypeId' => Array('type' => 'int','not_null' => 1, 'default' => 0),
- 'Modified' => Array('type' => 'int','not_null' => 1, 'default' => '#NOW#'),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/favorites/favorites_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/images/image_event_handler.php
===================================================================
--- branches/RC/kernel/units/images/image_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/images/image_event_handler.php (nonexistent)
@@ -1,350 +0,0 @@
-<?php
-class ImageEventHandler extends kDBEventHandler {
-
- function mapEvents()
- {
- parent::mapEvents(); // ensure auto-adding of approve/decine and so on events
- $image_events = Array(
- 'OnAfterCopyToTemp'=>'ImageAction',
- 'OnBeforeDeleteFromLive'=>'ImageAction',
- 'OnBeforeCopyToLive'=>'ImageAction',
- 'OnBeforeItemDelete'=>'ImageAction',
- 'OnAfterClone'=>'ImageAction',
- );
-
- $this->eventMethods = array_merge($this->eventMethods, $image_events);
- }
-
- /**
- * Get's special of main item for linking with subitem
- *
- * @param kEvent $event
- * @return string
- */
- function getMainSpecial(&$event)
- {
- if ($event->Special == 'list' && !$this->Application->IsAdmin()) {
- // ListImages aggregated tag uses this special
- return '';
- }
-
- return parent::getMainSpecial($event);
- }
-
- function customProcessing(&$event, $type)
- {
- $object =& $event->GetObject();
- switch ($type)
- {
- case 'before' :
- if ($object->GetDBField('LocalImage'))
- {
- $object->SetDBField('Url', '');
- }
- else
- {
- $object->SetDBField('LocalPath', '');
- }
-
- if ($object->GetDBField('LocalThumb'))
- {
- $object->SetDBField('ThumbUrl', '');
- }
- else
- {
- $object->SetDBField('ThumbPath', '');
- }
-
- if ($object->GetDBField('SameImages'))
- {
- $object->SetDBField('LocalImage', 1);
- $object->SetDBField('LocalPath', '');
- $object->SetDBField('Url', '');
- }
- break;
- case 'after' :
- if ($object->GetDBField('DefaultImg') )
- {
- $sql = 'UPDATE '.$object->TableName.' SET DefaultImg=0 WHERE ResourceId='.
- $object->GetDBField('ResourceId').' AND ImageId<>'.
- $object->GetId();
- $res = $this->Conn->Query($sql);
- }
- break;
- default:
- }
- }
-
- function ImageAction(&$event)
- {
- $id = $event->getEventParam('id');
- $object =& $this->Application->recallObject($event->Prefix.'.-item', $event->Prefix, Array ('skip_autoload' => true));
- if (in_array($event->Name, Array('OnBeforeDeleteFromLive','OnAfterClone')) ) {
- $object->SwitchToLive();
- }
- elseif ($event->Name == 'OnBeforeItemDelete') {
- // keep current table
- }
- else {
- $object->SwitchToTemp();
- }
-
- $object->Load($id);
-
- $fields = Array('LocalPath' => 'LocalImage', 'ThumbPath' => 'LocalThumb');
- foreach ($fields as $a_field => $mode_field) {
- $file = $object->GetField($a_field);
- if (!$file) continue;
- $source_file = FULL_PATH.$file;
-
- switch ($event->Name) {
- // Copy image files to pending dir and update corresponding fields in temp record
- // Checking for existing files and renaming if nessessary - two users may upload same pending files at the same time!
- case 'OnAfterCopyToTemp':
- $new_file = IMAGES_PENDING_PATH . $this->ValidateFileName(FULL_PATH.IMAGES_PENDING_PATH, basename($file));
- $dest_file = FULL_PATH.$new_file;
- copy($source_file, $dest_file);
- $object->Fields[$a_field]['skip_empty'] = false;
- $object->SetDBField($a_field, $new_file);
- break;
-
- // Copy image files to live dir (checking if fileexists and renameing if nessessary)
- // and update corresponding fields in temp record (which gets copied to live automatically)
- case 'OnBeforeCopyToLive':
- if ( $object->GetDBField($mode_field) ) { // if image is local
- // rename file if it exists in live folder
- $new_file = IMAGES_PATH . $this->ValidateFileName(FULL_PATH.IMAGES_PATH, basename($file));
- $dest_file = FULL_PATH.$new_file;
- rename($source_file, $dest_file);
- }
- else { // if image is remote url - remove local file (if any), update local file field with empty value
- if (file_exists($source_file)) @unlink($source_file);
- $new_file = '';
- }
- $object->Fields[$a_field]['skip_empty'] = false;
- $object->SetDBField($a_field, $new_file);
- break;
-
- case 'OnBeforeDeleteFromLive': // Delete image files from live folder before copying over from temp
- case 'OnBeforeItemDelete': // Delete image files when deleteing Image object
- @unlink(FULL_PATH.$file);
- break;
-
- case 'OnAfterClone': // Copy files when cloning objects, renaming it on the fly
- $path_info = pathinfo($file);
- $new_file = $path_info['dirname'].'/'.$this->ValidateFileName(FULL_PATH.$path_info['dirname'], $path_info['basename']);
- $dest_file = FULL_PATH . $new_file;
- copy($source_file, $dest_file);
- $object->Fields[$a_field]['skip_empty'] = false;
- $object->SetDBField($a_field, $new_file);
- break;
- }
- }
- if ( in_array($event->Name, Array('OnAfterClone', 'OnBeforeCopyToLive', 'OnAfterCopyToTemp')) ) {
- $object->Update(null, true);
- }
- }
-
- function ValidateFileName($path, $name)
- {
- $parts = pathinfo($name);
- $ext = '.'.$parts['extension'];
- $filename = mb_substr($parts['basename'], 0, -mb_strlen($ext));
- $new_name = $filename.$ext;
- while ( file_exists($path.'/'.$new_name) )
- {
- if ( preg_match('/('.preg_quote($filename, '/').'_)([0-9]*)('.preg_quote($ext, '/').')/', $new_name, $regs) ) {
- $new_name = $regs[1].($regs[2]+1).$regs[3];
- }
- else {
- $new_name = $filename.'_1'.$ext;
- }
- }
- return $new_name;
- }
-
- /**
- * Enter description here...
- *
- * @param kEvent $event
- */
- function OnSetPrimary(&$event)
- {
- $object =& $event->getObject();
- $object->SetDBField('DefaultImg', 1);
- $object->Update();
- }
-
- /**
- * Enter description here...
- *
- * @param kEvent $event
- */
- function OnBeforeItemUpdate(&$event)
- {
- $object =& $event->getObject();
-// $parent_info = $object->getLinkedInfo();
- $id = $object->GetDBField('ResourceId');
-// $id = $parent_info['ParentId'] ? $parent_info['ParentId'] : $this->Application->GetVar('p_id');
- $sql = 'SELECT ImageId FROM '.$object->TableName.' WHERE ResourceId='.$id.' AND DefaultImg=1';
- if(!$this->Conn->GetOne($sql))
- {
- $object->SetDBField('DefaultImg', 1);
- }
- if($object->GetDBField('DefaultImg') && $object->Validate())
- {
-
- $sql = 'UPDATE '.$object->TableName.'
- SET DefaultImg = 0
- WHERE ResourceId = '.$id.' AND ImageId <> '.$object->GetDBField('ImageId');
- $this->Conn->Query($sql);
- $object->SetDBField('Enabled', 1);
- }
- }
-
- function OnAfterItemCreate(&$event)
- {
- $event->CallSubEvent('OnBeforeItemUpdate');
- $object =& $event->getObject();
- $object->Update();
- }
-
- /**
- * Deletes all selected items.
- * Automatically recurse into sub-items using temp handler, and deletes sub-items
- * by calling its Delete method if sub-item has AutoDelete set to true in its config file
- *
- * @param kEvent $event
- */
- function OnMassDelete(&$event)
- {
- $event->status=erSUCCESS;
-
- $temp =& $this->Application->recallObject($event->getPrefixSpecial().'_TempHandler', 'kTempTablesHandler');
-
- $event->setEventParam('ids', $this->StoreSelectedIDs($event) );
- $this->customProcessing($event, 'before');
- $ids = $event->getEventParam('ids');
-
- $object =& $event->getObject();
- $sql = 'SELECT ImageId FROM '.$object->TableName.' WHERE DefaultImg=1';
- $primary = $this->Conn->GetOne($sql);
- if( $primary && ($key = array_search($primary, $ids)) )
- {
- $sql = 'SELECT ImageId FROM '.$object->TableName.' WHERE DefaultImg=0';
- $res = $this->Conn->Query($sql);
- if($res)
- {
- unset($ids[$key]);
- }
- }
-
- if($ids)
- {
- $temp->DeleteItems($event->Prefix, $event->Special, $ids);
- }
- $this->clearSelectedIDs($event);
- }
-
- /*function OnAfterItemLoad(&$event)
- {
- $object =& $event->getObject();
-
- if ( $object->GetDBField('ThumbPath') || $object->GetDBField('SameImages') )
- {
- // return local image or url
- $path = $object->GetDBField('LocalThumb') ? PROTOCOL.SERVER_NAME.BASE_PATH.$object->GetDBField('ThumbPath') : $object->GetDBField('ThumbUrl');
- if ( $object->GetDBField('LocalThumb') && !file_exists(FULL_PATH.$object->GetDBField('ThumbPath')) ) $path = '';
- }
- else { // if we need full which is not the same as thumb
- $path = $object->GetDBField('LocalImage') ? PROTOCOL.SERVER_NAME.BASE_PATH.$object->GetDBField('LocalPath') : $object->GetDBField('Url');
- if ( $object->GetDBField('LocalImage') && !file_exists(FULL_PATH.$object->GetDBField('LocalPath')) ) $path = '';
- }
-
- $object->SetDBField('ImageUrl', $path);
- }*/
-
- function SetCustomQuery(&$event)
- {
- parent::SetCustomQuery($event);
-
- $types=$event->getEventParam('types');
- $except_types=$event->getEventParam('except');
- $object =& $event->getObject();
- $type_clauses = Array();
-
- if( !$this->Application->IsAdmin() )
- {
- $object->addFilter('active', '%1$s.Enabled = 1');
- }
-
- if($product_id = $event->getEventParam('product_id'))
- {
- $object->removeFilter('parent_filter');
- $sql = 'SELECT ResourceId FROM '.$this->Application->getUnitOption('p', 'TableName').'
- WHERE ProductId = '.$product_id;
- $resource_id = (int) $this->Conn->GetOne($sql);
- $object->addFilter('product_images', '%1$s.ResourceId = '.$resource_id);
- }
-
- $type_clauses['additional']['include'] = '%1$s.DefaultImg != 1';
- $type_clauses['additional']['except'] = '%1$s.DefaultImg = 1';
- $type_clauses['additional']['having_filter'] = false;
-
- /********************************************/
-
- $includes_or_filter =& $this->Application->makeClass('kMultipleFilter');
- $includes_or_filter->setType(FLT_TYPE_OR);
-
- $excepts_and_filter =& $this->Application->makeClass('kMultipleFilter');
- $excepts_and_filter->setType(FLT_TYPE_AND);
-
- $includes_or_filter_h =& $this->Application->makeClass('kMultipleFilter');
- $includes_or_filter_h->setType(FLT_TYPE_OR);
-
- $excepts_and_filter_h =& $this->Application->makeClass('kMultipleFilter');
- $excepts_and_filter_h->setType(FLT_TYPE_AND);
-
- $except_types_array=explode(',', $types);
-
- if ($types){
- $types_array=explode(',', $types);
- for ($i=0; $i<sizeof($types_array); $i++){
- $type=trim($types_array[$i]);
- if (isset($type_clauses[$type])){
- if ($type_clauses[$type]['having_filter']){
- $includes_or_filter_h->removeFilter('filter_'.$type);
- $includes_or_filter_h->addFilter('filter_'.$type, $type_clauses[$type]['include']);
- }else{
- $includes_or_filter->removeFilter('filter_'.$type);
- $includes_or_filter->addFilter('filter_'.$type, $type_clauses[$type]['include']);
- }
- }
- }
- }
-
- if ($except_types){
- $except_types_array=explode(',', $except_types);
- for ($i=0; $i<sizeof($except_types_array); $i++){
- $type=trim($except_types_array[$i]);
- if (isset($type_clauses[$type])){
- if ($type_clauses[$type]['having_filter']){
- $excepts_and_filter_h->removeFilter('filter_'.$type);
- $excepts_and_filter_h->addFilter('filter_'.$type, $type_clauses[$type]['except']);
- }else{
- $excepts_and_filter->removeFilter('filter_'.$type);
- $excepts_and_filter->addFilter('filter_'.$type, $type_clauses[$type]['except']);
- }
- }
- }
- }
-
- $object->addFilter('includes_filter', $includes_or_filter);
- $object->addFilter('excepts_filter', $excepts_and_filter);
-
- $object->addFilter('includes_filter_h', $includes_or_filter_h, HAVING_FILTER);
- $object->addFilter('excepts_filter_h', $excepts_and_filter_h, HAVING_FILTER);
- }
-}
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/images/image_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/images/image_tag_processor.php
===================================================================
--- branches/RC/kernel/units/images/image_tag_processor.php (revision 11201)
+++ branches/RC/kernel/units/images/image_tag_processor.php (nonexistent)
@@ -1,341 +0,0 @@
-<?php
-
-class ImageTagProcessor extends kDBTagProcessor {
-
- /**
- * Prepares all image parameters as list block parameters (for easy usage)
- *
- * @param kDBList $object
- * @param Array $block_params
- * @author Alex
- */
- function PrepareListElementParams(&$object, &$block_params)
- {
- $image_url = $this->ImageSrc($block_params);
- if (!$image_url) {
- return ;
- }
-
- $parent_prefix = $this->Application->getUnitOption($object->Prefix, 'ParentPrefix');
- $parent_item =& $this->Application->recallObject($parent_prefix);
-
- $block_params['img_path'] = $image_url;
- $image_dimensions = $this->ImageSize($block_params);
- $block_params['img_size'] = $image_dimensions ? $image_dimensions : ' width="'.$block_params['DefaultWidth'].'"';
- $block_params['alt'] = htmlspecialchars($this->getItemTitle($parent_item)); // $object->GetField('AltName') really used ?
- $block_params['align'] = array_key_exists('align', $block_params) ? $block_params['align'] : 'left';
- }
-
- /**
- * Returns value of object's title field
- *
- * @param kDBItem $object
- * @return string
- */
- function getItemTitle(&$object)
- {
- $title_field = $this->Application->getUnitOption($object->Prefix, 'TitleField');
- return $object->GetField($title_field);
- }
-
- /**
- * [AGGREGATED TAGS] works as <inp2:CatalogItemPrefix_Image, ImageSize, ImageSrc ..../>
- *
- * @param Array $params
- * @return string
- */
- function ItemImageTag($params)
- {
- $this->LoadItemImage($params);
- return $this->$params['original_tag']($params);
- }
-
- function LargeImageExists($params)
- {
- $object =& $this->getObject($params);
- if ($object->GetDBField('SameImages') == null || $object->GetDBField('SameImages') == 1) {
- return false;
- }
- else {
- return true;
- }
- }
-
- function LoadItemImage($params)
- {
- $parent_item =& $this->Application->recallObject($params['PrefixSpecial']);
- /* @var $parent_item kCatDBItem */
-
- $object =& $this->Application->recallObject($this->getPrefixSpecial(), null, Array('skip_autoload' => true));
- /* @var $object kDBItem */
-
- $object->Clear();
-
- // if we need primary thumbnail which is preloaded with category item's list
- $is_primary = $this->SelectParam($params, 'primary,Primary');
- $image_id = $this->Application->GetVar($this->Prefix.'_id');
-
- if (
- // is primary, when primary mark set OR name & field not given
- ($is_primary || !(isset($params['name']) || isset($params['field']))) &&
-
- // primary image is preloaded AND direct id not given
- isset($parent_item->Fields['ThumbPath']) && !$image_id
- ) {
- $object->SetDefaultValues();
- $object->SetDBField('Url', $parent_item->GetDBField('FullUrl'));
- $object->SetDBField('AltName', $this->getItemTitle($parent_item));
-
- $object->SetDBFieldsFromHash($parent_item->GetFieldValues(), Array('SameImages', 'LocalThumb', 'ThumbPath', 'ThumbUrl', 'LocalImage', 'LocalPath'));
- $object->Loaded = true;
- }
- else { // if requested image is not primary thumbnail - load it directly
- $id_field = $this->Application->getUnitOption($this->Prefix, 'ForeignKey');
- $parent_table_key = $this->Application->getUnitOption($this->Prefix, 'ParentTableKey');
-
- $keys[$id_field] = $parent_item->GetDBField($parent_table_key);
-
- // which image to load?
- if ($is_primary) {
- // by PrimaryImage mark
- $keys['DefaultImg'] = 1;
- }
- elseif (getArrayValue($params, 'name')) {
- // by ImageName
- $keys['Name'] = $params['name'];
- }
- elseif (getArrayValue($params, 'field')) {
- // by virtual field name in main object
- $field_options = $parent_item->GetFieldOptions($params['field']);
- $keys['Name'] = isset($field_options['original_field']) ? $field_options['original_field'] : $params['field'];
- }
- elseif ($image_id) {
- // by ID
- $keys['ImageId'] = $image_id;
- }
- else {
- // by PrimaryImage if no other criteria given
- $keys['DefaultImg'] = 1;
- }
-
- $object->Load($keys);
-
- if (isset($params['field'])) {
- $image_src = $parent_item->GetDBField($params['field']);
-
- // when image is uploaded to virtual field in main item, but not saved to db
- $object->SetDBField('ThumbPath', $image_src);
-
- if (!$object->isLoaded()) {
- // set fields for displaing new image during main item suggestion with errors
- $fields_hash = Array (
- 'Url' => '',
- 'ThumbUrl' => '',
- 'LocalPath' => '',
-
- 'SameImages' => 1,
- 'LocalThumb' => 1,
- 'LocalImage' => 1,
- );
-
- $object->SetDBFieldsFromHash($fields_hash);
- $object->Loaded = true;
- }
- }
- }
- }
-
- function getImageDimension($type, $params)
- {
- $ret = isset($params['Max'.$type]) ? $params['Max'.$type] : false;
- if (!$ret) {
- return $ret;
- }
- $parent_prefix = $this->Application->getUnitOption($this->Prefix, 'ParentPrefix');
-
- if ($ret == 'thumbnail') {
- $ret = $this->Application->ConfigValue($parent_prefix.'_ThumbnailImage'.$type);
- }
- if ($ret == 'fullsize') {
- $ret = $this->Application->ConfigValue($parent_prefix.'_FullImage'.$type);
- }
-
- return $ret;
- }
-
- /**
- * Appends "/" to beginning of image path (in case when missing)
- *
- * @param kDBItem $object
- * @todo old in-portal doesn't append first slash, but we do => append first slash for him :)
- */
- function makeRelativePaths(&$object)
- {
- $thumb_path = $object->GetDBField('ThumbPath');
- if ($thumb_path && substr($thumb_path, 0, 1) != '/') {
- $object->SetDBField('ThumbPath', '/'.$thumb_path);
- }
-
- $local_path = $object->GetDBField('LocalPath');
- if ($local_path && substr($local_path, 0, 1) != '/') {
- $object->SetDBField('LocalPath', '/'.$local_path);
- }
- }
-
- function ImageSrc($params)
- {
- $object =& $this->getObject($params);
- $this->makeRelativePaths($object);
-
- $base_url = rtrim($this->Application->BaseURL(), '/');
- if ($object->GetDBField('SameImages') && $object->GetDBField('ThumbPath')) {
- // we can auto-resize image, when source image available & we use same image for thumbnail & full image in admin
-
- $max_width = $this->getImageDimension('Width', $params);
- $max_height = $this->getImageDimension('Height', $params);
- $format = array_key_exists('format', $params) ? $params['format'] : false;
-
- if (!$max_width && $format) {
- // user watermarks from format param
- $max_width = $format;
- }
-
- if ($max_width > 0 || $max_height > 0 || $format) {
- $image_helper =& $this->Application->recallObject('ImageHelper');
- /* @var $image_helper ImageHelper */
-
- $src_image = FULL_PATH.$object->GetDBField('ThumbPath');
- return $image_helper->ResizeImage($src_image, $max_width, $max_height);
- }
- }
-
- $ret = '';
-
- // if we need thumbnail, or full image is same as thumbnail
- $show_thumbnail = $this->SelectParam($params, 'thumbnail,Thumbnail') || // old style
- (isset($params['MaxWidth']) && $params['MaxWidth'] == 'thumbnail') || // new style
- (isset($params['MaxHeight']) && $params['MaxHeight'] == 'thumbnail');
-
- if ($show_thumbnail || $object->GetDBField('SameImages')) {
- // return local image or url
- $ret = $object->GetDBField('LocalThumb') ? $base_url.$object->GetDBField('ThumbPath') : $object->GetDBField('ThumbUrl');
- if ($object->GetDBField('LocalThumb') && !file_exists(FULL_PATH.$object->GetDBField('ThumbPath')) && !constOn('DBG_IMAGE_RECOVERY')) {
- // local thumbnail file is missing
- $ret = '';
- }
- }
- else { // if we need full which is not the same as thumb
- $ret = $object->GetDBField('LocalImage') ? $base_url.$object->GetDBField('LocalPath') : $object->GetDBField('Url');
- if ($object->GetDBField('LocalImage') && !file_exists(FULL_PATH.$object->GetDBField('LocalPath'))) {
- // local full image file is missing
- $ret = '';
- }
- }
-
- $default_image = $this->SelectParam($params, 'default_image,DefaultImage');
-
- if ($ret && $ret != $base_url) {
- // image name and it's not just folder name
- return $ret;
- }
- elseif ($default_image) {
- // show default image, use different base urls for admin and front-end
- $sub_folder = $this->Application->IsAdmin() ? rtrim(IMAGES_PATH, '/') : THEMES_PATH;
- return $base_url . $sub_folder . '/' . $default_image;
- }
-
- return false;
- }
-
- function getFullPath($path)
- {
- if (!$path) {
- return $path;
- }
-
- // absolute url
- if (preg_match('/^(.*):\/\/(.*)$/U', $path)) {
- return preg_replace('/^'.preg_quote($this->Application->BaseURL(), '/').'(.*)/', FULL_PATH.'/\\1', $path);
- }
-
- // relative url
- return FULL_PATH.'/'.mb_substr(THEMES_PATH, 1).'/'.$path;
- }
-
- /**
- * Makes size clause for img tag, such as
- * ' width="80" height="100"' according to max_width
- * and max_heght limits.
- *
- * @param array $params
- * @return string
- */
- function ImageSize($params)
- {
- $img_path = $this->getFullPath($params['img_path']);
-
- $image_helper =& $this->Application->recallObject('ImageHelper');
- /* @var $image_helper ImageHelper */
-
- $max_width = $this->getImageDimension('Width', $params);
- $max_height = $this->getImageDimension('Height', $params);
-
- $image_dimensions = $image_helper->GetImageDimensions($img_path, $max_width, $max_height);
- if (!$image_dimensions) {
- return false;
- }
-
- return ' width="'.$image_dimensions[0].'" height="'.$image_dimensions[1].'"';
- }
-
- /**
- * Prepares image parameters & parses block with them (for admin)
- *
- * @param Array $params
- * @return string
- */
- function Image($params)
- {
- $image_url = $this->ImageSrc($params);
- if (!$image_url) {
- return ;
- }
-
- $object =& $this->getObject($params);
- $params['img_path'] = $image_url;
- $image_dimensions = $this->ImageSize($params);
- $params['img_size'] = $image_dimensions ? $image_dimensions : ' width="'.$params['DefaultWidth'].'"';
- $params['alt'] = htmlspecialchars($object->GetField('AltName')); // really used ?
- $params['name'] = $this->SelectParam($params, 'block,render_as');
- $params['align'] = array_key_exists('align', $params) ? $params['align'] : 'left';
- $params['no_editing'] = 1;
-
- if (!$object->isLoaded() && !$this->SelectParam($params, 'default_image,DefaultImage')) {
- return false;
- }
-
- return $this->Application->ParseBlock($params);
- }
-
-
- /**
- * Returns url for image in case when image source is url (for admin)
- *
- * @param Array $params
- * @return string
- */
- function ImageUrl($params)
- {
- $object =& $this->getObject($params);
- if ($object->GetDBField('SameImages') ? $object->GetDBField('LocalThumb') : $object->GetDBField('LocalImage') ) {
- $ret = $this->Application->Phrase(getArrayValue($params,'local_phrase'));
- }
- else {
- $ret = $object->GetDBField('SameImages') ? $object->GetDBField('ThumbUrl') : $object->GetDBField('Url');
- }
- return $ret;
- }
-
-}
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/images/image_tag_processor.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.13.2.7
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/images/images.php
===================================================================
--- branches/RC/kernel/units/images/images.php (revision 11201)
+++ branches/RC/kernel/units/images/images.php (nonexistent)
@@ -1,23 +0,0 @@
-<?php
-
-class ImagesItem extends kDBItem {
-
- function Delete($id)
- {
- $this->Load($id);
- $local_path = FULL_PATH.$this->GetDBField('LocalPath');
- $thumb_path = FULL_PATH.$this->GetDBField('ThumbPath');
- if(file_exists($local_path))
- {
- unlink($local_path);
- }
- if(file_exists($thumb_path))
- {
- unlink($thumb_path);
- }
- return parent::Delete($id);
- }
-
-}
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/images/images.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/images/images_config.php
===================================================================
--- branches/RC/kernel/units/images/images_config.php (revision 11201)
+++ branches/RC/kernel/units/images/images_config.php (nonexistent)
@@ -1,162 +0,0 @@
-<?php
-
-$config = Array(
- 'Prefix' => 'img',
- 'Clones' => Array (
- 'u-img' => Array('ParentPrefix' => 'u'),
-
- 'l-img' => Array('ParentPrefix' => 'l'),
- 'n-img' => Array('ParentPrefix' => 'n'),
- 'bb-img'=> Array('ParentPrefix' => 'bb'),
- 'bb-post-img'=> Array('ParentPrefix' => 'bb-post'),
- /*'p-img' => Array('ParentPrefix' => 'p'),*/
- 'c-img' => Array('ParentPrefix' => 'c'),
- ),
-
- 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'),
- 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'),
- 'EventHandlerClass' => Array('class'=>'ImageEventHandler','file'=>'image_event_handler.php','build_event'=>'OnBuild'),
- 'TagProcessorClass' => Array('class'=>'ImageTagProcessor','file'=>'image_tag_processor.php','build_event'=>'OnBuild'),
- 'AutoLoad' => true,
-
- 'AggregateTags' => Array (
- Array (
- 'AggregateTo' => '#PARENT#',
- 'AggregatedTagName' => 'Image',
- 'LocalTagName' => 'ItemImageTag',
- 'LocalSpecial' => '-item',
- ),
-
- Array (
- 'AggregateTo' => '#PARENT#',
- 'AggregatedTagName' => 'ImageSrc',
- 'LocalTagName' => 'ItemImageTag',
- 'LocalSpecial' => '-item',
- ),
-
- Array (
- 'AggregateTo' => '#PARENT#',
- 'AggregatedTagName' => 'ImageSize',
- 'LocalTagName' => 'ItemImageTag',
- 'LocalSpecial' => '-item',
- ),
-
- Array (
- 'AggregateTo' => '#PARENT#',
- 'AggregatedTagName' => 'ListImages',
- 'LocalTagName' => 'PrintList2',
- 'LocalSpecial' => 'list',
- ),
-
- Array (
- 'AggregateTo' => '#PARENT#',
- 'AggregatedTagName' => 'LargeImageExists',
- 'LocalTagName' => 'LargeImageExists',
- ),
- ),
-
- 'QueryString' => Array(
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- ),
- 'IDField' => 'ImageId',
- 'StatusField' => Array('Enabled', 'DefaultImg'), // field, that is affected by Approve/Decline events
- 'TitleField' => 'Name', // field, used in bluebar when editing existing item
- 'TableName' => TABLE_PREFIX.'Images',
- 'ParentTableKey'=> 'ResourceId', // linked field in master table
- 'ForeignKey' => 'ResourceId', // linked field in subtable
- 'ParentPrefix' => 'p',
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'FilterMenu' => Array(
- 'Groups' => Array(
- Array('mode' => 'AND', 'filters' => Array('show_active','show_disabled'), 'type' => WHERE_FILTER),
- ),
- 'Filters' => Array(
- 'show_active' => Array('label' =>'la_Active', 'on_sql' => '', 'off_sql' => 'Enabled != 1' ),
- 'show_disabled' => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => 'Enabled != 0' ),
- )
- ),
-
- 'CalculatedFields' => Array(
- '' => Array(
- 'Preview' => '0',
- ),
- ),
-
- 'ListSQLs' => Array( ''=>'SELECT * FROM %s',
- ), // key - special, value - list select sql
- 'ItemSQLs' => Array( ''=>'SELECT * FROM %s',
- ),
- 'ListSortings' => Array(
- '' => Array(
- 'ForcedSorting' => Array('Priority' => 'desc'),
- 'Sorting' => Array('Name' => 'asc'),
- )
- ),
- 'Fields' => Array(
- 'ImageId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'ResourceId' => Array('type'=>'int', 'not_null'=>1, 'default' => 0),
- 'Url' => Array('type' => 'string', 'max_len'=>255, 'default' => '', 'not_null'=>1),
- 'Name' => Array('type' => 'string', 'max_len'=>255, 'required'=>1, 'not_null'=>1, 'default' => ''),
- 'AltName' => Array('type' => 'string', 'max_len'=>255, 'required' => 1, 'not_null' => 1, 'default' => ''),
- 'ImageIndex' => Array('type'=>'int', 'default' => 0, 'not_null'=>1),
- 'LocalImage' => Array('type'=>'int', 'default' => 1, 'not_null'=>1),
- 'LocalPath' => Array('type' => 'string', 'formatter'=>'kPictureFormatter', 'skip_empty'=>1, 'max_len'=>240, 'default' => '', 'not_null' => 1, 'include_path' => 1,
- 'allowed_types' => Array(
- 'image/jpeg',
- 'image/pjpeg',
- 'image/png',
- 'image/x-png',
- 'image/gif',
- 'image/bmp'
- ),
- 'error_msgs' => Array( 'bad_file_format' => '!la_error_InvalidFileFormat!',
- 'bad_file_size' => '!la_error_FileTooLarge!',
- 'cant_save_file' => '!la_error_cant_save_file!'
- )
- ),
- 'Enabled' => Array('type' => 'int', 'formatter'=>'kOptionsFormatter', 'use_phrases' => 1, 'options' => Array ( 1 => 'la_Enabled', 0 => 'la_Disabled' ), 'default' => 0, 'not_null'=>1),
- 'DefaultImg' => Array('type'=>'int', 'default' => 0, 'not_null'=>1),
- 'ThumbUrl' => Array('type' => 'string', 'max_len' => 255, 'default' => null),
- 'Priority' => Array('type'=>'int', 'default' => 0, 'not_null'=>1),
- 'ThumbPath' => Array('type' => 'string', 'formatter'=>'kPictureFormatter', 'skip_empty'=>1, 'max_len' => 255, 'default' => null,
- 'allowed_types' => Array(
- 'image/jpeg',
- 'image/pjpeg',
- 'image/png',
- 'image/x-png',
- 'image/gif',
- 'image/bmp'
- ),
- 'error_msgs' => Array( 'bad_file_format' => '!la_error_InvalidFileFormat!',
- 'bad_file_size' => '!la_error_FileTooLarge!',
- 'cant_save_file' => '!la_error_cant_save_file!'
- )
- ),
- 'LocalThumb' => Array('type'=>'int', 'default' => 1, 'not_null'=>1),
- 'SameImages' => Array('type'=>'int', 'default' => 1, 'not_null'=>1),
- ),
- 'VirtualFields' => Array(
- 'Preview' => Array(),
- 'ImageUrl' => Array(),
- ),
-
- 'Grids' => Array(
- 'Default' => Array(
- 'Icons' => Array('default'=>'icon17_custom.gif','1_0'=>'icon16_image.gif','0_0'=>'icon16_image_disabled.gif','1_1'=>'icon16_image_primary.gif'),
- 'Fields' => Array(
- 'Name' => Array( 'title'=>'la_col_ImageName' , 'data_block' => 'image_caption_td'),
- 'AltName' => Array( 'title'=>'la_col_AltName' ),
- 'Url' => Array( 'title'=>'la_col_ImageUrl', 'data_block' => 'image_url_td' ),
- 'Enabled' => Array( 'title'=>'la_col_ImageEnabled' ),
- 'Preview' => Array( 'title'=>'la_col_Preview', 'data_block' => 'image_preview_td' ),
- ),
-
- ),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/images/images_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.11.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/sections/sections_config.php
===================================================================
--- branches/RC/kernel/units/sections/sections_config.php (revision 11201)
+++ branches/RC/kernel/units/sections/sections_config.php (nonexistent)
@@ -1,314 +0,0 @@
-<?php
-
- $config = Array (
- 'Prefix' => 'core-sections',
- 'EventHandlerClass' => Array ('class' => 'kEventHandler', 'file' => '', 'build_event' => 'OnBuild'),
- 'TagProcessorClass' => Array ('class' => 'kDBTagProcessor', 'file' => '', 'build_event' => 'OnBuild'),
-
-// 'SectionPrefix' => 'u',
- 'Sections' => Array (
- 'in-portal:root' => Array (
- 'parent' => null,
- 'icon' => 'in-portal:site',
- 'label' => $this->Application->ConfigValue('Site_Name'),
- 'url' => Array ('t' => 'sections_list', 'pass' => 'm', 'pass_section' => true, 'no_amp' => 1),
- 'permissions' => Array ('advanced:admin_login', 'advanced:front_login'),
- 'priority' => 0,
- 'type' => stTREE,
- 'SectionPrefix' => 'adm',
- ),
-
- 'in-portal:site' => Array (
- 'parent' => 'in-portal:root',
- 'icon' => 'in-portal:struct',
- 'label' => 'la_tab_Site_Structure',
- 'url' => Array ('t' => 'sections_list', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 1,
- 'type' => stTREE,
- 'SectionPrefix' => 'c',
- ),
-
- 'in-portal:browse' => Array (
- 'parent' => 'in-portal:site',
- 'icon' => 'in-portal:catalog', // 'proj-cms:structure'
- 'label' => 'la_tab_Browse',
- 'url' => Array ('t' => 'catalog/catalog', 'pass' => 'm'),
- 'late_load' => Array ('t' => 'categories/xml/tree_categories', 'pass' => 'm', 'm_cat_id' => 0),
- 'onclick' => 'checkCatalog(0)',
- 'permissions' => Array ('view'),
- 'priority' => 1,
- 'type' => stTREE,
- ),
- 'in-portal:advanced_view' => Array (
- 'parent' => 'in-portal:site',
- 'icon' => 'in-portal:advanced_view',
- 'label' => 'la_tab_AdvancedView',
- 'url' => Array ('t' => 'catalog/advanced_view', 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 2,
- 'type' => stTREE,
- ),
-
- 'in-portal:reviews' => Array (
- 'parent' => 'in-portal:site',
- 'icon' => 'in-portal:reviews',
- 'label' => 'la_tab_Reviews',
- 'url' => Array ('t' => 'reviews/reviews', 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 3,
- 'type' => stTREE,
- ),
-
- 'in-portal:configure_categories' => Array (
- 'parent' => 'in-portal:site',
- 'icon' => 'in-portal:cat_settings',
- 'label' => 'la_tab_Settings',
- 'url' => Array ('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view', 'edit'),
- 'priority' => 4,
- 'type' => stTREE,
- ),
-
- 'in-portal:configuration_search' => Array (
- 'parent' => 'in-portal:site',
- 'icon' => 'in-portal:settings_search',
- 'label' => 'la_tab_ConfigSearch',
- 'url' => Array ('t' => 'config/config_search', 'module_key' => 'category', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view', 'edit'),
- 'priority' => 5,
- 'type' => stTREE,
- ),
-
- 'in-portal:configuration_email' => Array (
- 'parent' => 'in-portal:site',
- 'icon' => 'in-portal:settings_email',
- 'label' => 'la_tab_ConfigE-mail',
- 'url' => Array ('t' => 'config/config_email', 'module' => 'In-Portal:Category', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view', 'edit'),
- 'priority' => 6,
- 'type' => stTREE,
- ),
-
- 'in-portal:configuration_custom' => Array (
- 'parent' => 'in-portal:site',
- 'icon' => 'in-portal:settings_custom',
- 'label' => 'la_tab_ConfigCustom',
- 'url' => Array ('t' => 'custom_fields/custom_fields_list', 'cf_type' => 1, 'pass_section' => true, 'pass' => 'm,cf'),
- 'permissions' => Array ('view', 'add', 'edit', 'delete'),
- 'priority' => 7,
- 'type' => stTREE,
- ),
-
-
- 'in-portal:users' => Array (
- 'parent' => 'in-portal:root',
- 'icon' => 'in-portal:community',
- 'label' => 'la_tab_Community',
- 'url' => Array ('t' => 'sections_list', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 2,
- 'type' => stTREE,
- 'SectionPrefix' => 'u',
- ),
-
- 'in-portal:user_list' => Array (
- 'parent' => 'in-portal:users',
- 'icon' => 'in-portal:users',
- 'label' => 'la_tab_User_List',
- 'url' => Array ('t' => 'users/users_list', 'pass' => 'm'),
- 'permissions' => Array ('view', 'add', 'edit', 'delete', 'advanced:ban', 'advanced:send_email', /*'advanced:add_favorite', 'advanced:remove_favorite',*/),
- 'priority' => 1,
- 'type' => stTREE,
- ),
-
- 'in-portal:user_groups' => Array (
- 'parent' => 'in-portal:users',
- 'icon' => 'in-portal:usergroups',
- 'label' => 'la_tab_User_Groups',
- 'url' => Array ('t' => 'groups/groups_list', 'pass' => 'm'),
- 'permissions' => Array ('view', 'add', 'edit', 'delete', 'advanced:send_email', 'advanced:manage_permissions'),
- 'priority' => 2,
- 'type' => stTREE,
- ),
-
- 'in-portal:configure_users' => Array (
- 'parent' => 'in-portal:users',
- 'icon' => 'in-portal:users_settings',
- 'label' => 'la_tab_ConfigSettings',
- 'url' => Array ('t' => 'config/config_universal', 'module' => 'In-Portal:Users', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view', 'edit'),
- 'priority' => 3,
- 'type' => stTREE,
- ),
-
- 'in-portal:user_email' => Array (
- 'parent' => 'in-portal:users',
- 'icon' => 'in-portal:settings_email',
- 'label' => 'la_tab_ConfigE-mail',
- 'url' => Array ('t' => 'config/config_email', 'module' => 'In-Portal:Users', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view', 'edit'),
- 'priority' => 4,
- 'type' => stTREE,
- ),
-
- 'in-portal:user_custom' => Array (
- 'parent' => 'in-portal:users',
- 'icon' => 'in-portal:settings_custom',
- 'label' => 'la_tab_ConfigCustom',
- 'url' => Array ('t' => 'custom_fields/custom_fields_list', 'cf_type' => 6, 'pass_section' => true, 'pass' => 'm,cf'),
- 'permissions' => Array ('view', 'add', 'edit', 'delete'),
- 'priority' => 5,
- 'type' => stTREE,
- ),
-
- // "Help" section
- 'in-portal:help' => Array (
- 'parent' => 'in-portal:root',
- 'icon' => 'in-portal:help',
- 'label' => 'la_tab_Help',
- 'url' => Array ('index_file' => 'help/manual.pdf', 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 7,
- 'type' => stTREE,
- ),
-
- // "Summary & Logs" section
- 'in-portal:reports' => Array (
- 'parent' => 'in-portal:root',
- 'icon' => 'in-portal:summary_logs',
- 'label' => 'la_tab_Reports',
- 'url' => Array ('t' => 'sections_list', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 4,
- 'type' => stTREE,
- 'SectionPrefix' => 'adm',
- ),
-/*
- 'in-portal:log_summary' => Array (
- 'parent' => 'in-portal:reports',
- 'icon' => 'in-portal:summary',
- 'label' => 'la_tab_Summary',
- 'url' => Array ('index_file' => 'logs/summary.php', 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 1,
- 'type' => stTREE,
- ),
-
- 'in-portal:sessionlog' => Array (
- 'parent' => 'in-portal:reports',
- 'icon' => 'in-portal:sessions_log',
- 'label' => 'la_tab_SessionLog',
- 'url' => Array ('index_file' => 'logs/session_list.php', 'pass' => 'm'),
- 'permissions' => Array ('view', 'delete'),
- 'priority' => 3,
- 'type' => stTREE,
- ),
-*/
-
- 'in-portal:visits' => Array (
- 'parent' => 'in-portal:reports',
- 'icon' => 'in-portal:visits',
- 'label' => 'la_tab_Visits',
- 'url' => Array ('t' => 'logs/visits/visits_list', 'pass' => 'm'),
- 'permissions' => Array ('view', 'delete'),
- 'priority' => 5,
- 'type' => stTREE,
- ),
-
- // "Configuration" section
- 'in-portal:system' => Array (
- 'parent' => 'in-portal:root',
- 'icon' => 'in-portal:conf',
- 'label' => 'la_tab_Sys_Config',
- 'url' => Array ('t' => 'sections_list', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 5,
- 'type' => stTREE,
- 'SectionPrefix' => 'adm',
- ),
-
- 'in-portal:configure_general' => Array (
- 'parent' => 'in-portal:system',
- 'icon' => 'in-portal:conf_general',
- 'label' => 'la_tab_General',
- 'url' => Array ('t' => 'config/config_universal', 'pass_section' => true, 'module' => 'In-Portal', 'pass' => 'm'),
- 'permissions' => Array ('view', 'edit'),
- 'priority' => 1,
- 'type' => stTREE,
- ),
-
- 'in-portal:configure_styles' => Array (
- 'parent' => 'in-portal:system',
- 'icon' => 'in-portal:style',
- 'label' => 'la_tab_Stylesheets',
- 'url' => Array('t' => 'stylesheets/stylesheets_list', 'pass' => 'm'),
- 'permissions' => Array('view', 'add', 'edit', 'delete'),
- 'priority' => 4,
- 'type' => stTREE,
- 'SectionPrefix' => 'css',
- ),
-
- // "Tools" section
- 'in-portal:tools' => Array (
- 'parent' => 'in-portal:root',
- 'icon' => 'in-portal:tools',
- 'label' => 'la_tab_Tools',
- 'url' => Array ('t' => 'sections_list', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 6,
- 'type' => stTREE,
- 'SectionPrefix' => 'adm',
- ),
-
- 'in-portal:backup' => Array (
- 'parent' => 'in-portal:tools',
- 'icon' => 'in-portal:tool_backup',
- 'label' => 'la_tab_Backup',
- 'url' => Array ('t' => 'tools/backup1', 'section' => 'in-portal:configure_general', 'module' => 'In-Portal', 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 2,
- 'type' => stTREE,
- ),
-
- 'in-portal:restore' => Array (
- 'parent' => 'in-portal:tools',
- 'icon' => 'in-portal:tool_restore',
- 'label' => 'la_tab_Restore',
- 'url' => Array ('t' => 'tools/restore1', 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 3,
- 'type' => stTREE,
- ),
-
- 'in-portal:main_import' => Array (
- 'parent' => 'in-portal:tools',
- 'icon' => 'in-portal:tool_import',
- 'label' => 'la_tab_ImportData',
- 'url' => Array ('t' => 'tools/import1'),
- 'permissions' => Array ('view'),
- 'priority' => 4,
- 'type' => stTREE,
- ),
-
- 'in-portal:sql_query' => Array (
- 'parent' => 'in-portal:tools',
- 'icon' => 'in-portal:tool_import',
- 'label' => 'la_tab_QueryDB',
- 'url' => Array ('t' => 'tools/sql_query', 'pass' => 'm'),
- 'permissions' => Array ('view', 'edit'),
- 'priority' => 5,
- 'type' => stTREE,
- ),
-
- 'in-portal:server_info' => Array (
- 'parent' => 'in-portal:tools',
- 'icon' => 'in-portal:server_info',
- 'label' => 'la_tab_ServerInfo',
- 'url' => Array ('t' => 'tools/server_info', 'pass' => 'm'),
- 'permissions' => Array ('view'),
- 'priority' => 6,
- 'type' => stTREE,
- ),
- ),
- );
\ No newline at end of file
Property changes on: branches/RC/kernel/units/sections/sections_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.21
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/stylesheets/stylesheets_event_handler.php
===================================================================
--- branches/RC/kernel/units/stylesheets/stylesheets_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/stylesheets/stylesheets_event_handler.php (nonexistent)
@@ -1,27 +0,0 @@
-<?php
-
- class StylesheetsEventHandler extends kDBEventHandler
- {
-
- /**
- * [HOOK] Compile stylesheet file based on theme definitions
- *
- * @param kEvent $event
- */
- function OnCompileStylesheet(&$event)
- {
- $object =& $event->getObject( Array('skip_autoload' => true) );
- $object->SwitchToLive();
-
- $ids = explode(',', $event->MasterEvent->getEventParam('ids') );
-
- if(!$ids) return false;
- foreach($ids as $id)
- {
- $object->Load($id);
- $object->Compile();
- }
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/stylesheets/stylesheets_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/stylesheets/stylesheets_item.php
===================================================================
--- branches/RC/kernel/units/stylesheets/stylesheets_item.php (revision 11201)
+++ branches/RC/kernel/units/stylesheets/stylesheets_item.php (nonexistent)
@@ -1,43 +0,0 @@
-<?php
-
- class StylesheetsItem extends kDBItem
- {
- function Compile()
- {
- $selector_item =& $this->Application->recallObject('selectors.item', 'selectors', Array('live_table'=>true, 'skip_autoload' => true) );
- $parent_field = $this->Application->getUnitOption($selector_item->Prefix, 'ForeignKey');
-
- $sql_template = 'SELECT '.$selector_item->IDField.' FROM '.$selector_item->TableName.' WHERE '.$parent_field.' = %s ORDER BY SelectorName ASC';
-
- $selectors_ids = $this->Conn->GetCol( sprintf($sql_template, $this->GetID() ) );
- $ret = '/* This file is generated automatically. Don\'t edit it manually ! */'."\n\n";
-
- foreach($selectors_ids as $selector_id)
- {
- $selector_item->Load($selector_id);
- $ret .= $selector_item->CompileStyle()."\n";
- }
-
- $ret .= $this->GetDBField('AdvancedCSS');
-
- $compile_ts = adodb_mktime();
- $css_path = (defined('WRITEABLE') ? WRITEABLE : FULL_PATH . '/kernel') . '/stylesheets/';
-
- $css_file = $css_path.mb_strtolower($this->GetDBField('Name')).'-'.$compile_ts.'.css';
-
- $fp = fopen($css_file,'w');
- if($fp)
- {
- $prev_css = $css_path.mb_strtolower($this->GetDBField('Name')).'-'.$this->GetDBField('LastCompiled').'.css';
- if( file_exists($prev_css) ) unlink($prev_css);
-
- fwrite($fp, $ret);
- fclose($fp);
-
- $sql = 'UPDATE '.$this->TableName.' SET LastCompiled = '.$compile_ts.' WHERE '.$this->IDField.' = '.$this->GetID();
- $this->Conn->Query($sql);
- }
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/stylesheets/stylesheets_item.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/stylesheets/stylesheets_config.php
===================================================================
--- branches/RC/kernel/units/stylesheets/stylesheets_config.php (revision 11201)
+++ branches/RC/kernel/units/stylesheets/stylesheets_config.php (nonexistent)
@@ -1,116 +0,0 @@
-<?php
-
-$config = Array(
- 'Prefix' => 'css',
- 'ItemClass' => Array('class'=>'StylesheetsItem','file'=>'stylesheets_item.php','build_event'=>'OnItemBuild'),
- 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'),
- 'EventHandlerClass' => Array('class'=>'StylesheetsEventHandler','file'=>'stylesheets_event_handler.php','build_event'=>'OnBuild'),
- 'TagProcessorClass' => Array('class'=>'kDBTagProcessor','file'=>'','build_event'=>'OnBuild'),
- 'AutoLoad' => true,
- 'Hooks' => Array(
- Array(
- 'Mode' => hAFTER,
- 'Conditional' => false,
- 'HookToPrefix' => 'css',
- 'HookToSpecial' => '',
- 'HookToEvent' => Array('OnSave'),
- 'DoPrefix' => '',
- 'DoSpecial' => '',
- 'DoEvent' => 'OnCompileStylesheet',
- ),
- ),
- 'QueryString' => Array(
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- 4 => 'mode',
- ),
- 'IDField' => 'StylesheetId',
-
- 'StatusField' => Array('Enabled'),
-
- 'TitleField' => 'Name',
-
- 'TitlePresets' => Array(
- 'default' => Array( 'new_status_labels' => Array('css'=>'!la_title_Adding_Stylesheet!'),
- 'edit_status_labels' => Array('css'=>'!la_title_Editing_Stylesheet!'),
- 'new_titlefield' => Array('css'=>'!la_title_New_Stylesheet!'),
- ),
-
- 'styles_list' => Array('prefixes' => Array('css_List'), 'format' => "!la_title_Stylesheets! (#css_recordcount#)"),
-
- 'stylesheets_edit' => Array('prefixes' => Array('css'), 'format' => "#css_status# '#css_titlefield#' - !la_title_General!"),
-
- 'base_styles' => Array('prefixes' => Array('css','selectors.base_List'), 'format' => "#css_status# '#css_titlefield#' - !la_title_BaseStyles! (#selectors.base_recordcount#)"),
-
- 'block_styles' => Array('prefixes' => Array('css','selectors.block_List'), 'format' => "#css_status# '#css_titlefield#' - !la_title_BlockStyles! (#selectors.block_recordcount#)"),
-
- 'base_style_edit' => Array( 'prefixes' => Array('css','selectors'),
- 'new_status_labels' => Array('selectors'=>'!la_title_Adding_BaseStyle!'),
- 'edit_status_labels' => Array('selectors'=>'!la_title_Editing_BaseStyle!'),
- 'new_titlefield' => Array('selectors'=>'!la_title_New_BaseStyle!'),
- 'format' => "#css_status# '#css_titlefield#' - #selectors_status# '#selectors_titlefield#'"),
-
- 'block_style_edit' => Array( 'prefixes' => Array('css','selectors'),
- 'new_status_labels' => Array('selectors'=>'!la_title_Adding_BlockStyle!'),
- 'edit_status_labels' => Array('selectors'=>'!la_title_Editing_BlockStyle!'),
- 'new_titlefield' => Array('selectors'=>'!la_title_New_BlockStyle!'),
- 'format' => "#css_status# '#css_titlefield#' - #selectors_status# '#selectors_titlefield#'"),
-
- 'style_edit' => Array('prefixes' => Array('selectors'), 'format' => "!la_title_EditingStyle! '#selectors_titlefield#'"),
- ),
-
- 'PermSection' => Array('main' => 'in-portal:configure_styles'),
-
- 'TableName' => TABLE_PREFIX.'Stylesheets',
- 'SubItems' => Array('selectorsbase', 'selectorsblock'),
-
- 'FilterMenu' => Array(
- 'Groups' => Array(
- Array('mode' => 'AND', 'filters' => Array(0,1), 'type' => WHERE_FILTER),
- ),
-
- 'Filters' => Array(
- 0 => Array('label' =>'la_Enabled', 'on_sql' => '', 'off_sql' => '%1$s.Enabled != 1' ),
- 1 => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => '%1$s.Enabled != 0' ),
- )
- ),
-
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'ListSQLs' => Array( ''=>'SELECT * FROM %s',
- ), // key - special, value - list select sql
- 'ItemSQLs' => Array( ''=>'SELECT * FROM %s',
- ),
- 'ListSortings' => Array(
- '' => Array(
- 'Sorting' => Array('Name' => 'asc'),
- )
- ),
- 'Fields' => Array(
- 'StylesheetId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'Name' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1),
- 'Description' => Array('type' => 'string','not_null' => '1','default' => ''),
- 'AdvancedCSS' => Array('type' => 'string','not_null' => '1','default' => ''),
- 'LastCompiled' => Array('type' => 'int', 'formatter' => 'kDateFormatter', 'not_null' => 1, 'default' => 0),
- 'Enabled' => Array('type' => 'int', 'formatter'=>'kOptionsFormatter', 'options'=>Array(0 => 'la_Disabled', 1 => 'la_Enabled'), 'use_phrases' => 1, 'not_null' => '1','default' => 0),
- ),
-
- 'VirtualFields' => Array(),
-
- 'Grids' => Array(
- 'Default' => Array(
- 'Icons' => Array('default'=>'icon16_custom.gif',0=>'icon16_style_disabled.gif',1=>'icon16_style.gif'),
- 'Fields' => Array(
- 'Name' => Array( 'title'=>'la_col_Name', 'data_block' => 'grid_checkbox_td'),
- 'Description' => Array( 'title'=>'la_col_Description', 'first_chars' => 100),
- 'Enabled' => Array( 'title'=>'la_col_Status' ),
- 'LastCompiled' => Array('title' => 'la_col_LastCompiled'),
- ),
-
- ),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/stylesheets/stylesheets_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.12.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/related_searches/related_searches_event_handler.php
===================================================================
--- branches/RC/kernel/units/related_searches/related_searches_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/related_searches/related_searches_event_handler.php (nonexistent)
@@ -1,24 +0,0 @@
-<?php
-
- class RelatedSearchEventHandler extends kDBEventHandler
- {
- /**
- * Initializes new relation
- *
- * @param kEvent $event
- */
- function OnNew(&$event)
- {
- parent::OnNew($event);
-
- $object =& $event->getObject();
-
- $table_info = $object->getLinkedInfo();
-
- $source_itemtype = $this->Application->getUnitOption($table_info['ParentPrefix'], 'ItemType');
- $object->SetDBField('ItemType', $source_itemtype);
- }
- }
-
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/related_searches/related_searches_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/kernel/units/related_searches/related_searches_tag_processor.php
===================================================================
--- branches/RC/kernel/units/related_searches/related_searches_tag_processor.php (revision 11201)
+++ branches/RC/kernel/units/related_searches/related_searches_tag_processor.php (nonexistent)
@@ -1,20 +0,0 @@
-<?php
-
-class RelatedSearchTagProcessor extends kDBTagProcessor {
-
- /**
- * Returns url for search on the Fornt End
- *
- * @param Array $params
- * @return string
- */
- function RelatedSearchUrl($params)
- {
- $object =& $this->getObject($params);
- $keyword = $object->GetDBField('Keyword');
-
- return $this->Application->HREF($params['search_template'],'', Array('keywords' => $keyword));
- }
-}
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/related_searches/related_searches_tag_processor.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Index: branches/RC/kernel/units/related_searches/related_searches_config.php
===================================================================
--- branches/RC/kernel/units/related_searches/related_searches_config.php (revision 11201)
+++ branches/RC/kernel/units/related_searches/related_searches_config.php (nonexistent)
@@ -1,101 +0,0 @@
-<?php
-
-$config = Array(
- 'Prefix' => 'search',
-
- 'Clones' => Array(
- 'c-search' => Array('ParentPrefix' => 'c'),
- /*'l-rel' => Array('ParentPrefix' => 'l'),
- 'n-rel' => Array('ParentPrefix' => 'n'),
- 'bb-rel'=> Array('ParentPrefix' => 'bb'),
- 'p-rel' => Array('ParentPrefix' => 'p'),
- 'cms-rel'=> Array('ParentPrefix' => 'cms'),*/
- ),
-
- 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'),
- 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'),
- 'EventHandlerClass' => Array('class'=>'RelatedSearchEventHandler','file'=>'related_searches_event_handler.php','build_event'=>'OnBuild'),
- 'TagProcessorClass' => Array('class'=>'RelatedSearchTagProcessor','file'=>'related_searches_tag_processor.php','build_event'=>'OnBuild'),
- 'AutoLoad' => true,
-
- 'QueryString' => Array(
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- ),
- 'IDField' => 'RelatedSearchId',
- 'StatusField' => Array('Enabled'),
- 'TableName' => TABLE_PREFIX.'RelatedSearches',
- 'ParentTableKey' => 'ResourceId',
- 'ForeignKey' => 'ResourceId',
- 'ParentPrefix' => 'c',
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'FilterMenu' => Array(
- 'Groups' => Array(
- Array('mode' => 'AND', 'filters' => Array('show_active','show_disabled'), 'type' => WHERE_FILTER),
- Array('mode' => 'AND', 'filters' => Array('show_recip','show_oneway'), 'type' => WHERE_FILTER),
- ),
- 'Filters' => Array(
- 'show_active' => Array('label' =>'la_Active', 'on_sql' => '', 'off_sql' => 'Enabled != 1' ),
- 'show_disabled' => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => 'Enabled != 0' ),
- 's1' => Array(),
- /*
- 'show_recip' => Array('label' => 'la_Reciprocal', 'on_sql' => '', 'off_sql' => '%1$s.Type != 1' ),
- 'show_oneway' => Array('label' => 'la_OneWay', 'on_sql' => '', 'off_sql' => '%1$s.Type != 2' ),
- */
- )
- ),
-
- 'CalculatedFields' => Array(
- '' => Array(
- /* 'ItemName' => 'TRIM(CONCAT(#ITEM_NAMES#))',
- 'ItemType' => '#ITEM_TYPES#', */
- ),
- ),
-
- 'ListSQLs' => Array( ''=> 'SELECT %1$s.* %2$s FROM %1$s',
- ), // key - special, value - list select sql
-
- 'ListSortings' => Array(
- '' => Array(
- 'ForcedSorting' => Array('Priority' => 'desc'),
- 'Sorting' => Array('Keyword' => 'asc'),
- )
- ),
- 'ItemSQLs' => Array( '' => 'SELECT %1$s.* %2$s FROM %1$s',),
-
- 'Fields' => Array(
- 'RelatedSearchId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'ResourceId' => Array('type'=>'int', 'not_null' => 1, 'required' => 1, 'default' => 0),
- 'Keyword' => Array('type'=>'string', 'required' => 1, 'not_null' => 1, 'default' => ''),
- /*
- 'SourceType' => Array('type'=>'int','not_null'=>1,'default'=>0),
- 'TargetType' => Array('type'=>'int','not_null'=>1,'default'=>0),
- */
- 'ItemType' => Array('type'=>'int', 'not_null' => 1, 'required' => 1, 'default' => 0),
- 'Enabled' => Array('type'=>'int','formatter'=>'kOptionsFormatter','options'=>Array(0=>'la_Disabled',1=>'la_Enabled'),'not_null'=>1,'default'=>1,'use_phrases'=>1),
- 'Priority' => Array('type'=>'int','not_null'=>1,'default'=>0),
- ),
- 'VirtualFields' => Array(
- /*
- 'ItemName' => Array(),
- 'ItemType' => Array(),
- */
- ),
-
- 'Grids' => Array(
- 'Default' => Array(
- 'Icons' => Array('default'=>'icon16_custom.gif','1_0'=>'icon16_relation_one-way.gif','0_0'=>'icon16_relation_one-way_disabled.gif','1_1'=>'icon16_relation_reciprocal.gif','0_1'=>'icon16_relation_reciprocal_disabled.gif'), // icons for each StatusField values, if no matches or no statusfield selected, then "default" icon is used
- 'Fields' => Array(
- /* 'RelatedSearchId' => Array( 'title'=>'la_col_Id', 'data_block' => 'grid_checkbox_td'), */
- 'Keyword' => Array( 'title'=>'la_col_Keyword', 'data_block' => 'grid_keyword_td'),
- 'Enabled' => Array( 'title'=>'la_col_Status' ),
- ),
-
- ),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/related_searches/related_searches_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.4
\ No newline at end of property
Index: branches/RC/kernel/units/selectors/selectors_event_handler.php
===================================================================
--- branches/RC/kernel/units/selectors/selectors_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/selectors/selectors_event_handler.php (nonexistent)
@@ -1,368 +0,0 @@
-<?php
-
-safeDefine('STYLE_BASE', 1);
-safeDefine('STYLE_BLOCK', 2);
-
- class SelectorsEventHandler extends kDBEventHandler
- {
- /**
- * Allows to override standart permission mapping
- *
- */
- function mapPermissions()
- {
- parent::mapPermissions();
- $permissions = Array(
- 'OnResetToBase' => Array('subitem' => 'add|edit'),
- 'OnMassResetToBase' => Array('subitem' => 'add|edit'),
-
- 'OnOpenStyleEditor' => Array('subitem' => 'add|edit'),
- 'OnSaveStyle' => Array('subitem' => 'add|edit'),
- );
- $this->permMapping = array_merge($this->permMapping, $permissions);
- }
-
- /**
- * Occures before an item has been cloned
- * Id of newly created item is passed as event' 'id' param
- *
- * @param kEvent $event
- */
- function OnBeforeClone(&$event)
- {
- $event->Init($event->Prefix, '-item');
- $object =& $event->getObject();
-
- $title_field = 'SelectorName';
- $new_name = $object->GetDBField($title_field);
- $original_checked = false;
-
- $foreign_key = $event->getEventParam('foreign_key'); // in case if whole stylesheet is cloned
- if($foreign_key === false) $foreign_key = $object->GetDBField('StylesheetId'); // in case if selector is copied ifself
-
- do {
- if ( preg_match('/(.*)-([\d]+)/', $new_name, $regs) ) {
- $new_name = $regs[1].'-'.($regs[2]+1);
- }
- elseif ($original_checked) {
- $new_name = $new_name.'-1';
- }
-
- // if we are cloning in temp table this will look for names in temp table,
- // since object' TableName contains correct TableName (for temp also!)
- // if we are cloning live - look in live
- $query = ' SELECT '.$title_field.'
- FROM '.$object->TableName.'
- WHERE '.$title_field.' = '.$this->Conn->qstr($new_name).' AND StylesheetId = '.$foreign_key;
-
- $res = $this->Conn->GetOne($query);
-
- /*// if not found in live table, check in temp table if applicable
- if ($res === false && $object->Special == 'temp') {
- $query = 'SELECT '.$name_field.' FROM '.$this->GetTempName($master['TableName']).'
- WHERE '.$name_field.' = '.$this->Conn->qstr($new_name);
- $res = $this->Conn->GetOne($query);
- }*/
-
- $original_checked = true;
- } while ($res !== false);
- $object->SetDBField($title_field, $new_name);
- }
-
- /**
- * Show base styles or block styles
- *
- * @param kEvent $event
- */
- function SetCustomQuery(&$event)
- {
- $object =& $event->getObject();
- switch ($event->Special)
- {
- case 'base':
- $object->addFilter('type_filter', '%1$s.Type = 1');
- break;
-
- case 'block':
- $object->addFilter('type_filter', '%1$s.Type = 2');
- break;
- }
- }
-
- /**
- * Enter description here...
- *
- * @param kEvent $event
- */
- function OnBeforeItemUpdate(&$event)
- {
- $this->SerializeSelectorData($event);
- }
-
- /**
- * Enter description here...
- *
- * @param kEvent $event
- */
- function OnBeforeItemCreate(&$event)
- {
- $this->SerializeSelectorData($event);
- }
-
- /**
- * Enter description here...
- *
- * @param kEvent $event
- */
- function OnAfterItemUpdate(&$event)
- {
- $this->UnserializeSelectorData($event);
- }
-
- /**
- * Enter description here...
- *
- * @param kEvent $event
- */
- function OnAfterItemCreate(&$event)
- {
- $this->UnserializeSelectorData($event);
- }
-
- /**
- * Get's special of main item for linking with subitem
- *
- * @param kEvent $event
- * @return string
- */
- function getMainSpecial(&$event)
- {
- return '';
- }
-
- /**
- * Save css-style name & description before opening css editor
- *
- * @param kEvent $event
- */
- function OnOpenStyleEditor(&$event)
- {
- $this->SaveChanges($event);
- $event->redirect = false;
- }
-
- /**
- * Saves Changes to Item
- *
- * @param kEvent $event
- */
- function SaveChanges(&$event)
- {
- $object =& $event->getObject( Array('skip_autoload' => true) );
-
- $items_info = $this->Application->GetVar( $event->getPrefixSpecial(true) );
- if($items_info)
- {
- list($id,$field_values) = each($items_info);
- if($id == 0)
- {
- $parent_id = getArrayValue($field_values,'ParentId');
- if($parent_id) $object->Load($parent_id);
-
- $object->SetFieldsFromHash($field_values);
- $object->Create();
- if( $object->IsTempTable() ) $object->setTempID();
- $this->Application->SetVar($event->getPrefixSpecial().'_id', $object->GetID() );
- }
- else
- {
- $object->Load($id);
- $object->SetFieldsFromHash($field_values);
- $object->Update();
- }
- }
- }
-
- /**
- * Save style changes from style editor
- *
- * @param kEvent $event
- */
- function OnSaveStyle(&$event)
- {
- $this->SaveChanges($event);
-
- $object =& $event->getObject();
- $this->Application->SetVar($event->getPrefixSpecial().'_id', $object->GetId() );
-
- $this->finalizePopup($event);
- }
-
- /**
- * Extract styles
- *
- * @param kEvent $event
- */
- function OnAfterItemLoad(&$event)
- {
- $object =& $event->getObject();
- $selector_data = $object->GetDBField('SelectorData');
- if($selector_data)
- {
- $selector_data = unserialize($selector_data);
- $object->SetDBField('SelectorData', $selector_data);
- }
- else
- {
- $selector_data = Array();
- }
- $this->AddParentProperties($event, $selector_data);
- }
-
- /**
- * Serialize item before saving to db
- *
- * @param kEvent $event
- */
- function SerializeSelectorData(&$event)
- {
- $object =& $event->getObject();
- $selector_data = $object->GetDBField('SelectorData');
- if(!$selector_data) $selector_data = Array();
-
- $selector_data = $this->RemoveParentProperties($event, $selector_data);
-
- if( !IsSerialized($selector_data) ) $selector_data = serialize($selector_data);
-
- $object->SetDBField('SelectorData', $selector_data);
- }
-
- /**
- * Unserialize data back when update was made
- *
- * @param kEvent $event
- */
- function UnserializeSelectorData(&$event)
- {
- $object =& $event->getObject();
- $selector_data = $object->GetDBField('SelectorData');
- if(!$selector_data) $selector_data = Array();
- if( IsSerialized($selector_data) ) $selector_data = unserialize($selector_data);
-
- $selector_data = $this->AddParentProperties($event, $selector_data);
-
- $object->SetDBField('SelectorData', $selector_data);
- }
-
- /**
- * Populate options based on temporary table :)
- *
- * @param kEvent $event
- */
- function OnPrepareBaseStyles(&$event)
- {
- $object =& $event->getObject();
-
- $parent_info = $object->getLinkedInfo();
- $title_field = $this->Application->getUnitOption($event->Prefix,'TitleField');
- $sql = 'SELECT '.$title_field.', '.$object->IDField.' FROM '.$object->TableName.' WHERE Type = 1 AND StylesheetId = '.$parent_info['ParentId'].' ORDER BY '.$title_field;
- $object->Fields['ParentId']['options'] = $this->Conn->GetCol($sql,$object->IDField);
- }
-
- /**
- * Remove properties of parent style that match by value from style
- *
- * @param kEvent $event
- */
- function RemoveParentProperties(&$event, $selector_data)
- {
- $object =& $event->getObject();
- $parent_id = $object->GetDBField('ParentId');
- if($parent_id)
- {
- $sql = 'SELECT SelectorData FROM '.$object->TableName.' WHERE '.$object->IDField.' = '.$parent_id;
- $base_selector_data = $this->Conn->GetOne($sql);
-
- if( IsSerialized($base_selector_data) ) $base_selector_data = unserialize($base_selector_data);
-
- foreach($selector_data as $prop_name => $prop_value)
- {
- if( !$prop_value || getArrayValue($base_selector_data,$prop_name) == $prop_value )
- {
- unset($selector_data[$prop_name]);
- }
- }
- $object->SetDBField('SelectorData', $selector_data);
- return $selector_data;
- }
- else
- {
- foreach($selector_data as $prop_name => $prop_value)
- {
- if(!$prop_value) unset($selector_data[$prop_name]);
- }
- $object->SetDBField('SelectorData', $selector_data);
- return $selector_data;
- }
- }
-
- /**
- * Add back properties from parent style, that match this style property values
- *
- * @param kEvent $event
- */
- function AddParentProperties(&$event, $selector_data)
- {
- $object =& $event->getObject();
- $parent_id = $object->GetDBField('ParentId');
- if($parent_id)
- {
- $sql = 'SELECT SelectorData FROM '.$object->TableName.' WHERE '.$object->IDField.' = '.$parent_id;
- $base_selector_data = $this->Conn->GetOne($sql);
-
- if( IsSerialized($base_selector_data) ) $base_selector_data = unserialize($base_selector_data);
-
- $selector_data = array_merge_recursive2($base_selector_data,$selector_data);
-
- $object->SetDBField('SelectorData', $selector_data);
- return $selector_data;
- }
- return $selector_data;
- }
-
- /**
- * Reset Style definition to base style -> no customizations
- *
- * @param kEvent $event
- */
- function OnResetToBase(&$event)
- {
- $object =& $event->getObject();
- $object->SetFieldsFromHash( $this->getSubmittedFields($event) );
- $object->ResetStyle();
-
- $event->redirect_params['pass'] = 'all,'.$event->getPrefixSpecial();
- }
-
- /**
- * Resets selected styles properties to values of their base classes
- *
- * @param kEvent $event
- */
- function OnMassResetToBase(&$event)
- {
- $object =& $event->getObject( Array('skip_autoload' => true) );
-
- $items_info = $this->Application->GetVar( $event->getPrefixSpecial(true) );
- if($items_info)
- {
- foreach($items_info as $id => $field_values)
- {
- $object->Load($id);
- $object->ResetStyle();
- }
- }
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/selectors/selectors_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.12
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/selectors/selectors_tag_processor.php
===================================================================
--- branches/RC/kernel/units/selectors/selectors_tag_processor.php (revision 11201)
+++ branches/RC/kernel/units/selectors/selectors_tag_processor.php (nonexistent)
@@ -1,89 +0,0 @@
-<?php
-
- class SelectorsTagProcessor extends kDBTagProcessor
- {
-
- function PrintStyle($params)
- {
- $object =& $this->Application->recallObject( $this->getPrefixSpecial(), $this->Prefix, $params );
- $style_data = $object->GetDBField( $params['field'] );
-
- $ret = $object->CompileStyleBody( getArrayValue($params,'inline') ? STYLE_INLINE : STYLE_PREVIEW );
-
- return $ret;
- }
-
- /**
- * Returns input field name to
- * be placed on form (for correct
- * event processing)
- *
- * @param Array $params
- * @return string
- * @access public
- */
- function InputName($params)
- {
- $ret = parent::InputName($params);
- $subfield = getArrayValue($params,'subfield');
- if($subfield && $subfield != '$subfield')
- {
- $ret .= '['.$subfield.']';
- }
- return $ret;
- }
-
- function Field($params)
- {
- $subfield = getArrayValue($params,'subfield');
- if($subfield && $subfield != '$subfield')
- {
- $params['no_special'] = 'no_special';
- }
- $ret = parent::Field($params);
- if($subfield && $subfield != '$subfield')
- {
- $ret = getArrayValue($ret,$subfield);
- return $ret !== false ? $ret : '';
- }
- return $ret;
- }
-
- function PredefinedOptions($params)
- {
- $field = $params['field'];
- $object =& $this->Application->recallObject($this->getPrefixSpecial(),$this->Prefix, $params);
-
- $value = $object->GetDBField($field);
- $subfield = getArrayValue($params,'subfield');
- if($subfield && $subfield != '$subfield') $value = $value[$subfield];
-
- $value_field = getArrayValue($params,'value_field');
- if(!$value_field) $value_field = $field;
-
- $options = $object->GetFieldOptions($value_field);
-
- $block_params['name'] = $params['block'];
- $block_params['field'] = $params['field'];
- $block_params['pass_params'] = 'true';
-
- $selected_param_name = getArrayValue($params, 'selected_param');
- if (!$selected_param_name) $selected_param_name = $params['selected'];
- $selected = $params['selected'];
-
- $o = '';
- foreach ($options['options'] as $key => $val) {
- $block_params['key'] = $key;
- $block_params['option'] = $val;
- $block_params['field_name'] = $this->InputName($params);
- $block_params[$selected_param_name] = ( $key == $value ? ' '.$selected : '');
- $block_params['PrefixSpecial'] = $this->getPrefixSpecial();
- $o .= $this->Application->ParseBlock($block_params, 1);
- }
-
- return $o;
- }
-
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/selectors/selectors_tag_processor.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/selectors/selectors_config.php
===================================================================
--- branches/RC/kernel/units/selectors/selectors_config.php (revision 11201)
+++ branches/RC/kernel/units/selectors/selectors_config.php (nonexistent)
@@ -1,134 +0,0 @@
-<?php
-
- $config = Array(
- 'Prefix' => 'selectors',
- 'ItemClass' => Array('class'=>'SelectorsItem','file'=>'selectors_item.php','build_event'=>'OnItemBuild'),
- 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'),
- 'EventHandlerClass' => Array('class'=>'SelectorsEventHandler','file'=>'selectors_event_handler.php','build_event'=>'OnBuild'),
- 'TagProcessorClass' => Array('class'=>'SelectorsTagProcessor','file'=>'selectors_tag_processor.php','build_event'=>'OnBuild'),
- 'AutoLoad' => true,
-
- 'Clones' => Array(
- 'selectorsbase' => Array(
- 'Hooks' => Array(),
- 'Constrain' => 'Type = 1',
- 'SubItems' => Array('selectorsblock'),
- ),
-
- 'selectorsblock' => Array(
- 'Hooks' => Array(),
- 'Constrain' => 'Type = 2',
- 'ForeignKey' => Array('css' => 'StylesheetId', 'selectorsbase' => 'ParentId'),
- 'ParentTableKey' => Array('css' => 'StylesheetId', 'selectorsbase' => 'SelectorId'),
- 'ParentPrefix' => 'selectorsbase',
- ),
- ),
-
- 'Hooks' => Array(
- Array(
- 'Mode' => hAFTER,
- 'Conditional' => false,
- 'HookToPrefix' => 'selectors',
- 'HookToSpecial' => '',
- 'HookToEvent' => Array('OnItemBuild'),
- 'DoPrefix' => '',
- 'DoSpecial' => '',
- 'DoEvent' => 'OnPrepareBaseStyles',
- ),
-
- Array(
- 'Mode' => hAFTER,
- 'Conditional' => false,
- 'HookToPrefix' => 'selectors',
- 'HookToSpecial' => 'block',
- 'HookToEvent' => Array('OnListBuild'),
- 'DoPrefix' => '',
- 'DoSpecial' => 'block',
- 'DoEvent' => 'OnPrepareBaseStyles',
- ),
- ),
-
- 'MyHooks' => Array(
- Array(
- 'Mode' => hAFTER,
- 'Conditional' => false,
- 'HookToPrefix' => Array('Prefix1.*', 'Prefix2.Special1'),
- 'HookToEvents' => Array('OnBeforeItemUpdate', 'OnBeforeItemCreate'),
- 'DoPrefix' => Array('Prefix1.*', 'Prefix2.Special1'),
- 'DoEvent' => 'OnMyEvent',
- ),
- ),
-
- 'QueryString' => Array(
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- ),
- 'IDField' => 'SelectorId',
-
- 'TitleField' => 'Name',
-
- 'TableName' => TABLE_PREFIX.'StylesheetSelectors',
-
- 'ForeignKey' => 'StylesheetId',
- 'ParentTableKey' => 'StylesheetId',
- 'ParentPrefix' => 'css',
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'ListSQLs' => Array( ''=>' SELECT %1$s.*
- FROM %s',
- ), // key - special, value - list select sql
- 'ItemSQLs' => Array( ''=>'SELECT * FROM %s',
- ),
- 'ListSortings' => Array(
- '' => Array(
- 'Sorting' => Array('Name' => 'asc'),
- )
- ),
- 'Fields' => Array(
- 'SelectorId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'StylesheetId' => Array('type' => 'int', 'unique'=>Array('SelectorName'), 'current_table_only' => 1, 'not_null' => 1, 'default' => 0),
- 'Name' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1),
- 'SelectorName' => Array('type' => 'string', 'unique'=>Array('StylesheetId'), 'current_table_only' => 1, 'not_null' => '1','default' => '','required'=>1),
- 'SelectorData' => Array('type' => 'string', 'not_null' => '1','default' => ''),
- 'Description' => Array('type' => 'string','not_null' => '1','default' => ''),
- 'Type' => Array('type' => 'int', 'formatter'=>'kOptionsFormatter', 'options'=>Array( 1 => 'la_BaseSelectors', 2 => 'la_BlockSelectors'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0),
- 'AdvancedCSS' => Array('type' => 'string','not_null' => '1','default' => ''),
- 'ParentId' => Array('type' => 'int', 'formatter'=>'kOptionsFormatter', 'required' => 1, 'not_null' => 1, 'default' => 0),
- ),
-
- 'VirtualFields' => Array(
- 'FontStyle' => Array('type'=>'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>'','inherit'=>'inherit','normal'=>'normal','italic'=>'italic','oblique'=>'oblique'), 'default'=>'' ),
- 'FontWeight' => Array('type'=>'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>'','inherit'=>'inherit','100'=>'100','200'=>'200','300'=>'300','normal'=>'normal','500'=>'500','600'=>'600','bold'=>'bold','800'=>'800','900'=>'900','lighter'=>'lighter','bolder'=>'bolder') ),
- 'StyleCursor' => Array('type'=>'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>'','inherit'=>'inherit','default'=>'default','auto'=>'auto','n-resize'=>'n-resize','ne-resize'=>'ne-resize','e-resize'=>'e-resize','se-resize'=>'se-resize','s-resize'=>'s-resize','sw-resize'=>'sw-resize','w-resize'=>'w-resize','nw-resize'=>'nw-resize','crosshair'=>'crosshair','pointer'=>'pointer','move'=>'move','text'=>'text','wait'=>'wait','help'=>'help','hand'=>'hand','all-scroll'=>'all-scroll','col-resize'=>'col-resize','row-resize'=>'row-resize','no-drop'=>'no-drop','not-allowed'=>'not-allowed','progress'=>'progress','vertical-text'=>'vertical-text','alias'=>'alias','cell'=>'cell','copy'=>'copy','count-down'=>'count-down','count-up'=>'count-up','count-up-down'=>'count-up-down','grab'=>'grab','grabbing'=>'grabbing','spinning'=>'spinning') ),
- 'StyleDisplay' => Array('type'=>'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>'','inherit'=>'inherit','none'=>'none','inline'=>'inline','block'=>'block','inline-block'=>'inline-block','list-item'=>'list-item','marker'=>'marker','compact'=>'compact','run-in'=>'run-in','table-header-group'=>'table-header-group','table-footer-group'=>'table-footer-group','table'=>'table','inline-table'=>'inline-table','table-caption'=>'table-caption','table-row'=>'table-row','table-row-group'=>'table-row-group','table-column'=>'table-column','table-column-group'=>'table-column-group') ),
- 'TextAlign' => Array('type'=>'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>'','inherit'=>'inherit','left'=>'left','right'=>'right','center'=>'center','justify'=>'justify') ),
- 'TextDecoration' => Array('type'=>'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>'','inherit'=>'inherit','none'=>'none','underline'=>'underline','overline'=>'overline','line-through'=>'line-through','blink'=>'blink') ),
- 'StyleVisibility' => Array('type'=>'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>'','inherit'=>'inherit','visible'=>'visible','hidden'=>'hidden','collapse'=>'collapse') ),
- 'StylePosition' => Array('type'=>'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>'','inherit'=>'inherit','static'=>'static','relative'=>'relative','absolute'=>'absolute','fixed'=>'fixed') ),
- ),
-
- 'Grids' => Array(
- 'Default' => Array(
- 'Icons' => Array('default'=>'icon16_selector.gif'),
- 'Fields' => Array(
- 'Name' => Array( 'title'=>'la_col_Name', 'data_block' => 'grid_checkbox_td'),
- 'SelectorName' => Array( 'title'=>'la_col_SelectorName'),
- 'Description' => Array( 'title'=>'la_col_Description', 'data_block' => 'grid_description_td' ),
- ),
- ),
-
- 'BlockStyles' => Array(
- 'Icons' => Array('default'=>'icon16_selector.gif'),
- 'Fields' => Array(
- 'Name' => Array( 'title'=>'la_col_Name', 'data_block' => 'grid_checkbox_td'),
- 'SelectorName' => Array( 'title'=>'la_col_SelectorName'),
- 'Description' => Array( 'title'=>'la_col_Description', 'data_block' => 'grid_description_td' ),
- 'ParentId' => Array('title'=>'la_col_Basedon'),
- ),
- ),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/selectors/selectors_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.10
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/selectors/selectors_item.php
===================================================================
--- branches/RC/kernel/units/selectors/selectors_item.php (revision 11201)
+++ branches/RC/kernel/units/selectors/selectors_item.php (nonexistent)
@@ -1,55 +0,0 @@
-<?php
-
- define('STYLE_INLINE', ' ');
- define('STYLE_FILE', "\n");
- define('STYLE_PREVIEW', '<br>');
-
- class SelectorsItem extends kDBItem
- {
- /**
- * Returns compiled selector for inserting into css file
- *
- * @return string
- */
- function CompileStyle($separator = STYLE_FILE)
- {
- $ret = $this->GetDBField('SelectorName')." {\n";
- $ret .= $this->CompileStyleBody($separator);
- $ret .= $separator."}\n";
- return $ret;
- }
-
- function CompileStyleBody($separator)
- {
- $ret = '';
- $selector_data = $this->GetDBField('SelectorData');
- if($selector_data)
- {
- foreach($selector_data as $property_name => $property_value)
- {
- if ($property_value == '') continue;
- $ret .= "\t$property_name: $property_value;".$separator;
- }
- }
-
- $advanced_css = $this->GetDBField('AdvancedCSS');
- if($separator != "\n") $advanced_css = str_replace("\n",$separator,$advanced_css);
- $ret .= $advanced_css;
-
- return $ret;
- }
-
- /**
- * Resets all block style attributes to it's base style
- *
- */
- function ResetStyle()
- {
- if( $this->GetDBField('ParentId') )
- {
- $this->SetDBField( 'SelectorData', Array() );
- $this->Update();
- }
- }
- }
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/selectors/selectors_item.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/visits/visits_tag_processor.php
===================================================================
--- branches/RC/kernel/units/visits/visits_tag_processor.php (revision 11201)
+++ branches/RC/kernel/units/visits/visits_tag_processor.php (nonexistent)
@@ -1,172 +0,0 @@
-<?php
-
- class VisitsTagProcessor extends kDBTagProcessor {
-
- function UserFound($params)
- {
- $virtual_users = Array(-1,-2, 0);
- $object =& $this->Application->recallObject( $this->getPrefixSpecial(), $this->Prefix, $params );
- return !in_array( $object->GetDBField( $params['user_field'] ) , $virtual_users );
- }
-
-
- function UserLink($params)
- {
- $object =& $this->Application->recallObject( $this->getPrefixSpecial(), $this->Prefix, $params );
- $user_id = $object->GetDBField( $params['user_field'] );
- if($user_id)
- {
- //return $this->Application->HREF('in-commerce/users/users_edit_general','', Array('u_id' => $user_id) );
- $resource_id = $this->Conn->GetOne('SELECT ResourceId FROM '.TABLE_PREFIX.'PortalUser WHERE PortalUserId = '.$user_id);
- return 'javascript:OpenUserEdit('.$resource_id.');';
- }
- }
-
- function getDateLimitClause($field)
- {
- $search_filter = $this->Application->RecallVar( $this->getPrefixSpecial().'_search_filter');
- if($search_filter)
- {
- $search_filter = unserialize($search_filter);
- return $search_filter[$field]['value'];
- }
- return '';
- }
-
- function AffiliateOrderInfo($params)
- {
- $list =& $this->GetList($params);
-
- $date_limit = str_replace($list->TableName, 'vis', $this->getDateLimitClause('VisitDate') );
-
- $affil_table = $this->Application->getUnitOption('affil', 'TableName');
- $affil_idfield = $this->Application->getUnitOption('affil', 'IDField');
- $sql = 'SELECT '.$affil_idfield.' FROM '.$affil_table.' WHERE PortalUserId = '.$this->Application->RecallVar('user_id');
- $affiliate_id = $this->Conn->GetOne($sql);
-
- $sql = 'SELECT COUNT(ord.OrderId) AS OrderCount
- FROM '.$list->TableName.' vis
- LEFT JOIN '.TABLE_PREFIX.'Orders ord ON ord.VisitId = vis.VisitId
- WHERE (vis.AffiliateId = '.$affiliate_id.') AND (ord.Status = '.ORDER_STATUS_PROCESSED.')'.($date_limit ? ' AND '.$date_limit : '');
-
- $result = $this->Conn->GetRow($sql);
-
- $sql = 'SELECT COUNT(*) FROM '.$list->TableName.' vis
- WHERE AffiliateId = '.$affiliate_id.($date_limit ? ' AND '.$date_limit : '');
-
- $result['TotalVisitors'] = $this->Conn->GetOne($sql);
- $result['OrderTotalAmount'] = $list->getTotal('OrderTotalAmount', 'SUM');
- $result['OrderAffiliateCommission'] = $list->getTotal('OrderAffiliateCommission', 'SUM');
-
- $block_params = $this->prepareTagParams($params);
- $block_params['name'] = $params['render_as'];
-
- $format_fields = Array('OrderTotalAmount', 'OrderAffiliateCommission');
-
- if( $this->HasParam($params, 'currency') )
- {
- $iso = $this->GetISO($params['currency']);
- foreach($format_fields as $format_field)
- {
- $value = sprintf($list->Fields[$format_field]['format'], $result[$format_field]);
- $value = $this->ConvertCurrency($value, $iso);
- $value = $this->AddCurrencySymbol($value, $iso);
- $result[$format_field] = $value;
- }
- }
-
- $block_params = array_merge_recursive2($block_params, $result);
-
- return $this->Application->ParseBlock($block_params);
- }
-
-
- /*function ShowTotals($params)
- {
- $list =& $this->GetList($params);
- $block_params = $this->prepareTagParams($params);
- $block_params = array_merge_recursive2($block_params, $list->Totals);
- $block_params['name'] = $this->SelectParam($params, 'render_as,block');
- return $this->Application->ParseBlock($block_params);
- }*/
-
- function ListVisitors($params)
- {
- $o = '';
-
- $params['render_as'] = $params['item_render_as'];
-
- $o_visitors = $this->PrintList2($params);
-
- if($o_visitors)
- {
- $header = '';
- $footer = '';
-
- $block_params = $this->prepareTagParams($params);
-
- $header_block = getArrayValue($params, 'header_render_as');
- if($header_block)
- {
- $block_params['name'] = $header_block;
- $header = $this->Application->ParseBlock($block_params);
- }
-
- $footer_block = getArrayValue($params, 'footer_render_as');
- if($footer_block)
- {
- $block_params['name'] = $footer_block;
- $footer = $this->Application->ParseBlock($block_params);
- }
-
- $o = $header.$o_visitors.$footer;
- }
- else
- {
- $visitors_params = array('name' => $params['empty_myvisitors_render_as']);
- $o = $this->Application->ParseBlock($visitors_params);
- }
-
- return $o;
-
- }
- /*
- function OrderLink($params){
- $object = &$this->Application->recallObject($this->getPrefixSpecial());
- $params['ord_id'] = $object->GetDBField('OrderId');
- $main_processor =& $this->Application->recallObject('m_TagProcessor');
- return $main_processor->T($params);
- }
- */
-
- /**
- * Enter description here...
- *
- * @param unknown_type $params
- * @return kDBList
- */
-
- function &GetList($params)
- {
- $list_name = $this->SelectParam($params, 'list_name,name');
- if (!$list_name) {
- $list_name = $this->Application->Parser->GetParam('list_name');
- }
- $types = $this->SelectParam($params, 'types');
- $special='';
- if ($types=='myvisitororders' || $types=='myvisitors'){
- $special = 'incommerce';
- $names_mapping = $this->Application->GetVar('NamesToSpecialMapping');
- $names_mapping[$this->Prefix][$list_name] = $special;
- $this->Application->SetVar('NamesToSpecialMapping', $names_mapping);
-
- }
-
-
- return parent::GetList($params);
- }
-
- }
-
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/visits/visits_tag_processor.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.14
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/visits/visits_config.php
===================================================================
--- branches/RC/kernel/units/visits/visits_config.php (revision 11201)
+++ branches/RC/kernel/units/visits/visits_config.php (nonexistent)
@@ -1,143 +0,0 @@
-<?php
-
-$config = Array(
- 'Prefix' => 'visits',
- 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'),
- 'ListClass' => Array('class'=>'VisitsList','file'=>'visits_list.php','build_event'=>'OnListBuild'),
- 'EventHandlerClass' => Array('class'=>'VisitsEventHandler','file'=>'visits_event_handler.php','build_event'=>'OnBuild'),
- 'TagProcessorClass' => Array('class'=>'VisitsTagProcessor','file'=>'visits_tag_processor.php','build_event'=>'OnBuild'),
- 'AutoLoad' => true,
-
- 'QueryString' => Array(
- 1 => 'id',
- 2 => 'Page',
- 3 => 'event',
- 4 => 'mode',
- ),
-
- 'Hooks' => Array(
- Array(
- 'Mode' => hBEFORE,
- 'Conditional' => false,
- 'HookToPrefix' => 'adm',
- 'HookToSpecial' => '',
- 'HookToEvent' => Array( 'OnStartup' ),
- 'DoPrefix' => '',
- 'DoSpecial' => '',
- 'DoEvent' => 'OnRegisterVisit',
- ),
-
- Array(
- 'Mode' => hAFTER,
- 'Conditional' => false,
- 'HookToPrefix' => 'u',
- 'HookToSpecial' => '*',
- 'HookToEvent' => Array( 'OnLogin' ),
- 'DoPrefix' => '',
- 'DoSpecial' => '',
- 'DoEvent' => 'OnUserLogin',
- ),
- ),
-
- 'IDField' => 'VisitId',
- 'TableName' => TABLE_PREFIX.'Visits',
-
- 'PermSection' => Array('main' => 'in-portal:visits'),
-
- 'TitlePresets' => Array(
- 'default' => Array(),
- 'visits_list' => Array('prefixes' => Array('visits_List'), 'format' => "!la_title_Visits! (#visits_recordcount#)"),
- 'visits.incommerce_list' => Array('prefixes' => Array('visits.incommerce_List'), 'format' => "!la_title_Visits! (#visits.incommerce_recordcount#)"),
- ),
- 'CalculatedFields' => Array(
- '' => Array (
- 'UserName' => 'IF( ISNULL(u.Login), IF (%1$s.PortalUserId = -1, \'root\', IF (%1$s.PortalUserId = -2, \'Guest\', \'n/a\')), u.Login)',
- ),
- 'incommerce' => Array (
- 'UserName' => 'IF( ISNULL(u.Login), IF (%1$s.PortalUserId = -1, \'root\', IF (%1$s.PortalUserId = -2, \'Guest\', \'n/a\')), u.Login)',
- 'AffiliateUser' => 'IF( LENGTH(au.Login),au.Login,\'!la_None!\')',
- 'AffiliatePortalUserId' => 'af.PortalUserId',
- 'OrderTotalAmount' => 'IF(ord.Status = 4, ord.SubTotal+ord.ShippingCost+ord.VAT, 0)',
- 'OrderAffiliateCommission' => 'IF(ord.Status = 4, ord.AffiliateCommission, 0)',
- 'OrderNumber' => 'CONCAT(LPAD(Number,6,"0"),\'-\',LPAD(SubNumber,3,"0") )',
- 'OrderId' => 'ord.OrderId',
- ),
- ),
-
- 'ListSQLs' => Array( ''=>' SELECT %1$s.* %2$s
- FROM %1$s
- LEFT JOIN '.TABLE_PREFIX.'PortalUser u ON %1$s.PortalUserId = u.PortalUserId',
- 'incommerce'=>'
- SELECT %1$s.* %2$s
- FROM %1$s
- LEFT JOIN '.TABLE_PREFIX.'PortalUser u ON %1$s.PortalUserId = u.PortalUserId
- LEFT JOIN '.TABLE_PREFIX.'Affiliates af ON %1$s.AffiliateId = af.AffiliateId
- LEFT JOIN '.TABLE_PREFIX.'PortalUser au ON af.PortalUserId = au.PortalUserId
- LEFT JOIN '.TABLE_PREFIX.'Orders ord ON %1$s.VisitId = ord.VisitId',
- ),
-
-
- 'ItemSQLs' => Array( ''=>' SELECT %1$s.* %2$s
- FROM %1$s
- LEFT JOIN '.TABLE_PREFIX.'PortalUser u ON %1$s.PortalUserId = u.PortalUserId',
- 'incommerce'=>' SELECT %1$s.* %2$s
- FROM %1$s
- LEFT JOIN '.TABLE_PREFIX.'PortalUser u ON %1$s.PortalUserId = u.PortalUserId
- LEFT JOIN '.TABLE_PREFIX.'Affiliates af ON %1$s.AffiliateId = af.AffiliateId
- LEFT JOIN '.TABLE_PREFIX.'PortalUser au ON af.PortalUserId = au.PortalUserId
- LEFT JOIN '.TABLE_PREFIX.'Orders ord ON %1$s.VisitId = ord.VisitId',
- ),
-
- 'ListSortings' => Array(
- '' => Array(
- 'Sorting' => Array('VisitDate' => 'desc'),
- )
- ),
-
- 'Fields' => Array(
- 'VisitId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'VisitDate' => Array('type' => 'int', 'formatter'=>'kDateFormatter', 'custom_filter' => 'date_range', 'not_null' => 1, 'default' => 0),
- 'Referer' => Array('type' => 'string','not_null' => '1','default' => ''),
- 'IPAddress' => Array('type' => 'string','not_null' => '1','default' => ''),
- 'AffiliateId' => Array('type'=>'int','formatter'=>'kLEFTFormatter', 'error_msgs' => Array ('invalid_option' => '!la_error_UserNotFound!'), 'options' => Array(0 => 'lu_None'), 'left_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'Affiliates af LEFT JOIN '.TABLE_PREFIX.'PortalUser pu ON pu.PortalUserId = af.PortalUserId WHERE `%s` = \'%s\'','left_key_field'=>'AffiliateId','left_title_field'=>'Login','not_null'=>1,'default'=>0),
- 'PortalUserId' => Array('type' => 'int','not_null' => '1','default' => -2),
- ),
-
- 'VirtualFields' => Array(
- 'UserName' => Array('type'=>'string'),
- 'AffiliateUser' => Array('type'=>'string'),
- 'AffiliatePortalUserId' => Array('type'=>'int'),
- 'OrderTotalAmount' => Array('type' => 'float', 'formatter'=>'kFormatter', 'format'=>'%01.2f', 'not_null' => '1','default' => '0.00', 'totals' => 'SUM'),
- 'OrderTotalAmountSum' => Array('type' => 'float', 'formatter'=>'kFormatter', 'format'=>'%01.2f', 'not_null' => '1','default' => '0.00'),
- 'OrderAffiliateCommission' => Array('type' => 'double', 'formatter'=>'kFormatter','format'=>'%.02f', 'not_null' => '1','default' => '0.0000', 'totals' => 'SUM'),
- 'OrderAffiliateCommissionSum' => Array('type' => 'double', 'formatter'=>'kFormatter','format'=>'%.02f', 'not_null' => '1','default' => '0.0000'),
- 'OrderId' => Array('type' => 'int', 'default' => '0'),
- ),
-
- 'Grids' => Array(
- 'Default' => Array(
- 'Icons' => Array('default'=>'icon16_custom.gif'), // icons for each StatusField values, if no matches or no statusfield selected, then "default" icon is used
- 'Fields' => Array(
- 'VisitDate' => Array( 'title'=>'la_col_VisitDate', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_date_range_filter'),
- 'IPAddress' => Array( 'title'=>'la_col_IPAddress', 'filter_block' => 'grid_like_filter' ),
- 'Referer' => Array( 'title'=>'la_col_Referer', 'data_block' => 'grid_referer_td', 'filter_block' => 'grid_like_filter' ),
- 'UserName' => Array('title' => 'la_col_Username', 'data_block' => 'grid_userlink_td', 'user_field' => 'PortalUserId', 'filter_block' => 'grid_like_filter'),
- ),
- ),
- 'visitsincommerce' => Array(
- 'Icons' => Array('default'=>'icon16_custom.gif'), // icons for each StatusField values, if no matches or no statusfield selected, then "default" icon is used
- 'Fields' => Array(
- 'VisitDate' => Array( 'title'=>'la_col_VisitDate', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_date_range_filter' ),
- 'IPAddress' => Array( 'title'=>'la_col_IPAddress', 'filter_block' => 'grid_like_filter' ),
- 'Referer' => Array( 'title'=>'la_col_Referer', 'data_block' => 'grid_referer_td', 'filter_block' => 'grid_like_filter' ),
- 'UserName' => Array('title' => 'la_col_Username', 'data_block' => 'grid_userlink_td', 'user_field' => 'PortalUserId', 'filter_block' => 'grid_like_filter'),
- 'AffiliateUser' => Array( 'title' => 'la_col_AffiliateUser', 'data_block' => 'grid_userlink_td', 'user_field' => 'AffiliatePortalUserId', 'filter_block' => 'grid_like_filter'),
- 'OrderTotalAmountSum' => Array( 'title' => 'la_col_OrderTotal', 'filter_block' => 'grid_range_filter'),
- 'OrderAffiliateCommissionSum' => Array( 'title' => 'la_col_Commission', 'filter_block' => 'grid_range_filter'),
- ),
- ),
- ),
-
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/visits/visits_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.27.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/visits/visits_event_handler.php
===================================================================
--- branches/RC/kernel/units/visits/visits_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/visits/visits_event_handler.php (nonexistent)
@@ -1,123 +0,0 @@
-<?php
-
- class VisitsEventHandler extends kDBEventHandler {
-
- /**
- * Allows to override standart permission mapping
- *
- */
- function mapPermissions()
- {
- parent::mapPermissions();
- $permissions = Array(
- 'OnItemBuild' => Array('self' => true),
- );
-
- $this->permMapping = array_merge($this->permMapping, $permissions);
- }
-
- /**
- * Registers user visit to site
- *
- * @param kEvent $event
- */
- function OnRegisterVisit(&$event)
- {
- if ($this->Application->IsAdmin()) {
- // admin logins are not registred in visits list
- return true;
- }
- if ($this->Application->RecallVar('visit_id')) {
- return true;
- }
- $object =& $event->getObject( Array('skip_autoload'=>true) );
- $object->SetDBField('VisitDate_date', adodb_mktime() );
- $object->SetDBField('VisitDate_time', adodb_mktime() );
- $object->SetDBField('Referer', getArrayValue($_SERVER, 'HTTP_REFERER') );
- $object->SetDBField('IPAddress', $_SERVER['REMOTE_ADDR'] );
- if( $object->Create() )
- {
- $this->Application->StoreVar('visit_id', $object->GetID() );
- $this->Application->SetVar('visits_id', $object->GetID() );
- }
- }
-
- /**
- * Apply any custom changes to list's sql query
- *
- * @param kEvent $event
- * @access protected
- * @see OnListBuild
- */
- function SetCustomQuery(&$event)
- {
- $object =& $event->getObject();
-
- $types = $event->getEventParam('types');
- if($types == 'myvisitors')
- {
-
- $user_id = $this->Application->RecallVar('user_id');
- $object->addFilter('myitems_user1','au.PortalUserId = '.$user_id);
- $object->addFilter('myitems_user2','au.PortalUserId >0');
- //$object->AddGroupByField('VisitDate');
- $object->AddGroupByField('%1$s.VisitId');
-
- }
-
- if($types == 'myvisitororders' && $event->Special == 'incommerce')
- {
- $user_id = $this->Application->RecallVar('user_id');
- $object->addFilter('myitems_orders','ord.OrderId IS NOT NULL');
- $object->addFilter('myitems_user1','au.PortalUserId = '.$user_id);
- $object->addFilter('myitems_user2','au.PortalUserId >0');
- $object->addFilter('myitems_orders_processed','ord.Status = 4');
- }
- }
-
- /**
- * Apply some special processing to
- * object beeing recalled before using
- * it in other events that call prepareObject
- *
- * @param kBase $object
- * @param kEvent $event
- * @access protected
- */
- function prepareObject(&$object, &$event)
- {
- $types = $event->getEventParam('types');
- if(method_exists($object, 'AddGroupByField'))
- {
- if( ($types == 'myvisitors' || !$types) && $object->Special == 'incommerce')
- {
- $object->addCalculatedField('OrderTotalAmountSum', 'SUM(IF(ord.Status = 4, ord.SubTotal+ord.ShippingCost+ord.VAT, 0))');
- $object->addCalculatedField('OrderAffiliateCommissionSum', 'SUM( IF(ord.Status = 4,ord.AffiliateCommission,0))');
- $object->addCalculatedField('OrderCountByVisit', 'SUM( IF(ord.Status = 4, 1, 0) )');
- }
-
- if (!$types){
- $object->AddGroupByField('%1$s.VisitId');
- }
- }
- }
-
- /**
- * [HOOK] Updates user_id in current visit
- *
- * @param kEvent $event
- */
- function OnUserLogin(&$event)
- {
- if ($event->MasterEvent->status == erSUCCESS) {
- $user_id = $this->Application->RecallVar('user_id');
- if ($user_id > 0) {
- // for real users only, not root,guest
- $this->Application->setVisitField('PortalUserId', $user_id);
- }
- }
- }
-
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/visits/visits_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.19
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/visits/visits_list.php
===================================================================
--- branches/RC/kernel/units/visits/visits_list.php (revision 11201)
+++ branches/RC/kernel/units/visits/visits_list.php (nonexistent)
@@ -1,60 +0,0 @@
-<?php
-
-
-class VisitsList extends kDBList
-{
- /**
- * Counts the total number of records base on the query resulted from {@link kDBList::GetSelectSQL()}
- *
- * The method modifies the query to substitude SELECT part (fields listing) with COUNT(*).
- * Special care should be applied when working with lists based on grouped queries, all aggregate function fields
- * like SUM(), AVERAGE() etc. should be added to CountedSQL by using {@link kDBList::SetCountedSQL()}
- *
- * @access public
- * @param string
- * @return void
- */
- function CountRecs()
- {
- $system_sql = $this->GetSelectSQL(true,true);
- $sql = $this->getCountSQL($system_sql);
- if( $this->GetGroupClause() )
- {
- if (!isset($this->OriginalParams['types']) && $this->Special == 'incommerce') {
- //$sql = preg_replace('/GROUP BY.*/', '', $sql);
- $sql = 'SELECT COUNT(*) FROM '.$this->TableName;
- $this->NoFilterCount = (int)$this->Conn->GetOne($sql);
- }
- else {
- $this->NoFilterCount = count( $this->Conn->GetCol($sql) );
- }
- }
- else
- {
- $this->NoFilterCount = (int)$this->Conn->GetOne($sql);
- }
-
- $all_sql = $this->GetSelectSQL(true,false);
- if($system_sql == $all_sql) //no need to query the same again
- {
- $this->RecordsCount = $this->NoFilterCount;
- return;
- }
-
- $sql = $this->getCountSQL($all_sql);
-
- if( $this->GetGroupClause() )
- {
- $this->RecordsCount = count( $this->Conn->GetCol($sql) );
- }
- else
- {
- $this->RecordsCount = (int)$this->Conn->GetOne($sql);
- }
-
-
-
- $this->Counted = true;
- }
-
-}
\ No newline at end of file
Property changes on: branches/RC/kernel/units/visits/visits_list.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/config_search/config_search_event_handler.php
===================================================================
--- branches/RC/kernel/units/config_search/config_search_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/config_search/config_search_event_handler.php (nonexistent)
@@ -1,109 +0,0 @@
-<?php
-
- class ConfigSearchEventHandler extends kDBEventHandler {
-
- /**
- * Changes permission section to one from REQUEST, not from config
- *
- * @param kEvent $event
- */
- function CheckPermission(&$event)
- {
- $module = $this->Application->GetVar('module');
- $main_prefix = $this->Application->findModule('Name', $module, 'Var');
- $section = $this->Application->getUnitOption($main_prefix.'.search', 'PermSection');
- $event->setEventParam('PermSection', $section);
- return parent::CheckPermission($event);
- }
-
- /**
- * Apply any custom changes to list's sql query
- *
- * @param kEvent $event
- * @access protected
- * @see OnListBuild
- */
- function SetCustomQuery(&$event)
- {
- $object =& $event->getObject();
-
- // show only items that belong to selected module
- $module = $this->Application->GetVar('module');
- $object->addFilter('module_filter', '%1$s.ModuleName = '.$this->Conn->qstr($module));
-
- // don't show disabled search items
- $object->addFilter('active_filter', '%1$s.SimpleSearch <> -1');
- }
-
- /**
- * Enter description here...
- *
- * @param kEvent $event
- */
- function OnUpdate(&$event)
- {
- if (!$this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) {
- parent::OnUpdate($event);
-
- $conf_update = new kEvent('conf:OnUpdate');
- $conf_update->redirect = false;
- $this->Application->HandleEvent($conf_update);
- }
-
- $event->SetRedirectParam('opener', 's');
-
- // keeps module and section in REQUEST to ensure, that last admin template will work
- $event->SetRedirectParam('module', $this->Application->GetVar('module'));
- $event->SetRedirectParam('module_key', $this->Application->GetVar('module_key'));
- $event->SetRedirectParam('section', $this->Application->GetVar('section'));
- }
-
- function OnCancel(&$event)
- {
- parent::OnCancel($event);
- $event->SetRedirectParam('opener', 's');
- }
-
- /**
- * [HOOK] Enter description here...
- *
- * @param kEvent $event
- */
- function OnCreateCustomField(&$event)
- {
- $custom_field =& $event->MasterEvent->getObject();
- if ($custom_field->GetDBField('Type') == 6 || $custom_field->GetDBField('IsSystem') == 1) {
- // user & system custom fields are not searchable
- return false;
- }
-
- $object =& $event->getObject( Array('skip_autoload' => true) );
-
- $custom_id = $custom_field->GetID();
- if ($object->GetDBField('CustomFieldId') != $custom_id) {
- $object->Load($custom_id, 'CustomFieldId');
- }
-
- $cf_search = Array();
- $cf_search['DisplayOrder'] = $custom_field->GetDBField('DisplayOrder');
- $cf_search['FieldType'] = $custom_field->GetDBField('ElementType');
- $cf_search['DisplayName'] = $custom_field->GetDBField('FieldLabel');
- $cf_search['FieldName'] = $custom_field->GetDBField('FieldName');
- $cf_search['Description'] = $custom_field->GetDBField('Prompt');
- $cf_search['ConfigHeader'] = $custom_field->GetDBField('Heading'); // 'la_Text_CustomFields';
- $cf_search['TableName'] = 'CustomField';
-
- $sql = 'SELECT Module
- FROM '.TABLE_PREFIX.'ItemTypes
- WHERE ItemType = '.$custom_field->GetDBField('Type');
-
- $cf_search['ModuleName'] = $this->Conn->GetOne($sql);
-
- $object->SetFieldsFromHash($cf_search);
- $object->SetDBField('CustomFieldId', $custom_id);
-
- $result = $object->isLoaded() ? $object->Update() : $object->Create();
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/config_search/config_search_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.15.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/config_search/config_search_tag_processor.php
===================================================================
--- branches/RC/kernel/units/config_search/config_search_tag_processor.php (revision 11201)
+++ branches/RC/kernel/units/config_search/config_search_tag_processor.php (nonexistent)
@@ -1,43 +0,0 @@
-<?php
-
-class ConfigSearchTagProcessor extends kDBTagProcessor {
-
- /**
- * Prints list content using block specified
- *
- * @param Array $params
- * @return string
- * @access public
- */
- function PrintList($params)
- {
- $list =& $this->GetList($params);
- $id_field = $this->Application->getUnitOption($this->Prefix,'IDField');
-
- $list->Query();
- $o = '';
- $list->GoFirst();
-
- $block_params = $this->prepareTagParams($params);
- $block_params['name'] = $this->SelectParam($params, 'render_as,block');
- $block_params['pass_params'] = 'true';
-
- $this->groupRecords($list->Records, 'ConfigHeader');
- $prev_heading = '';
-
- while (!$list->EOL())
- {
- $this->Application->SetVar( $this->getPrefixSpecial().'_id', $list->GetDBField($id_field) ); // for edit/delete links using GET
- $block_params['show_heading'] = ($prev_heading != $list->GetDBField('ConfigHeader') ) ? 1 : 0;
-
- $o.= $this->Application->ParseBlock($block_params, 1);
- $prev_heading = $list->GetDBField('ConfigHeader');
- $list->GoNext();
- }
-
- $this->Application->SetVar( $this->getPrefixSpecial().'_id', '');
- return $o;
- }
-}
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/config_search/config_search_tag_processor.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/config_search/config_search_config.php
===================================================================
--- branches/RC/kernel/units/config_search/config_search_config.php (revision 11201)
+++ branches/RC/kernel/units/config_search/config_search_config.php (nonexistent)
@@ -1,115 +0,0 @@
-<?php
-
-$config = Array(
- 'Prefix' => 'confs',
-
- 'Clones' => Array(
- 'confs-cf' => Array(
- 'Prefix' => 'confs-cf',
- 'ParentPrefix' => 'cf',
- 'ParentTableKey' => 'CustomFieldId', // linked field in master table
- 'ForeignKey' => 'CustomFieldId', // linked field in subtable
- 'AutoClone' => false, // because OnCreateCustomField hook does the stuff
- 'AutoDelete' => true,
-
- 'Hooks' => Array(
- Array(
- 'Mode' => hAFTER,
- 'Conditional' => false,
- 'HookToPrefix' => '#PARENT#',
- 'HookToSpecial' => '*',
- 'HookToEvent' => Array('OnAfterItemCreate', 'OnAfterItemUpdate'),
- 'DoPrefix' => '',
- 'DoSpecial' => '*',
- 'DoEvent' => 'OnCreateCustomField',
- ),
- ),
- ),
- ),
-
- 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'),
- 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'),
- 'EventHandlerClass' => Array('class'=>'ConfigSearchEventHandler','file'=>'config_search_event_handler.php','build_event'=>'OnBuild'),
- 'TagProcessorClass' => Array('class'=>'ConfigSearchTagProcessor','file'=>'config_search_tag_processor.php','build_event'=>'OnBuild'),
- 'AutoLoad' => true,
- 'hooks' => Array(),
- 'QueryString' => Array(
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- ),
-
- 'IDField' => 'SearchConfigId',
-
- 'TitleField' => 'FieldName',
-
- 'TitlePresets' => Array(
- 'default' => Array( 'new_status_labels' => Array('confs'=>'!la_title_Adding_ConfigSearch!'),
- 'edit_status_labels' => Array('confs'=>'!la_title_Editing_ConfigSearch!'),
- 'new_titlefield' => Array('confs'=>'!la_title_New_ConfigSearch!'),
- ),
-
- 'configsearch_edit' => Array('prefixes' => Array('confs'), 'format' => "#confs_status# '#confs_titlefield#' - !la_title_General!"),
- 'config_list_search' => Array('prefixes' => Array('confs_List'), 'tag_params' => Array('confs' => Array('per_page' => -1) ), 'format' => "!la_updating_config!"),
- ),
-
- 'TableName' => TABLE_PREFIX.'SearchConfig',
-
- 'CalculatedFields' => Array(
- '' => Array(
- 'IsCustom' => 'IF(CustomFieldId IS NULL, 0, 1)',
- ),
- ),
-
- 'ListSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'),
-
- 'ItemSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'),
-
-
-
- 'Fields' => Array(
- 'TableName' => Array('type' => 'string','not_null' => '1', 'required' => 1, 'default' => ''),
- 'FieldName' => Array('type' => 'string','not_null' => '1', 'required' => 1, 'default' => ''),
- 'SimpleSearch' => Array('type' => 'int', 'not_null' => 1, 'default' => 1),
- 'AdvancedSearch' => Array('type' => 'int', 'not_null' => 1, 'default' => 1),
- 'Description' => Array('type' => 'string','default' => null),
- 'DisplayName' => Array('type' => 'string', 'required' => 1, 'default' => null),
- 'ModuleName' => Array('type' => 'string', 'formatter'=>'kOptionsFormatter', 'options'=>Array(''=>''), 'options_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'Modules WHERE Loaded = 1 ORDER BY LoadOrder', 'option_key_field'=>'Name', 'option_title_field'=>'Name', 'not_null' => '1','default' => 'In-Portal'),
- 'ConfigHeader' => Array('type' => 'string', 'required' => 1, 'default' => null),
- 'DisplayOrder' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'SearchConfigId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'Priority' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'FieldType' => Array('type' => 'string', 'formatter' => 'kOptionsFormatter', 'options' => Array('text' => 'text', 'range' => 'range', 'boolean' => 'boolean', 'date' => 'date'), 'not_null' => '1', 'required' => 1, 'default' => 'text'),
- 'ForeignField' => Array('type' => 'string','default' => null),
- 'JoinClause' => Array('type' => 'string','default' => null),
- 'IsWhere' => Array('type' => 'string','default' => null),
- 'IsNotWhere' => Array('type' => 'string','default' => null),
- 'ContainsWhere' => Array('type' => 'string','default' => null),
- 'NotContainsWhere' => Array('type' => 'string','default' => null),
- 'CustomFieldId' => Array('type' => 'int', 'default' => null),
- ),
-
- 'VirtualFields' => Array(
- 'IsCustom' => Array('type' => 'int', 'default' => 0),
- ),
-
- 'ListSortings' => Array(
- '' => Array(
- 'ForcedSorting' => Array('IsCustom' => 'asc'),
- 'Sorting' => Array('DisplayOrder' => 'asc'),
- )
- ),
-
- 'Grids' => Array(
- 'Default' => Array(
- 'Icons' => Array('default'=>'icon16_custom.gif'), // icons for each StatusField values, if no matches or no statusfield selected, then "default" icon is used
- 'Fields' => Array(
- 'TableName' => Array( 'title'=>'la_col_TableName', 'data_block' => 'grid_data_td'),
- 'FieldName' => Array( 'title'=>'la_col_FieldName', 'data_block' => 'grid_data_td' ),
- 'SimpleSearch' => Array( 'title'=>'la_col_SimpleSearch', 'data_block' => 'grid_data_td'),
- ),
- ),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/config_search/config_search_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.11
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/helpers/spam_helper.php
===================================================================
--- branches/RC/kernel/units/helpers/spam_helper.php (revision 11201)
+++ branches/RC/kernel/units/helpers/spam_helper.php (nonexistent)
@@ -1,133 +0,0 @@
-<?php
-
- class SpamHelper extends kHelper {
-
- /**
- * Table name where spam control information is keeped
- *
- * @var string
- */
- var $TableName;
-
- /**
- * RecourceId field of current item
- *
- * @var int
- */
- var $ResourceId = 0;
-
- /**
- * Type of information to put into spam control
- *
- * @var string
- */
- var $DataType = '';
-
- /**
- * Default spam control record expiration
- *
- * @var int
- */
- var $Expiration = 0;
-
- function SpamHelper()
- {
- parent::kHelper();
- $this->TableName = TABLE_PREFIX.'SpamControl';
- }
-
- /**
- * Initializes helper for concrete item
- *
- * @param int $resource_id
- * @param string $data_type
- * @param int $expiration
- */
- function InitHelper($resource_id, $data_type, $expiration)
- {
- $this->ResourceId = $resource_id;
- $this->DataType = $data_type;
-
- if (preg_match('/(.*):(.*)/', $expiration, $regs)) {
- $delay_value = $this->Application->ConfigValue($regs[1]);
- $delay_interval = $this->Application->ConfigValue($regs[2]);
- $expiration = $delay_value * $delay_interval;
- }
-
- $this->Expiration = adodb_mktime() + $expiration;
- }
-
- /**
- * Returns WHERE clause that identified each spam control record
- *
- * @param bool $as_array return result as array, not string
- *
- * @return string
- */
- function GetKeyClause($as_array = false)
- {
- $user_id = $this->Application->RecallVar('user_id');
-
- if ($user_id == 0) {
- $user_id = -2;
- }
-
- $keys = Array (
- 'ItemResourceId' => $this->ResourceId,
- 'IPaddress' => $_SERVER['REMOTE_ADDR'],
- 'PortalUserId' => $user_id,
- 'DataType' => $this->DataType,
- );
-
- if ($as_array) {
- return $keys;
- }
-
- $ret = '';
- foreach ($keys as $field_name => $field_value) {
- $ret .= '('.$field_name.' = '.$this->Conn->qstr($field_value).') AND ';
- }
-
- return preg_replace('/(.*) AND $/', '\\1', $ret);
- }
-
- /**
- * Allows to add current item in spam control
- *
- */
- function AddToSpamControl()
- {
- $fields_hash = $this->GetKeyClause(true);
-
- $fields_hash['Expire'] = $this->Expiration;
- $this->Conn->doInsert($fields_hash, $this->TableName);
- }
-
- /**
- * Allows to check if current item is in spam control
- *
- * @return bool
- */
- function InSpamControl()
- {
- $key_clause = $this->GetKeyClause();
-
- $sql = 'SELECT Expire
- FROM '.$this->TableName.'
- WHERE '.$key_clause;
- $expires = $this->Conn->GetOne($sql);
-
- if ($expires && $expires < adodb_mktime()) {
- // spam control record is expired
- $sql = 'DELETE FROM '.$this->TableName.'
- WHERE '.$key_clause;
- $this->Conn->Query($sql);
- return false;
- }
-
- return $expires ? true : false;
- }
-
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/helpers/spam_helper.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/helpers/helpers_config.php
===================================================================
--- branches/RC/kernel/units/helpers/helpers_config.php (revision 11201)
+++ branches/RC/kernel/units/helpers/helpers_config.php (nonexistent)
@@ -1,12 +0,0 @@
-<?php
-
- $config = Array (
- 'Prefix' => 'in-portal-helpers',
- 'EventHandlerClass' => Array('class' => 'kEventHandler', 'file' => '', 'build_event' => 'OnBuild'),
-
- 'RegisterClasses' => Array (
- Array('pseudo' => 'SpamHelper', 'class' => 'SpamHelper','file' => 'spam_helper.php', 'build_event' => '', 'require_classes' => Array('kHelper')),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/helpers/helpers_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/relationship/relationship_config.php
===================================================================
--- branches/RC/kernel/units/relationship/relationship_config.php (revision 11201)
+++ branches/RC/kernel/units/relationship/relationship_config.php (nonexistent)
@@ -1,107 +0,0 @@
-<?php
-
-$config = Array(
- 'Prefix' => 'rel',
-
- 'Clones' => Array(
- 'c-rel' => Array('ParentPrefix' => 'c'),
- 'l-rel' => Array('ParentPrefix' => 'l'),
- 'n-rel' => Array('ParentPrefix' => 'n'),
- 'bb-rel'=> Array('ParentPrefix' => 'bb'),
- /*'p-rel' => Array('ParentPrefix' => 'p'),*/
- 'cms-rel'=> Array('ParentPrefix' => 'cms'),
- ),
-
- 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'),
- 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'),
- 'EventHandlerClass' => Array('class'=>'RelationshipEventHandler','file'=>'relationship_event_handler.php','build_event'=>'OnBuild'),
- 'TagProcessorClass' => Array('class'=>'kDBTagProcessor','file'=>'','build_event'=>'OnBuild'),
- 'AutoLoad' => true,
- 'Hooks' => Array(
- Array(
- 'Mode' => hAFTER,
- 'Conditional' => false,
- 'HookToPrefix' => '#PARENT#',
- 'HookToSpecial' => '*',
- 'HookToEvent' => Array('OnAfterItemDelete'),
- 'DoPrefix' => '',
- 'DoSpecial' => '',
- 'DoEvent' => 'OnDeleteForeignRelations',
- ),
- ),
- 'QueryString' => Array(
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- ),
- 'IDField' => 'RelationshipId',
- 'StatusField' => Array('Enabled','Type'),
- 'TableName' => TABLE_PREFIX.'Relationship',
- 'ParentTableKey'=> 'ResourceId',
- 'ForeignKey' => 'SourceId',
- 'ParentPrefix' => 'p',
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'FilterMenu' => Array(
- 'Groups' => Array(
- Array('mode' => 'AND', 'filters' => Array('show_active','show_disabled'), 'type' => WHERE_FILTER),
- Array('mode' => 'AND', 'filters' => Array('show_recip','show_oneway'), 'type' => WHERE_FILTER),
- ),
- 'Filters' => Array(
- 'show_active' => Array('label' =>'la_Active', 'on_sql' => '', 'off_sql' => 'Enabled != 1' ),
- 'show_disabled' => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => 'Enabled != 0' ),
- 's1' => Array(),
- 'show_recip' => Array('label' => 'la_Reciprocal', 'on_sql' => '', 'off_sql' => '%1$s.Type != 1' ),
- 'show_oneway' => Array('label' => 'la_OneWay', 'on_sql' => '', 'off_sql' => '%1$s.Type != 2' ),
- )
- ),
-
- 'CalculatedFields' => Array(
- '' => Array(
- 'ItemName' => 'TRIM(CONCAT(#ITEM_NAMES#))',
- 'ItemType' => '#ITEM_TYPES#',
- ),
- ),
-
- 'ListSQLs' => Array( ''=> 'SELECT %1$s.RelationshipId, %1$s.Priority, %1$s.Type, %1$s.Enabled %2$s
- FROM %1$s #ITEM_JOIN#',
- ), // key - special, value - list select sql
-
- 'ListSortings' => Array(
- '' => Array(
- 'ForcedSorting' => Array('Priority' => 'desc'),
- 'Sorting' => Array('ItemName' => 'asc', 'ItemType' => 'asc'),
- )
- ),
- 'ItemSQLs' => Array( '' => 'SELECT %1$s.* %2$s FROM %1$s #ITEM_JOIN#',),
-
- 'Fields' => Array(
- 'RelationshipId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'SourceId' => Array('type'=>'int', 'required' => 1, 'default' => NULL),
- 'TargetId' => Array('type'=>'int', 'required' => 1, 'default' => NULL),
- 'SourceType' => Array('type'=>'int','not_null'=>1,'default'=>0),
- 'TargetType' => Array('type'=>'int','not_null'=>1,'default'=>0),
- 'Type' => Array('type'=>'int','formatter'=>'kOptionsFormatter', 'required' => 1, 'options'=>Array(1=>'la_Reciprocal',0=>'la_OneWay'),'not_null'=>1,'default'=>0,'use_phrases'=>1),
- 'Enabled' => Array('type'=>'int','formatter'=>'kOptionsFormatter','options'=>Array(0=>'la_Disabled',1=>'la_Enabled'),'not_null'=>1,'default'=>1,'use_phrases'=>1),
- 'Priority' => Array('type'=>'int','not_null'=>1,'default'=>0),
- ),
- 'VirtualFields' => Array( 'ItemName' => Array(),
- 'ItemType' => Array(),
- ),
-
- 'Grids' => Array(
- 'Default' => Array(
- 'Icons' => Array('default'=>'icon16_custom.gif','1_0'=>'icon16_relation_one-way.gif','0_0'=>'icon16_relation_one-way_disabled.gif','1_1'=>'icon16_relation_reciprocal.gif','0_1'=>'icon16_relation_reciprocal_disabled.gif'), // icons for each StatusField values, if no matches or no statusfield selected, then "default" icon is used
- 'Fields' => Array(
- 'ItemName' => Array( 'title'=>'la_col_TargetId', 'data_block' => 'grid_checkbox_td'),
- 'ItemType' => Array( 'title'=>'la_col_TargetType' ),
- 'Type' => Array( 'title'=>'la_col_RelationshipType' ),
- 'Enabled' => Array( 'title'=>'la_col_Status' ),
- ),
-
- ),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/relationship/relationship_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/relationship/relationship_event_handler.php
===================================================================
--- branches/RC/kernel/units/relationship/relationship_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/relationship/relationship_event_handler.php (nonexistent)
@@ -1,266 +0,0 @@
-<?php
-
- class RelationshipEventHandler extends kDBEventHandler
- {
- /**
- * Allows to override standart permission mapping
- *
- */
- function mapPermissions()
- {
- parent::mapPermissions();
- $permissions = Array(
- 'OnProcessSelected' => Array('subitem' => 'add|edit'),
- );
- $this->permMapping = array_merge($this->permMapping, $permissions);
- }
-
- /**
- * Initializes new relation
- *
- * @param kEvent $event
- */
- function OnNew(&$event)
- {
- parent::OnNew($event);
-
- $object =& $event->getObject();
- $table_info = $object->getLinkedInfo();
-
- $object->SetDBField('SourceId', $table_info['ParentId']);
- $source_itemtype = $this->Application->getUnitOption($table_info['ParentPrefix'], 'ItemType');
- $object->SetDBField('SourceType', $source_itemtype);
-
- $object->SetDBField('TargetId', $this->Application->GetVar('target_id'));
- $object->SetDBField('TargetType', $this->Application->GetVar('target_type'));
-
- $this->OnAfterItemLoad($event);
- }
-
- /**
- * Add new relation
- *
- * @param kEvent $event
- */
- function OnProcessSelected(&$event)
- {
- $dst_field = $this->Application->RecallVar('dst_field');
- if ($dst_field == 'TargetId') {
- // prepare target_id & target_type
- $object =& $event->getObject( Array('skip_autoload' => true) );
-
- $selected_ids = $this->Application->GetVar('selected_ids');
- $target_prefix = false;
- foreach ($selected_ids as $selected_prefix => $target_id) {
- if ($target_id > 0) {
- $target_prefix = $selected_prefix;
- break;
- }
- }
-
- if (!$target_prefix) {
- $this->finalizePopup($event);
- return;
- }
-
- $sql = 'SELECT ResourceId
- FROM '.$this->Application->getUnitOption($target_prefix, 'TableName').'
- WHERE '.$this->Application->getUnitOption($target_prefix, 'IDField').' IN ('.$target_id.')';
- $target_id = $this->Conn->GetOne($sql);
- $target_type = $this->Application->getUnitOption($target_prefix, 'ItemType');
-
- // don't add same relation twice
- $table_info = $object->getLinkedInfo();
- $sql = 'SELECT TargetId
- FROM '.$object->TableName.'
- WHERE (SourceId = '.$table_info['ParentId'].') AND (TargetId = '.$target_id.')';
- $duplicate_relation = $this->Conn->GetOne($sql) == $target_id;
-
- $this->finalizePopup($event);
-
- if (!$duplicate_relation) {
- // place correct template in opener stack
- $source_prefix = $this->Application->getUnitOption($event->Prefix, 'ParentPrefix');
- $template = $this->Application->getUnitOption($source_prefix, 'AdminTemplatePath').'/relations_edit';
-
- $redirect_params = Array($event->Prefix.'_event' => 'OnNew', 'target_id' => $target_id, 'm_opener' => 's', 'target_type' => $target_type);
- $this->Application->EventManager->openerStackPush($template, $redirect_params, 'all,'.$event->Prefix);
-
-// $event->SetRedirectParam('popup_stay', 1); // if popup mode, then set this
- }
- }
- else {
- $this->finalizePopup($event);
- }
- }
-
- /**
- * Set ItemName & ItemType virtual fields based on loaded item data
- *
- * @param kEvent $event
- */
- function OnAfterItemLoad(&$event)
- {
- $object =& $event->getObject();
-
- $sql = 'SELECT Prefix
- FROM '.TABLE_PREFIX.'ItemTypes
- WHERE ItemType = '.$object->GetDBField('TargetType');
- $target_prefix = $this->Conn->GetOne($sql);
-
- $title_field = $this->getTitleField($target_prefix);
- $title_phrase = $this->Application->getUnitOption($target_prefix, 'TitlePhrase');
-
- $sql = 'SELECT '.$title_field.'
- FROM '.$this->Application->getUnitOption($target_prefix, 'TableName').'
- WHERE ResourceId = '.$object->GetDBField('TargetId');
-
- $object->SetDBField('ItemName', $this->Conn->GetOne($sql));
- $object->SetDBField('ItemType', $this->Application->Phrase($title_phrase));
- }
-
- /**
- * Creates needed sql query to load list,
- * if no query is defined in config for
- * special requested, then use default
- * query
- *
- * @param kEvent $event
- * @access protected
- */
- function ListPrepareQuery(&$event)
- {
- return $this->BaseQuery($event, 'ListSQLs');
- }
-
- /**
- * Creates needed sql query to load item,
- * if no query is defined in config for
- * special requested, then use default
- * query
- *
- * @param kEvent $event
- * @access protected
- */
- function ItemPrepareQuery(&$event)
- {
- return $this->BaseQuery($event, 'ItemSQLs');
- }
-
-
- /**
- * Get item name & type based on relation type & modules installed
- *
- * @param kEvent $event
- * @param string $sql_field
- */
- function BaseQuery(&$event, $sql_field)
- {
- $sqls = $this->Application->getUnitOption($event->Prefix,$sql_field);
- $sql = isset($sqls[$event->Special]) ? $sqls[$event->Special] : $sqls[''];
-
- $configs = $this->extractModulesInfo();
-
- // 2. build sql based on information queried
- $sql_templates['ItemName'] = 'IFNULL(%s.%s,\' \')';
- $sql_templates['TableJoin'] = 'LEFT JOIN %1$s ON %1$s.ResourceId = rel.TargetId';
- $sql_templates['TargetName'] = 'IF(rel.TargetType = %s, \'%s\', %s)';
-
- $sql_parts = Array();
- $sql_parts['TargetName'] = "''";
- foreach ($configs as $prefix => $config_data) {
- $title_field = $this->getTitleField($prefix);
-
- $sql_parts['ItemName'][] = sprintf($sql_templates['ItemName'], $config_data['TableName'], $title_field);
- $sql_parts['TableJoin'][] = sprintf($sql_templates['TableJoin'], $config_data['TableName']);
-
- $sql_parts['TargetName'] = sprintf( $sql_templates['TargetName'],
- $config_data['ItemType'],
- '!'.$config_data['TitlePhrase'].'!',
- $sql_parts['TargetName']);
- $sql_parts['TargetName'] = str_replace('rel','%1$s',$sql_parts['TargetName']);
- }
-
- $object =& $event->getObject();
-
- $vars = Array('#ITEM_NAMES#', '#ITEM_TYPES#');
- $replacements = Array( implode(', ',$sql_parts['ItemName']), $sql_parts['TargetName'] );
-
- $calculated_fields =& $object->getProperty('CalculatedFields');
- foreach ($calculated_fields as $field_name => $field_expression) {
- $calculated_fields[$field_name] = str_replace($vars, $replacements, $field_expression);
- }
-
- $object->setProperty('CalculatedFields', $calculated_fields);
-
- $sql = str_replace('#ITEM_JOIN#', implode(' ',$sql_parts['TableJoin']), $sql);
- $sql = str_replace('rel.','%1$s.',$sql);
-
- return $sql;
- }
-
- /**
- * Convert TitleField field of kMultiLanguage formatter used for it
- *
- * @param string $prefix
- * @return string
- */
- function getTitleField($prefix)
- {
- $lang_prefix = 'l'.$this->Application->GetVar('m_lang').'_';
-
- $title_field = $this->Application->getUnitOption($prefix, 'TitleField');
- $field_options = $this->Application->getUnitOption($prefix.'.'.$title_field, 'Fields');
-
- $formatter_class = isset($field_options['formatter']) ? $field_options['formatter'] : '';
- if ($formatter_class == 'kMultiLanguage' && !isset($field_options['master_field'])) {
- $title_field = $lang_prefix.$title_field;
- }
- return $title_field;
- }
-
- /**
- * Get configs from modules installed
- *
- * @return Array
- * @access private
- */
- function extractModulesInfo()
- {
- // get installed modules & their config info
- // maybe we should leave only prefixes, that have "view" permission
- $configs = Array();
- foreach ($this->Application->ModuleInfo as $module_name => $module_data) {
- $prefix = $module_data['Var'];
- if ($prefix == 'm') {
- $prefix = 'c';
- }
- if (!$this->Application->prefixRegistred($prefix)) continue;
-
- $configs[$prefix] = $this->Application->getUnitOptions($prefix);
- if($configs[$prefix] === false) unset($configs[$prefix]);
- if(!isset($configs[$prefix]['CatalogItem']) || !$configs[$prefix]['CatalogItem']) unset($configs[$prefix]);
- }
- return $configs;
- }
-
- /**
- * Deletes relations to hooked item from other items
- *
- * @param kEvent $event
- */
- function OnDeleteForeignRelations(&$event)
- {
- $main_object =& $event->MasterEvent->getObject();
- $resource_id = $main_object->GetDBField('ResourceId');
-
- $table = $this->Application->getUnitOption($event->Prefix,'TableName');
- $sql = 'DELETE FROM '.$table.' WHERE TargetId = '.$resource_id;
- $this->Conn->Query($sql);
- }
-
-
- }
-
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/relationship/relationship_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.11
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/user_profile/user_profile_config.php
===================================================================
--- branches/RC/kernel/units/user_profile/user_profile_config.php (revision 11201)
+++ branches/RC/kernel/units/user_profile/user_profile_config.php (nonexistent)
@@ -1,37 +0,0 @@
-<?php
-
- $config = Array (
- 'Prefix' => 'user-profile',
- 'ItemClass' => Array('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'),
- 'ListClass' => Array('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'),
- 'EventHandlerClass' => Array('class' => 'UserProfileEventHandler', 'file' => 'user_profile_eh.php', 'build_event' => 'OnBuild'),
- 'TagProcessorClass' => Array('class' => 'UserProfileTagProcessor', 'file' => 'user_profile_tp.php', 'build_event' => 'OnBuild'),
-
- 'QueryString' => Array (
- 1 => 'id',
- 2 => 'Page',
- 3 => 'event',
- 4 => 'mode',
- ),
-
- 'IDField' => 'VariableId',
- 'TableName' => TABLE_PREFIX.'PersistantSessionData',
-
- 'ForeignKey' => 'PortalUserId',
- 'ParentTableKey' => 'PortalUserId',
- 'ParentPrefix' => 'u',
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'ListSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s',),
- 'ItemSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s',),
-
- 'Fields' => Array (
- 'VariableId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'PortalUserId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'VariableName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''),
- 'VariableValue' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/user_profile/user_profile_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/user_profile/user_profile_eh.php
===================================================================
--- branches/RC/kernel/units/user_profile/user_profile_eh.php (revision 11201)
+++ branches/RC/kernel/units/user_profile/user_profile_eh.php (nonexistent)
@@ -1,43 +0,0 @@
-<?php
-
- class UserProfileEventHandler extends kDBEventHandler {
-
- /**
- * Allows to override standart permission mapping
- *
- */
- function mapPermissions()
- {
- parent::mapPermissions();
- $permissions = Array (
- 'OnItemBuild' => Array('subitem' => true),
- 'OnUpdate' => Array('subitem' => true),
- );
-
- $this->permMapping = array_merge($this->permMapping, $permissions);
- }
-
- /**
- * Saves user profile to database
- *
- * @param kEvent $event
- */
- function OnUpdate(&$event)
- {
- $items_info = $this->Application->GetVar($event->getPrefixSpecial(true));
- list ($user_id, $field_values) = each($items_info);
-
- if ($user_id != $this->Application->RecallVar('user_id')) {
- // we are not updating own profile
- return ;
- }
-
- foreach ($field_values as $variable_name => $variable_value) {
- $this->Application->StorePersistentVar($variable_name, unhtmlentities($variable_value));
- }
- }
-
-
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/user_profile/user_profile_eh.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/user_profile/user_profile_tp.php
===================================================================
--- branches/RC/kernel/units/user_profile/user_profile_tp.php (revision 11201)
+++ branches/RC/kernel/units/user_profile/user_profile_tp.php (nonexistent)
@@ -1,154 +0,0 @@
-<?php
-
- class UserProfileTagProcessor extends kDBTagProcessor {
-
- function Field($params)
- {
- $profile_mapping = $this->getProfileMapping();
- $field = $this->SelectParam($params, 'name,field');
-
- if (isset($params['profile_field']) && $params['profile_field']) {
- $params['name'] = $profile_mapping[$field];
- $value = $this->Application->ProcessParsedTag('u.profile', 'Field', $params);
- }
- else {
- $value = $this->recallUserProfileVar($field);
- }
-
- if (isset($params['checked']) && $params['checked']) {
- $checked_value = isset($params['value']) ? $params['value'] : 1;
- $value = ($value == $checked_value) ? 'checked' : '';
- }
-
- return $value;
- }
-
- /**
- * Returns user_id to view profile from (same as u:getPassedID)
- *
- * @return int
- */
- function getProfileUserID()
- {
- $profile_user_id = $this->Application->GetVar('user_id');
- if (!$profile_user_id) {
- // if none user_id given use current user id
- $profile_user_id = $this->Application->RecallVar('user_id');
- }
-
- return $profile_user_id;
- }
-
- /**
- * Allows to get persistent var from other user
- *
- * @param int $user_id
- * @param string $var_name
- * @return mixed
- */
- function recallUserProfileVar($var_name, $user_id = null)
- {
- static $cached_vars = null;
-
- if (!isset($cached_vars)) {
- if (!isset($user_id)) {
- $user_id = $this->getProfileUserID();
- }
-
- $sql = 'SELECT VariableValue, VariableName
- FROM '.TABLE_PREFIX.'PersistantSessionData
- WHERE (PortalUserId = '.$user_id.')';
- $cached_vars = $this->Conn->GetCol($sql, 'VariableName');
- }
-
- if (isset($cached_vars[$var_name])) {
- // get variable value from persistent session
- return $cached_vars[$var_name];
- }
- else {
- // not found in persistent session -> get default value from config variable with same name
- $config_value = $this->Application->ConfigValue($var_name);
- if ($config_value !== false) {
- return $config_value;
- }
- }
-
- return false;
- }
-
- /**
- * Returns mapping between persistent var name and user profile field
- *
- * @return Array
- */
- function getProfileMapping()
- {
- $profile_mapping = Array (
- 'pp_firstname' => 'FirstName',
- 'pp_lastname' => 'LastName',
- 'pp_dob' => 'dob',
- 'pp_email' => 'Email',
- 'pp_phone' => 'Phone',
- 'pp_street' => 'Street',
- 'pp_city' => 'City',
- 'pp_state' => 'State',
- 'pp_zip' => 'Zip',
- 'pp_country' => 'Country',
- );
-
- return $profile_mapping;
- }
-
- /**
- * Returns visible field count in user profile
- *
- * @param Array $params
- * @return int
- */
- function ProfileFieldCount($params)
- {
- static $field_count = null;
-
- if (!isset($field_count)) {
- $profile_mapping = $this->getProfileMapping();
- $field_count = 0;
- foreach ($profile_mapping as $var_name => $field_name) {
- if ($this->recallUserProfileVar($var_name) == 1) {
- $field_count++;
- }
- }
- }
-
- return $field_count;
- }
-
- /**
- * Allows to detect that not all fields were shown
- *
- * @param Array $params
- * @return bool
- */
- function NotLastField($params)
- {
- $counter = (int)$this->Application->GetVar($params['counter']);
-
- return $counter < $this->ProfileFieldCount();
- }
-
- /**
- * Because of persistant session table doesn't have ids, we use user id as id for each record
- *
- * @param Array $params
- * @return Array (id,field)
- * @access private
- */
- function prepareInputName($params)
- {
- list ($id, $field) = parent::prepareInputName($params);
- $id = $this->Application->RecallVar('user_id');
-
- return Array($id, $field);
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/user_profile/user_profile_tp.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/reviews/reviews_tag_processor.php
===================================================================
--- branches/RC/kernel/units/reviews/reviews_tag_processor.php (revision 11201)
+++ branches/RC/kernel/units/reviews/reviews_tag_processor.php (nonexistent)
@@ -1,139 +0,0 @@
-<?php
-
-class ReviewsTagProcessor extends kDBTagProcessor
-{
- /**
- * Returns a link for editing product
- *
- * @param Array $params
- * @return string
- */
- function ItemEditLink($params)
- {
- $object =& $this->getObject();
- /* @var $object kDBList */
-
- $item_prefix = $this->Application->findModule('Name', $object->GetDBField('Module'), 'Var');
- $edit_template = $this->Application->getUnitOption($item_prefix, 'AdminTemplatePath') . '/' . $this->Application->getUnitOption($item_prefix, 'AdminTemplatePrefix') . 'edit';
-
- $url_params = Array (
- 'm_opener' => 'd',
- $item_prefix.'_mode' => 't',
- $item_prefix.'_event' => 'OnEdit',
- $item_prefix.'_id' => $object->GetDBField('CatalogItemId'),
- 'pass' => 'all,'.$item_prefix
- );
-
- return $this->Application->HREF($edit_template,'', $url_params);
- }
-
- /**
- * Get's reuested field value
- *
- * @param Array $params
- * @return string
- * @access public
- */
- function Field($params)
- {
- $field = $this->SelectParam($params, 'name,field');
- $object =& $this->Application->recallObject($this->getPrefixSpecial(),$this->Prefix, $params);
-
- if ($field == 'ReviewText') {
- if ($object->GetDBField('TextFormat') == 1) {
- $params['no_special'] = 'no_special';
- }
- else {
- unset($params['no_special']);
- }
- }
-
- return parent::Field($params);
- }
-
- function AlreadyReviewed($params)
- {
- $parent_prefix = $this->Application->getUnitOption($this->Prefix, 'ParentPrefix');
- $main_object =& $this->Application->recallObject($parent_prefix);
- /* @var $main_object kCatDBItem */
-
- $spam_helper =& $this->Application->recallObject('SpamHelper');
- /* @var $spam_helper SpamHelper */
-
- $spam_helper->InitHelper($main_object->GetDBField('ResourceId'), 'Review', 0);
-
- return $spam_helper->InSpamControl();
- }
-
- function HasError($params)
- {
- $object =& $this->Application->recallObject($this->getPrefixSpecial(), $this->Prefix, $params);
- if (method_exists($object, 'GetErrorMsg')) {
- return parent::HasError($params);
- }
- else {
- return 0;
- }
- }
-
- /**
- * Preserve main item id in subitem pagination url
- *
- * @param Array $params
- * @return string
- */
- function PageLink($params)
- {
- $object =& $this->getObject($params);
- /* @var kDBList */
-
- $parent_info = $object->getLinkedInfo();
- if ($parent_info['ParentId'] > 0) {
- $params['pass'] = 'm,'.$this->getPrefixSpecial().','.$parent_info['ParentPrefix'];
- }
- return parent::PageLink($params);
- }
-
- function InitCatalogTab($params)
- {
- $tab_params['mode'] = $this->Application->GetVar('tm'); // single/multi selection possible
- $tab_params['special'] = $this->Application->GetVar('ts'); // use special for this tab
- $tab_params['dependant'] = $this->Application->GetVar('td'); // is grid dependant on categories grid
-
- // set default params (same as in catalog)
- if ($tab_params['mode'] === false) $tab_params['mode'] = 'multi';
- if ($tab_params['special'] === false) $tab_params['special'] = '';
- if ($tab_params['dependant'] === false) $tab_params['dependant'] = 'yes';
-
- // pass params to block with tab content
- $params['name'] = $params['render_as'];
- $params['prefix'] = trim($this->Prefix.'.'.($tab_params['special'] ? $tab_params['special'] : $this->Special), '.');
-
- $params['cat_prefix'] = trim('c.'.($tab_params['special'] ? $tab_params['special'] : $this->Special), '.');
- $params['tab_mode'] = $tab_params['mode'];
- $params['grid_name'] = ($tab_params['mode'] == 'multi') ? $params['default_grid'] : $params['radio_grid'];
- $params['tab_dependant'] = $tab_params['dependant'];
- $params['show_category'] = $tab_params['special'] == 'showall' ? 1 : 0; // this is advanced view -> show category name
- $params['tab_name'] = $this->Application->GetVar('tab_name');
-
- return $this->Application->ParseBlock($params, 1);
- }
-
- /**
- * Returns reviews count for each item type (in "Reviews" section)
- *
- * @param Array $params
- * @return string
- */
- function CatalogItemCount($params)
- {
- $object =& $this->GetList($params);
- if (!$object->Counted) {
- $object->CountRecs();
- }
- return $object->NoFilterCount != $object->RecordsCount ? $object->RecordsCount.' / '.$object->NoFilterCount : $object->RecordsCount;
- }
-}
-
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/reviews/reviews_tag_processor.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.9.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/reviews/reviews_event_handler.php
===================================================================
--- branches/RC/kernel/units/reviews/reviews_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/reviews/reviews_event_handler.php (nonexistent)
@@ -1,474 +0,0 @@
-<?php
-
- class ReviewsEventHandler extends kDBEventHandler
- {
- /**
- * Get's special of main item for linking with subitem
- *
- * @param kEvent $event
- * @return string
- */
- function getMainSpecial(&$event)
- {
- if ($event->Special == 'product' && !$this->Application->IsAdmin()) {
- // rev.product should auto-link
- return '';
- }
-
- return parent::getMainSpecial($event);
- }
-
- /**
- * Checks REVIEW/REVIEW.PENDING permission by main object primary category (not current category)
- *
- * @param kEvent $event
- */
- function CheckPermission(&$event)
- {
- if ($event->Name == 'OnAddReview' || $event->Name == 'OnCreate') {
- $perm_helper =& $this->Application->recallObject('PermissionsHelper');
- /* @var $perm_helper kPermissionsHelper */
-
- $parent_prefix = $this->Application->getUnitOption($event->Prefix, 'ParentPrefix');
- $main_object =& $this->Application->recallObject($parent_prefix);
- /* @var $main_object kCatDBItem */
-
- $perm_name = $this->getPermPrefix($event).'.REVIEW';
- $res = $this->Application->CheckPermission($perm_name, 0, $main_object->GetDBField('CategoryId')) ||
- $this->Application->CheckPermission($perm_name.'.PENDING', 0, $main_object->GetDBField('CategoryId'));
-
- if (!$res) {
- $event->status = erPERM_FAIL;
- }
- return $res;
- }
-
- $check_events = Array (
- 'OnItemBuild', 'OnUpdate', /*'OnMassApprove', 'OnMassDecline'*/
- );
-
- $perm_category = $this->_getReviewCategory($event);
-
- if (in_array($event->Name, $check_events)) {
- // check for PRODUCT.VIEW permission
-
- $perm_helper =& $this->Application->recallObject('PermissionsHelper');
- /* @var $perm_helper kPermissionsHelper */
-
- $perm_prefix = $this->getPermPrefix($event);
-
- if ($perm_category === false) {
- // no item id present -> allow
- return true;
- }
-
- switch ($event->Name) {
- case 'OnItemBuild':
- $res = $this->Application->CheckPermission($perm_prefix . '.VIEW', 0, $perm_category);
- break;
-
- case 'OnUpdate':
- case 'OnMassApprove':
- case 'OnMassDecline':
- $res = $this->Application->CheckPermission($perm_prefix . '.ADD', 0, $perm_category) ||
- $this->Application->CheckPermission($perm_prefix . '.MODIFY', 0, $perm_category);
- break;
- }
-
- if (!$res) {
- $event->status = erPERM_FAIL;
- }
-
- return $res;
-
- }
-
- return parent::CheckPermission($event);
- }
-
- /**
- * Returns primary category of review's main item
- *
- * @param kEvent $event
- * @return int
- */
- function _getReviewCategory(&$event)
- {
- $items_info = $this->Application->GetVar($event->getPrefixSpecial());
- list ($review_id, ) = each($items_info);
-
- if (!$review_id) {
- return false;
- }
-
- // 1. get main item resource id
- $sql = 'SELECT ItemId
- FROM ' . $this->Application->getUnitOption($event->Prefix, 'TableName') . '
- WHERE ' . $this->Application->getUnitOption($event->Prefix, 'IDField') . ' = ' . $review_id;
- $resource_id = $this->Conn->GetOne($sql);
-
- // 2. set main item id (for permission checks)
- $parent_prefix = $this->Application->getUnitOption($event->Prefix, 'ParentPrefix');
- $sql = 'SELECT ' . $this->Application->getUnitOption($parent_prefix, 'IDField') .'
- FROM ' . $this->Application->getUnitOption($parent_prefix, 'TableName') .'
- WHERE ResourceId = ' . $resource_id;
- $this->Application->SetVar($parent_prefix . '_id', $this->Conn->GetOne($sql));
-
- // 3. get main item category
- $sql = 'SELECT CategoryId
- FROM ' . $this->Application->getUnitOption('ci', 'TableName') .'
- WHERE ItemResourceId = ' . $resource_id .' AND PrimaryCat = 1';
- return $this->Conn->GetOne($sql);
- }
-
- /**
- * Returns prefix for permissions
- *
- * @param kEvent $event
- */
- function getPermPrefix(&$event)
- {
- $main_prefix = $this->Application->GetTopmostPrefix($event->Prefix, true);
- // this will return LINK for l, ARTICLE for n, TOPIC for bb, PRODUCT for p
- $item_prefix = $this->Application->getUnitOption($main_prefix, 'PermItemPrefix');
-
- return $item_prefix;
- }
-
- /**
- * Apply any custom changes to list's sql query
- *
- * @param kEvent $event
- * @access protected
- * @see OnListBuild
- */
- function SetCustomQuery(&$event)
- {
- $object =& $event->getObject();
- /* @var $object kDBList */
-
- if (!$this->Application->IsAdmin()) {
- $object->addFilter('active', '%1$s.Status = '.STATUS_ACTIVE);
- }
-
- switch ($event->Special)
- {
- case 'showall':
- $object->clearFilters();
- break;
-
- case 'item': // used ?
- $object->clearFilters();
- $info = $object->getLinkedInfo();
- $this->Application->setUnitOption($info['ParentPrefix'], 'AutoLoad', true);
- $parent =& $this->Application->recallObject($info['ParentPrefix']);
- $object->addFilter('item_reviews', '%1$s.ItemId = '.$parent->GetDBField('ResourceId'));
- break;
-
- case 'products': // used in In-Portal (Sturcture & Data -> Reviews section)
- $object->removeFilter('parent_filter'); // this is important
- $object->addFilter('product_reviews', 'pr.ResourceId IS NOT NULL');
- break;
-
- /*case 'product':
- $object->addFilter('product_reviews', '%1$s.ItemId = pr.ResourceId'); // for LEFT JOIN
- break;*/
- }
-
- if (preg_match('/(.*)-rev/', $event->Prefix, $regs)) {
- // "Structure & Data" -> "Reviews" (section in K4)
- $item_type = $this->Application->getUnitOption($regs[1], 'ItemType');
- $object->addFilter('itemtype_filter', '%1$s.ItemType = ' . $item_type);
- }
-
- if ($event->getEventParam('type') == 'current_user') {
-// $object->removeFilter('active');
- $object->addFilter('current_user', '%1$s.CreatedById = '.$this->Application->RecallVar('user_id'));
- $object->addFilter('current_ip', '%1$s.IPAddress = "'.$_SERVER['REMOTE_ADDR'].'"');
- }
- }
-
- /**
- * Adds review from front in case if user is logged in
- *
- * @param kEvent $event
- */
- function OnAddReview(&$event)
- {
- $event->CallSubEvent('OnCreate');
- }
-
- /**
- * Get new review status on user review permission
- *
- * @param kEvent $event
- * @return int
- */
- function getReviewStatus(&$event)
- {
- $parent_prefix = $this->Application->getUnitOption($event->Prefix, 'ParentPrefix');
- $main_object =& $this->Application->recallObject($parent_prefix);
- /* @var $main_object kCatDBItem */
-
- $ret = STATUS_DISABLED;
- $perm_name = $this->getPermPrefix($event).'.REVIEW';
- if ($this->Application->CheckPermission($perm_name, 0, $main_object->GetDBField('CategoryId'))) {
- $ret = STATUS_ACTIVE;
- }
- else if ($this->Application->CheckPermission($perm_name.'.PENDING', 0, $main_object->GetDBField('CategoryId'))) {
- $ret = STATUS_PENDING;
- }
-
- return $ret;
- }
-
- /**
- * Prefills all fields on front-end
- *
- * @param kEvent $event
- */
- function OnBeforeItemCreate(&$event)
- {
- $object =& $event->getObject();
- /* @var $object kDBItem */
-
- $parent_info = $object->getLinkedInfo();
- $item_type = $this->Application->getUnitOption($parent_info['ParentPrefix'], 'ItemType');
-
- $object->SetDBField('IPAddress', $_SERVER['REMOTE_ADDR']);
- $object->SetDBField('ItemType', $item_type);
- $object->SetDBField('Module', $this->Application->findModule('Var', $parent_info['ParentPrefix'], 'Name'));
-
- if ($this->Application->IsAdmin()) {
- return ;
- }
-
- $spam_helper =& $this->Application->recallObject('SpamHelper');
- /* @var $spam_helper SpamHelper */
-
- $spam_helper->InitHelper($parent_info['ParentId'], 'Review', 0);
-
- if ($spam_helper->InSpamControl()) {
- $event->status = erFAIL;
- $object->SetError('ReviewText', 'too_frequent', 'lu_ferror_review_duplicate');
- return ;
- }
-
- $rating = $object->GetDBField('Rating');
- if ($rating < 1 || $rating > 5) {
- $object->SetDBField('Rating', null);
- }
-
- $object->SetDBField('ItemId', $parent_info['ParentId']); // ResourceId
- $object->SetDBField('CreatedById', $this->Application->RecallVar('user_id'));
-
- $object->SetDBField('Status', $this->getReviewStatus($event));
- $object->SetDBField('TextFormat', 0); // set plain text format directly
- }
-
- /**
- * Sets correct rating value
- *
- * @param kEvent $event
- */
- function OnBeforeItemUpdate(&$event)
- {
- $object =& $event->getObject();
-
- $rating = $object->GetDBField('Rating');
- if (!$rating) {
- $object->SetDBField('Rating', null);
- }
- }
-
- /**
- * Updates item review counter
- *
- * @param kEvent $event
- */
- function OnAfterItemCreate(&$event)
- {
- $this->updateSubitemCounters($event);
-
- if (!$this->Application->IsAdmin()) {
- $spam_helper =& $this->Application->recallObject('SpamHelper');
- /* @var $spam_helper SpamHelper */
-
- $object =& $event->getObject();
- $parent_info = $object->getLinkedInfo();
-
- $config_mapping = $this->Application->getUnitOption($event->Prefix, 'ConfigMapping');
- $review_settings = $config_mapping['ReviewDelayValue'].':'.$config_mapping['ReviewDelayInterval'];
- $spam_helper->InitHelper($parent_info['ParentId'], 'Review', $review_settings);
-
- $spam_helper->AddToSpamControl();
- }
- }
-
-
- /**
- * Updates item review counter
- *
- * @param kEvent $event
- */
- function OnAfterItemUpdate(&$event)
- {
- $this->updateSubitemCounters($event);
- }
-
- /**
- * Updates total review counter, cached rating, votes count
- *
- * @param kEvent $event
- */
- function updateSubitemCounters(&$event)
- {
- $parent_prefix = $this->Application->getUnitOption($event->Prefix, 'ParentPrefix');
- $main_object =& $this->Application->recallObject($parent_prefix, null, Array ('raise_warnings' => 0));
- /* @var $main_object kCatDBItem */
-
- if (!$main_object->isLoaded()) {
- // deleting main item / cloning main item
- return ;
- }
-
- $object =& $event->getObject(); // for temp tables
- /* @var $object kDBItem */
-
- // 1. update review counter
- $sql = 'SELECT COUNT(ReviewId)
- FROM '.$object->TableName.'
- WHERE ItemId = '.$main_object->GetDBField('ResourceId');
- $review_count = $this->Conn->GetOne($sql);
- $main_object->SetDBField('CachedReviewsQty', $review_count);
-
- // 2. update votes counter + rating
- $rating = $object->GetDBField('Rating');
- $avg_rating = $main_object->GetDBField('CachedRating');
- $votes_count = $main_object->GetDBField('CachedVotesQty');
-
- switch ($event->Name) {
- case 'OnAfterItemCreate': // adding new review with rating
- $this->changeRating($avg_rating, $votes_count, $rating, '+');
- break;
-
- case 'OnAfterItemDelete':
- $this->changeRating($avg_rating, $votes_count, $rating, '-');
- break;
-
- case 'OnAfterItemUpdate':
- $this->changeRating($avg_rating, $votes_count, $object->GetOriginalField('Rating'), '-');
- $this->changeRating($avg_rating, $votes_count, $rating, '+');
- break;
- }
- $main_object->SetDBField('CachedRating', $avg_rating);
- $main_object->SetDBField('CachedVotesQty', $votes_count);
- $main_object->Update();
- }
-
- /**
- * Changes average rating and votes count based on requested operation
- *
- * @param float $avg_rating average rating before new vote
- * @param int $votes_count votes count before new vote
- * @param int $rating new vote (from 1 to 5)
- * @param string $operation requested operation (+ / -)
- */
- function changeRating(&$avg_rating, &$votes_count, $rating, $operation)
- {
- if ($rating < 1 || $rating > 5) {
- return ;
- }
-
- if ($operation == '+') {
- $avg_rating = (($avg_rating * $votes_count) + $rating) / ($votes_count + 1);
- ++$votes_count;
- }
- else {
- $avg_rating = (($avg_rating * $votes_count) - $rating) / ($votes_count - 1);
- --$votes_count;
- }
- }
-
-
- /**
- * Updates main item cached review counter
- *
- * @param kEvent $event
- */
- function OnAfterItemDelete(&$event)
- {
- $this->updateSubitemCounters($event);
- }
-
- /**
- * Creates review & redirect to confirmation template
- *
- * @param kEvent $event
- */
- function OnCreate(&$event)
- {
- parent::OnCreate($event);
-
- if ($event->status != erSUCCESS || $this->Application->IsAdmin()) {
- return ;
- }
-
- $object =& $event->getObject();
- $next_template = $object->GetDBField('Status') == STATUS_ACTIVE ? 'success_template' : 'success_pending_template';
- $event->redirect = $this->Application->GetVar($next_template);
- $event->SetRedirectParam('opener', 's');
-
- $parent_prefix = $this->Application->getUnitOption($event->Prefix, 'ParentPrefix');
- $event->SetRedirectParam('pass', 'm,'.$parent_prefix);
- }
-
- /**
- * Makes left join to item's table, when in separate grid
- *
- * @param kEvent $event
- */
- function OnAfterConfigRead(&$event)
- {
- parent::OnAfterConfigRead($event);
-
- if (preg_match('/(.*)-rev/', $event->Prefix, $regs) && $this->Application->prefixRegistred($regs[1])) {
- // "Structure & Data" -> "Reviews" (section in K4)
-
- // 1. add join to items table (for "Structure & Data" -> "Reviews" section)
- $item_table = $this->Application->getUnitOption($regs[1], 'TableName');
-
- $list_sqls = $this->Application->getUnitOption($event->Prefix, 'ListSQLs');
- $list_sqls[''] .= ' LEFT JOIN '.$item_table.' item_table ON item_table.ResourceId = %1$s.ItemId';
- $this->Application->setUnitOption($event->Prefix, 'ListSQLs', $list_sqls);
-
- // 2. add calculated field
- $calculated_fields = $this->Application->getUnitOption($event->Prefix, 'CalculatedFields');
- $calculated_fields['']['CatalogItemName'] = 'item_table.' . $this->getTitleField($regs[1]);
- $calculated_fields['']['CatalogItemId'] = 'item_table.' . $this->Application->getUnitOption($regs[1], 'IDField');
- $this->Application->setUnitOption($event->Prefix, 'CalculatedFields', $calculated_fields);
- }
- }
-
- /**
- * Convert TitleField field of kMultiLanguage formatter used for it
- *
- * @param string $prefix
- * @return string
- */
- function getTitleField($prefix)
- {
- $lang_prefix = 'l'.$this->Application->GetVar('m_lang').'_';
-
- $title_field = $this->Application->getUnitOption($prefix, 'TitleField');
- $field_options = $this->Application->getUnitOption($prefix.'.'.$title_field, 'Fields');
-
- $formatter_class = isset($field_options['formatter']) ? $field_options['formatter'] : '';
- if ($formatter_class == 'kMultiLanguage' && !isset($field_options['master_field'])) {
- $title_field = $lang_prefix.$title_field;
- }
- return $title_field;
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/reviews/reviews_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.14.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/reviews/reviews_config.php
===================================================================
--- branches/RC/kernel/units/reviews/reviews_config.php (revision 11201)
+++ branches/RC/kernel/units/reviews/reviews_config.php (nonexistent)
@@ -1,196 +0,0 @@
-<?php
-
- $config = Array (
- 'Prefix' => 'rev',
-
- 'Clones' => Array (
- 'l-rev' => Array(
- 'ParentPrefix' => 'l',
- 'ConfigMapping' => Array (
- 'PerPage' => 'Perpage_LinkReviews',
- 'ShortListPerPage' => 'Perpage_LinkReviews_Short',
- 'DefaultSorting1Field' => 'Link_ReviewsSort',
- 'DefaultSorting2Field' => 'Link_ReviewsSort2',
- 'DefaultSorting1Dir' => 'Link_ReviewsOrder',
- 'DefaultSorting2Dir' => 'Link_ReviewsOrder2',
-
- 'ReviewDelayInterval' => 'link_ReviewDelay_Interval',
- 'ReviewDelayValue' => 'link_ReviewDelay_Value',
- ),
- ),
-
- 'n-rev' => Array (
- 'ParentPrefix' => 'n',
- 'ConfigMapping' => Array (
- 'PerPage' => 'Perpage_NewsReviews',
- 'ShortListPerPage' => 'Perpage_NewsReviews_Short',
- 'DefaultSorting1Field' => 'News_SortReviews',
- 'DefaultSorting2Field' => 'News_SortReviews2',
- 'DefaultSorting1Dir' => 'News_SortReviewsOrder',
- 'DefaultSorting2Dir' => 'News_SortReviewsOrder2',
-
- 'ReviewDelayInterval' => 'News_ReviewDelay_Interval',
- 'ReviewDelayValue' => 'News_ReviewDelay_Value',
- ),
- ),
-
- 'bb-rev' => Array (
- 'ParentPrefix' => 'bb',
- 'ConfigMapping' => Array (
- 'PerPage' => 'Perpage_TopicReviews',
-
- 'ReviewDelayInterval' => 'topic_ReviewDelay_Interval',
- 'ReviewDelayValue' => 'topic_ReviewDelay_Value',
- ),
- ),
-
- 'p-rev' => Array (
- 'ParentPrefix' => 'p',
- 'ConfigMapping' => Array (
- 'PerPage' => 'Comm_Perpage_Reviews',
-
- 'ReviewDelayInterval' => 'product_ReviewDelay_Value',
- 'ReviewDelayValue' => 'product_ReviewDelay_Interval',
- ),
- ),
- ),
-
- 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'),
- 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'),
- 'EventHandlerClass' => Array('class'=>'ReviewsEventHandler','file'=>'reviews_event_handler.php','build_event'=>'OnBuild'),
- 'TagProcessorClass' => Array('class'=>'ReviewsTagProcessor','file'=>'reviews_tag_processor.php','build_event'=>'OnBuild'),
- 'AutoLoad' => true,
-
- 'QueryString' => Array (
- 1 => 'id',
- 2 => 'Page',
- 3 => 'event',
- 4 => 'mode',
- ),
-
- 'ParentPrefix' => 'p', // replace all usage of rev to "p-rev" and then remove this param from here and Prefix too
- 'ConfigMapping' => Array (
- 'PerPage' => 'Comm_Perpage_Reviews',
-
- 'ReviewDelayInterval' => 'product_ReviewDelay_Value',
- 'ReviewDelayValue' => 'product_ReviewDelay_Interval',
- ),
-
- 'IDField' => 'ReviewId',
- 'StatusField' => Array('Status'), // field, that is affected by Approve/Decline events
- 'TableName' => TABLE_PREFIX.'ItemReview',
- 'ParentTableKey' => 'ResourceId', // linked field in master table
- 'ForeignKey' => 'ItemId', // linked field in subtable
-
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'TitlePresets' => Array (
- 'reviews_edit' => Array('format' => "!la_title_Editing_Review!"),
- ),
-
- 'FilterMenu' => Array (
- 'Groups' => Array(
- Array('mode' => 'AND', 'filters' => Array('show_active','show_pending','show_disabled'), 'type' => WHERE_FILTER),
- ),
- 'Filters' => Array(
- 'show_active' => Array('label' =>'la_Active', 'on_sql' => '', 'off_sql' => '%1$s.Status != 1' ),
- 'show_pending' => Array('label' => 'la_Pending', 'on_sql' => '', 'off_sql' => '%1$s.Status != 2' ),
- 'show_disabled' => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => '%1$s.Status != 0' ),
- )
- ),
-
- 'CalculatedFields' => Array (
- '' => Array (
- 'ReviewedBy' => 'IF( ISNULL(pu.Login), IF (%1$s.CreatedById = -1, \'root\', IF (%1$s.CreatedById = -2, \'Guest\', \'n/a\')), pu.Login )',
- ),
-
- 'products' => Array (
- 'ReviewedBy' => 'IF( ISNULL(pu.Login), IF (%1$s.CreatedById = -1, \'root\', IF (%1$s.CreatedById = -2, \'Guest\', \'n/a\')), pu.Login )',
- 'ItemName' => 'pr.l1_Name',
- 'ProductId' => 'pr.ProductId',
- ),
-
- 'product' => Array (
- 'ReviewedBy' => 'IF( ISNULL(pu.Login), IF (%1$s.CreatedById = -1, \'root\', IF (%1$s.CreatedById = -2, \'Guest\', \'n/a\')), pu.Login )',
- 'ItemName' => 'pr.l1_Name',
- 'ProductId' => 'pr.ProductId',
- ),
- ),
-
- // key - special, value - list select sql
- 'ListSQLs' => Array (
- '' => ' SELECT %1$s.* %2$s
- FROM %1$s
- LEFT JOIN '.TABLE_PREFIX.'PortalUser pu ON pu.PortalUserId = %1$s.CreatedById',
-
- 'products' => ' SELECT %1$s.* %2$s
- FROM %1$s
- LEFT JOIN '.TABLE_PREFIX.'Products pr ON pr.ResourceId = %1$s.ItemId
- LEFT JOIN '.TABLE_PREFIX.'PortalUser pu ON pu.PortalUserId = %1$s.CreatedById',
-
- 'product' => ' SELECT %1$s.* %2$s
- FROM %1$s
- LEFT JOIN '.TABLE_PREFIX.'Products pr ON pr.ResourceId = %1$s.ItemId
- LEFT JOIN '.TABLE_PREFIX.'PortalUser pu ON pu.PortalUserId = %1$s.CreatedById',
- ),
-
- 'ItemSQLs' => Array ('' => 'SELECT * FROM %s'),
-
- 'ListSortings' => Array (
- '' => Array(
- 'ForcedSorting' => Array('Priority' => 'desc'),
- 'Sorting' => Array('CreatedOn' => 'desc'),
- )
- ),
-
- 'Fields' => Array (
- 'ReviewId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'CreatedOn' => Array('type' => 'int', 'formatter'=>'kDateFormatter', 'default'=>'#NOW#'),
- 'ReviewText' => Array('type'=>'string','required'=>1,'not_null'=>1,'default'=>''),
- 'Rating' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'lu_None', 1 => 'lu_Rating_1', 2 => 'lu_Rating_2', 3 => 'lu_Rating_3', 4 => 'lu_Rating_4', 5 => 'lu_Rating_5'), 'use_phrases' => 1, 'min_value_inc' => 0, 'max_value_inc' => 5, 'default' => 0),
- 'IPAddress' => Array('type'=>'string','max_value_inc'=>15,'not_null'=>1,'default'=>''),
- 'ItemId' => Array('type'=>'int','not_null'=>1,'default'=>0),
- 'CreatedById' => Array('type' => 'int', 'formatter'=>'kLEFTFormatter', 'error_msgs' => Array ('invalid_option' => '!la_error_UserNotFound!'), 'options' => Array(-1 => 'root', -2 => 'Guest'),'left_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'PortalUser WHERE `%s` = \'%s\'','left_key_field'=>'PortalUserId','left_title_field'=>'Login','required'=>1,'not_null'=>1,'default'=>-1),
- 'ItemType' => Array('type'=>'int','not_null'=>1,'default'=>0),
- 'Priority' => Array('type'=>'int','not_null'=>1,'default'=>0),
- 'Status' => Array('type' => 'int', 'formatter'=>'kOptionsFormatter', 'use_phrases' => 1, 'options'=>Array(1=>'la_Active',2=>'la_Pending',0=>'la_Disabled'),'not_null'=>1,'default'=>2 ),
- 'TextFormat' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_text', 1 => 'la_html'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0),
- 'Module' => Array('type'=>'string','not_null'=>1,'default'=>''),
- ),
-
- 'VirtualFields' => Array (
- 'ReviewedBy' => Array('type' => 'string', 'default' => ''),
-
- 'CatalogItemName' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''),
- 'CatalogItemId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),
- ),
-
- 'Grids' => Array (
- 'Default' => Array (
- 'Icons' => Array ('default'=>'icon16_custom.gif',1=>'icon16_review.gif',2=>'icon16_review_pending.gif',0=>'icon16_review_disabled.gif'),
- 'Fields' => Array (
- 'ReviewId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td'),
- 'ReviewText' => Array( 'title'=>'la_col_ReviewText',),
- 'ReviewedBy' => Array( 'title'=>'la_col_ReviewedBy' ),
- 'CreatedOn_formatted' => Array( 'title'=>'la_col_CreatedOn', 'sort_field' => 'CreatedOn' ),
- 'Status' => Array( 'title'=>'la_col_Status' ),
- 'Rating' => Array( 'title'=>'la_col_Rating' ),
- ),
- ),
-
- 'ReviewsSection' => Array (
- 'Icons' => Array ('default'=>'icon16_custom.gif',1=>'icon16_review.gif',2=>'icon16_review_pending.gif',0=>'icon16_review_disabled.gif'),
- 'Fields' => Array (
- 'ReviewId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td'),
- 'ReviewText' => Array( 'title'=>'la_col_ReviewText', 'data_block' => 'grid_reviewtext_td'),
- 'ReviewedBy' => Array( 'title'=>'la_col_ReviewedBy' ),
- 'CreatedOn_formatted' => Array( 'title'=>'la_col_CreatedOn', 'sort_field' => 'CreatedOn' ),
- 'Status' => Array( 'title'=>'la_col_Status' ),
- 'Rating' => Array( 'title'=>'la_col_Rating' ),
- ),
- ),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/reviews/reviews_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.14.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/statistics/statistics_tag_processor.php
===================================================================
--- branches/RC/kernel/units/statistics/statistics_tag_processor.php (revision 11201)
+++ branches/RC/kernel/units/statistics/statistics_tag_processor.php (nonexistent)
@@ -1,313 +0,0 @@
-<?php
-
- class StatisticsTagProcessor extends kDBTagProcessor {
-
- var $TagCache = Array(); // parsed tag (in sql queries only) values are cached
-
- var $CurrentSQL = ''; // sql query being currently processed
- var $PostFormatting = false; // apply formatting to sql query results
- var $PostFormattingParams = Array(); // post formatting params if any
-
- function CalculateValue($params)
- {
- $object =& $this->getObject($params);
- $this->CurrentSQL = $object->GetDBField($params['field']);
-
- // 1. replace prefix to actual one
- $this->CurrentSQL = str_replace("<%prefix%>", TABLE_PREFIX, $this->CurrentSQL);
-
- // 2. replace all pseudo-tags found in sql with their values
- while ( ($tag = $this->FindTag()) != false ) {
- $this->CurrentSQL = str_replace('<%'.$tag.'%>', $this->ProcessStatisticTag($tag), $this->CurrentSQL);
- }
-
- // 3. query sql and process gathered data
- $values = $this->Conn->GetCol($this->CurrentSQL);
- if (!$values) return '';
- if (!$this->PostFormatting) return array_shift($values);
-
-
- switch ($this->PostFormatting) {
- case 'number':
- // simple-specific postformatting
- $lang =& $this->Application->recallObject('lang.current');
- $value = $lang->formatNumber($value, $this->PostFormattingParams['precision']);
- break;
-
- case 'COUNT':
- // extended postformatting
- $value = count($values);
- break;
-
- case 'SUM':
- $value = 0;
- foreach ($values as $cur_value) {
- $value += $cur_value;
- }
-
- if ($this->PostFormattingParams['format_as'] == 'file') {
- $value = size($value);
- }
- break;
-
- // other type of information (not from db)
- case 'SysFileSize':
- $value = size( dir_size(FULL_PATH.'/') );
- break;
-
- default: // simple-default postformatting
- $value = adodb_date($this->PostFormatting, array_shift($values));
- break;
- }
- $this->PostFormatting = false;
- $this->PostFormattingParams = Array();
-
-
- return $value;
-
- }
-
- function FindTag()
- {
- // finds tag in current sql & returns it if found, false otherwise
- $tagOpen = '<%'; $tagClose = '%>'; $tagOpenLen = strlen($tagOpen);
- $startPos = strpos($this->CurrentSQL, $tagOpen);
- if( $startPos !== false )
- {
- $endPos = strpos($this->CurrentSQL, $tagClose, $startPos);
- return ($endPos > $startPos) ? substr($this->CurrentSQL, $startPos + $tagOpenLen, $endPos - $startPos - $tagOpenLen) : false;
- }
- return false;
- }
-
- function ProcessStatisticTag($tag)
- {
- $tag = trim($tag);
- if (isset($this->TagCache[$tag])) {
- return $this->TagCache[$tag];
- }
-
- $object =& $this->getObject();
-
- list($tag_name, $tag_params) = explode(' ', $tag, 2); // 1st - function, 2nd .. nth - params
- preg_match_all('/([\${}a-zA-Z0-9_.-]+)=(["\']{1,1})(.*?)(?<!\\\)\\2/s', $tag_params, $rets, PREG_SET_ORDER);
-
- $tag_params = Array();
- foreach ($rets AS $key => $val){
- $tag_params[$val[1]] = str_replace(Array('\\' . $val[2], '+'), Array($val[2], ' '), $val[3]);
- }
-
- switch ($tag_name) {
- case 'm:config':
- // m:config name="<variable_name>"
- return $this->Application->ConfigValue($tag_params['name']);
- break;
-
- case 'm:post_format':
- // m:post_format field="<field_name>" type="<formatting_type>" precision="2"
- $lang =& $this->Application->recallObject('lang.current');
- switch ($tag_params['type']) {
- case 'date':
- $this->PostFormatting = $lang->GetDBField('DateFormat');
- break;
-
- case 'time':
- $this->PostFormatting = $lang->GetDBField('TimeFormat');
- break;
-
- case 'currency':
- $this->PostFormatting = 'number';
- $this->PostFormattingParams['precision'] = $tag_params['precision'];
- break;
- }
- return $tag_params['field'];
- break;
-
- case 'm:custom_action':
- // m:custom_action sql="empty" action="SysFileSize"
- $this->PostFormatting = $tag_params['action'];
- return ($tag_params['sql'] == 'empty') ? 'SELECT 1' : $tag_params['sql'];
- break;
-
- case 'modules:get_current':
- return $object->GetDBField('Module');
- break;
-
- case 'm:sql_action':
- //m:sql_action sql="SHOW TABLES" action="COUNT" field="*"
- $this->PostFormatting = $tag_params['action'];
- $this->PostFormattingParams = $tag_params;
- return $tag_params['sql'];
- break;
-
- case 'link:hit_count':
- if ($tag_params['type'] == 'top') {// by now only top is supported
- $top_links_count = $this->Application->ConfigValue('Link_TopCount');
-
- $sql = 'SELECT Hits
- FROM '.TABLE_PREFIX.'Link
- ORDER BY Hits DESC LIMIT 0, '.$top_links_count;
- return $this->getLastRecord($sql, 'Hits');
- }
- break;
-
- case 'article:hit_count':
- if ($tag_params['type'] == 'top') {// by now only top is supported
- $top_articles_count = $this->Application->ConfigValue('News_VotesToHot');
- $min_votes = $this->Application->ConfigValue('News_MinVotes');
-
- $sql = 'SELECT CachedRating
- FROM '.TABLE_PREFIX.'News
- WHERE CachedVotesQty > '.$min_votes.'
- ORDER BY CachedRating DESC LIMIT 0, '.$top_articles_count;
- return $this->getLastRecord($sql, 'CachedRating');
- }
- break;
-
- case 'topic:hit_count':
- if ($tag_params['type'] == 'top') {// by now only top is supported
- $top_posts_count = $this->Application->ConfigValue('Topic_PostsToPop');
-
- $sql = 'SELECT Views
- FROM '.TABLE_PREFIX.'Topic
- ORDER BY Views DESC LIMIT 0, '.$top_posts_count;
- return $this->getLastRecord($sql, 'Views');
- }
- break;
-
-
- }
- }
-
- function getLastRecord($sql, $field)
- {
- $records = $this->Conn->GetCol($sql);
- return count($records) ? array_pop($records) : 0;
- }
-
- /**
- * Allows to get pending item count for prefix
- *
- * @param Array $params
- * @return int
- */
- function CountPending($params)
- {
- $prefix = $params['prefix'];
- $value = $this->Application->getCache('statistics.pending', $prefix);
- if ($value === false) {
- $statistics_info = $this->Application->getUnitOption($prefix.'.pending', 'StatisticsInfo');
- if (!$statistics_info) {
- return 0;
- }
-
- $table = $this->Application->getUnitOption($prefix, 'TableName');
- $status_field = array_shift( $this->Application->getUnitOption($prefix, 'StatusField') );
- $sql = 'SELECT COUNT(*)
- FROM '.$table.'
- WHERE '.$status_field.' = '.$statistics_info['status'];
- $value = $this->Conn->GetOne($sql);
- $this->Application->setCache('statistics.pending', $prefix, $value);
- }
- return $value;
- }
-
- function GetTotalPending()
- {
- $prefixes = $this->getPendingPrefixes();
-
- $sum = 0;
- foreach ($prefixes as $prefix) {
- $sum += $this->CountPending( Array('prefix' => $prefix) );
- }
- return $sum;
- }
-
- /**
- * Get prefixes, that are allowed to have pending items (check module licenses too)
- *
- * @return Array
- */
- function getPendingPrefixes()
- {
- $modules_helper =& $this->Application->recallObject('ModulesHelper');
- /* @var $modules_helper kModulesHelper */
-
- $licensed_modules = array_map('strtolower', $modules_helper->_GetModules());
-
- $sql = 'SELECT LOWER(Module), Prefix
- FROM '.TABLE_PREFIX.'ItemTypes it
- LEFT JOIN '.TABLE_PREFIX.'Modules m ON m.Name = it.Module
- WHERE (m.Loaded = 1) AND (LENGTH(it.ClassName) > 0)';
- $prefixes = $this->Conn->GetCol($sql, 'Prefix');
-
- $module_names = array_map('strtolower', array_unique(array_values($prefixes)));
- $module_names = array_intersect($module_names, $licensed_modules);
-
- $ret = Array ();
- foreach ($prefixes as $prefix => $module_name) {
- if (in_array($module_name, $module_names)) {
- $ret[] = $prefix;
- }
- }
-
- return $ret;
-
- }
-
- function PrintPendingStatistics($params)
- {
- $check_prefixes = $this->getPendingPrefixes();
- if (!$check_prefixes) {
- return '';
- }
-
- $ret = '';
- $columns = $params['columns'];
- $block_params = $this->prepareTagParams( Array('name' => $this->SelectParam($params, 'render_as,block') ) );
-
- $prefixes = Array();
- foreach ($check_prefixes as $prefix) {
- $statistics_info = $this->Application->getUnitOption($prefix.'.pending', 'StatisticsInfo');
- if ($statistics_info) {
- $prefixes[] = $prefix;
- }
- }
-
- $row_number = 0;
-
- foreach ($prefixes as $i => $prefix) {
- $block_params['prefix'] = $prefix;
- $statistics_info = $this->Application->getUnitOption($prefix.'.pending', 'StatisticsInfo');
-
- if ($i % $columns == 0) {
- $column_number = 1;
- $ret .= '<tr>';
- }
-
- $block_params['column_number'] = $column_number;
- $block_params['is_first'] = $i < $columns ? 1 : 0;
- $template = $statistics_info['url']['t'];
- unset($statistics_info['url']['t']);
- $url = $this->Application->HREF($template, '', $statistics_info['url']);
- if ($statistics_info['js_url'] != '#url#') {
- $statistics_info['js_url'] = 'javascript:'.$statistics_info['js_url'];
- }
-
- $block_params['url'] = str_replace('#url#', $url, $statistics_info['js_url']);
- $block_params['icon'] = $statistics_info['icon'];
- $block_params['label'] = $statistics_info['label'];
- $ret .= $this->Application->ParseBlock($block_params);
- $column_number++;
-
- if (($i+1) % $columns == 0) {
- $ret .= '</tr>';
- }
- }
- return $ret;
- }
-
- }
-
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/statistics/statistics_tag_processor.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/statistics/statistics_config.php
===================================================================
--- branches/RC/kernel/units/statistics/statistics_config.php (revision 11201)
+++ branches/RC/kernel/units/statistics/statistics_config.php (nonexistent)
@@ -1,65 +0,0 @@
-<?php
-
-$config = Array(
- 'Prefix' => 'stat',
- 'ItemClass' => Array('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'),
- 'ListClass' => Array('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'),
- 'EventHandlerClass' => Array('class' => 'StatisticsEventHandler', 'file' => 'statistics_event_handler.php', 'build_event' => 'OnBuild'),
- 'TagProcessorClass' => Array('class' => 'StatisticsTagProcessor', 'file' => 'statistics_tag_processor.php', 'build_event' => 'OnBuild'),
-
- 'AutoLoad' => true,
-
- 'QueryString' => Array(
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- 4 => 'mode',
- ),
-
- 'IDField' => 'StatItemId',
-
- 'TitleField' => 'ListLabel',
-
- 'TitlePresets' => Array(
- 'statistics_list' => Array('prefixes' => Array('stat_List'), 'format' => "!la_title_Statistics! (#stat_recordcount#)"),
- ),
-
- 'TableName' => TABLE_PREFIX.'StatItem',
-
- 'ListSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'),
- 'ItemSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'),
-
- 'ListSortings' => Array(
- '' => Array(
- 'Sorting' => Array('Priority' => 'asc'),
- )
- ),
-
- 'Fields' => Array(
- 'StatItemId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'Module' => Array('type' => 'string','not_null' => '1','default' => ''),
- 'ValueSQL' => Array('type' => 'string','default' => null),
- 'ResetSQL' => Array('type' => 'string','default' => null),
- 'ListLabel' => Array('type' => 'string','not_null' => 1, 'default' => ''),
- 'Priority' => Array('type' => 'int','not_null' => 1, 'default' => 0),
- 'AdminSummary' => Array('type' => 'int','not_null' => 1, 'default' => 0),
- ),
-
-
-
- 'Grids' => Array(
- 'Default' => Array(
- 'Icons' => Array('default' => 'icon16_custom.gif'),
- 'Fields' => Array(
- 'Login' => Array('title' => 'la_col_Username', 'data_block' => 'grid_checkbox_td'),
- 'LastName' => Array( 'title'=>'la_col_LastName'),
- 'FirstName' => Array( 'title'=>'la_col_FirstName'),
- ),
- ),
-
-
- ),
-
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/statistics/statistics_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/statistics/statistics_event_handler.php
===================================================================
--- branches/RC/kernel/units/statistics/statistics_event_handler.php (revision 11201)
+++ branches/RC/kernel/units/statistics/statistics_event_handler.php (nonexistent)
@@ -1,28 +0,0 @@
-<?php
-
- class StatisticsEventHandler extends kDBEventHandler {
-
- /**
- * Allows to show statistics only of requrested type
- *
- * @param kEvent $event
- */
- function SetCustomQuery(&$event)
- {
- $object =& $event->getObject();
-
- if ($event->Special == 'summary') {
- $object->addFilter('summary_filter', '%1$s.AdminSummary = 1');
- }
-
- $module_list = '';
- foreach ($this->Application->ModuleInfo as $module_name => $module_info) {
- $module_list .= $this->Conn->qstr($module_name).',';
- }
- $module_list = preg_replace('/(.*),$/', '\\1', $module_list);
-
- $object->addFilter('status_filter', '%1$s.Module IN ('.$module_list.')');
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/statistics/statistics_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/units/search_logs/search_logs_config.php
===================================================================
--- branches/RC/kernel/units/search_logs/search_logs_config.php (revision 11201)
+++ branches/RC/kernel/units/search_logs/search_logs_config.php (nonexistent)
@@ -1,76 +0,0 @@
-<?php
-
- $config = Array (
- 'Prefix' => 'search-log',
- 'ItemClass' => Array('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'),
- 'ListClass' => Array('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'),
- 'EventHandlerClass' => Array ('class' => 'kDBEventHandler', 'file' => '', 'build_event' => 'OnBuild'),
- 'TagProcessorClass' => Array ('class' => 'kDBTagProcessor', 'file' => '', 'build_event' => 'OnBuild'),
-
- 'AutoLoad' => true,
-
- 'QueryString' => Array (
- 1 => 'id',
- 2 => 'Page',
- 3 => 'event',
- 4 => 'mode',
- ),
-
- 'IDField' => 'SearchLogId',
-
- 'TableName' => TABLE_PREFIX . 'SearchLog',
-
- 'TitlePresets' => Array (
- 'search_log_list' => Array ('prefixes' => Array('search-log_List'), 'format' => '!la_tab_SearchLog! (#search-log_recordcount#)',),
- ),
-
- 'PermSection' => Array ('main' => 'in-portal:searchlog'),
-
- 'Sections' => Array (
- 'in-portal:searchlog' => Array (
- 'parent' => 'in-portal:reports',
- 'icon' => 'in-portal:search_log',
- 'label' => 'la_tab_SearchLog',
- 'url' => Array('t' => 'logs/search_logs/search_log_list', 'pass' => 'm'),
- 'permissions' => Array('view', 'delete'),
- 'priority' => 2,
- 'type' => stTREE,
- ),
- ),
-
- 'ListSQLs' => Array (
- '' => ' SELECT %1$s.* %2$s FROM %1$s',
- ),
-
- 'ListSortings' => Array (
- '' => Array (
- 'Sorting' => Array ('Keyword' => 'asc'),
- )
- ),
-
- 'Fields' => Array (
- 'SearchLogId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'Keyword' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''),
- 'Indices' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'SearchType' => Array (
- 'type' => 'int',
- 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_Text_Simple', 1 => 'la_Text_Advanced'), 'use_phrases' => 1,
- 'not_null' => 1, 'default' => 0
- ),
- ),
-
- 'Grids' => Array (
- 'Default' => Array (
- 'Fields' => Array (
- 'SearchLogId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter',),
- 'SearchType' => Array ('title' => 'la_prompt_SearchType', 'filter_block' => 'grid_options_filter', ),
- 'Keyword' => Array ('title' => 'la_col_Keyword', 'filter_block' => 'grid_like_filter', ),
- 'Indices' => Array ('title' => 'la_prompt_Frequency', 'filter_block' => 'grid_range_filter', ),
- ),
- ),
- ),
-
- 'ConfigMapping' => Array(
- 'PerPage' => 'Perpage_SearchLog',
- ),
- );
\ No newline at end of file
Property changes on: branches/RC/kernel/units/search_logs/search_logs_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.3
\ No newline at end of property
Index: branches/RC/kernel/units/files/files_config.php
===================================================================
--- branches/RC/kernel/units/files/files_config.php (revision 11201)
+++ branches/RC/kernel/units/files/files_config.php (nonexistent)
@@ -1,84 +0,0 @@
-<?php
-
- $config = Array (
- 'Prefix' => '#file',
- 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'),
- 'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'),
- 'EventHandlerClass' => Array ('class' => 'FileEventHandler', 'file' => 'file_eh.php', 'build_event' => 'OnBuild'),
- 'TagProcessorClass' => Array ('class' => 'FileTagProcessor', 'file' => 'file_tp.php', 'build_event' => 'OnBuild'),
-
- 'AutoLoad' => true,
-
- 'QueryString' => Array (
- 1 => 'id',
- 2 => 'page',
- 3 => 'event',
- ),
-
- 'IDField' => 'FileId',
- 'StatusField' => Array('Status'),
-
- 'TitleField' => 'FileName',
- 'TableName' => TABLE_PREFIX.'ItemFiles',
-
- 'ParentTableKey' => 'ResourceId',
- 'ForeignKey' => 'ResourceId',
- 'AutoDelete' => true,
- 'AutoClone' => true,
-
- 'FilterMenu' => Array (
- 'Groups' => Array (
- Array ('mode' => 'AND', 'filters' => Array ('show_active','show_disabled'), 'type' => WHERE_FILTER),
- ),
-
- 'Filters' => Array(
- 'show_active' => Array('label' =>'la_Active', 'on_sql' => '', 'off_sql' => '%1$s.Status != 1' ),
- 'show_disabled' => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => '%1$s.Status != 0' ),
- )
- ),
-
- 'ListSQLs' => Array (
- '' => 'SELECT * FROM %s',
- ),
-
- 'ItemSQLs' => Array (
- '' => 'SELECT * FROM %s',
- ),
-
- 'ListSortings' => Array (
- '' => Array (
- 'Sorting' => Array ('FileName' => 'asc'),
- )
- ),
-
- 'Fields' => Array (
- 'FileId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'ResourceId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'FileName' => Array ('type' => 'string', 'max_len' => 255, 'required' => 1, 'not_null' => 1, 'default' => ''),
- 'FilePath' => Array (
- 'type' => 'string', 'max_len' => 255,
- 'formatter' => 'kUploadFormatter', 'upload_dir' => ITEM_FILES_PATH, 'include_path' => false,
- 'size_field' => 'Size', 'content_type_field' => 'MimeType', 'max_size' => 50000000,
- 'allowed_types' => Array ('application/pdf', 'application/msexcel', 'application/vnd.ms-excel', 'application/msword', 'application/mspowerpoint', 'application/zip', 'plain/text', 'application/x-gzip'),
- 'not_null' => 1, 'required' => 1, 'default' => ''
- ),
- 'Size' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),
- 'Status' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Enabled', 0 => 'la_Disabled'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1),
- 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'not_null' => 1, 'default' => '#NOW#'),
- 'CreatedById' => Array ('type' => 'int', 'not_null' => 1, 'default' => -1),
- 'MimeType' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''),
- ),
-
- 'Grids' => Array (
- 'Default' => Array (
- 'Icons' => Array (1 => 'icon16_file.gif', 0 => 'icon16_file_disabled.gif'),
- 'Fields' => Array(
- 'FileId' => Array ('title' => 'la_col_Id' , 'data_block' => 'grid_checkbox_td', 'module' => 'In-Portal'),
- 'FileName' => Array ('title' => 'la_col_FileName'),
- 'Status' => Array ('title' => 'la_col_Status'),
- ),
- ),
- ),
- );
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/files/files_config.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.7
\ No newline at end of property
Index: branches/RC/kernel/units/files/file_eh.php
===================================================================
--- branches/RC/kernel/units/files/file_eh.php (revision 11201)
+++ branches/RC/kernel/units/files/file_eh.php (nonexistent)
@@ -1,89 +0,0 @@
-<?php
- class FileEventHandler extends kDBEventHandler {
-
- /**
- * Allows to override standart permission mapping
- *
- */
- function mapPermissions()
- {
- parent::mapPermissions();
- $permissions = Array(
- 'OnDownloadFile' => Array('subitem' => 'view'),
- );
-
- $this->permMapping = array_merge($this->permMapping, $permissions);
- }
-
- /**
- * [HOOK] Allows to apply file functionality to specific config
- * When main item is created, then #file config is cloned
- *
- * @param kEvent $event
- */
- function OnDefineFiles(&$event)
- {
- $clones = $this->Application->getUnitOption('#file', 'Clones');
- $clones[$event->MasterEvent->Prefix.'-file'] = Array (
- 'ParentPrefix' => $event->MasterEvent->Prefix,
- );
- $this->Application->setUnitOption('#file', 'Clones', $clones);
- }
-
- /**
- * Remembers user, who is created file record. Makes file primary if no other files are uploaded.
- *
- * @param kEvent $event
- */
- function OnBeforeItemCreate(&$event)
- {
- $object =& $event->getObject();
- $object->SetDBField('CreatedById', $this->Application->RecallVar('user_id'));
- }
-
- /**
- * Resets primary file mark when more then one file is marked as primary
- *
- * @param kEvent $event
- */
- function OnBeforeItemUpdate(&$event)
- {
- $object =& $event->getObject();
-
- if (!$object->GetDBField('FileName')) {
- $object->SetDBField('FileName', basename($object->GetDBField('FilePath')));
- }
- }
-
- function SetCustomQuery(&$event)
- {
- parent::SetCustomQuery($event);
-
- $object =& $event->getObject();
-
- if (!$this->Application->IsAdmin()) {
- $object->addFilter('active_filter', '%1$s.Status = '.STATUS_ACTIVE);
- }
- }
-
- /**
- * Returns file contents associated with item
- *
- * @param kEvent $event
- */
- function OnDownloadFile(&$event)
- {
- $object =& $event->getObject();
- /* @var $object kDBItem */
-
- $file_helper =& $this->Application->recallObject('FileHelper');
- /* @var $file_helper FileHelper */
-
- $filename = $object->GetField('FilePath', 'full_path');
- $file_helper->DownloadFile($filename);
-
- $event->status = erSTOP;
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/files/file_eh.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.4
\ No newline at end of property
Index: branches/RC/kernel/units/files/file_tp.php
===================================================================
--- branches/RC/kernel/units/files/file_tp.php (revision 11201)
+++ branches/RC/kernel/units/files/file_tp.php (nonexistent)
@@ -1,25 +0,0 @@
-<?php
-
- class FileTagProcessor extends kDBTagProcessor {
-
- function DownloadFileLink($params)
- {
- $params[$this->getPrefixSpecial().'_event'] = 'OnDownloadFile';
- $params['pass'] = 'm,'.$this->Application->getUnitOption($this->Prefix, 'ParentPrefix').','.$this->getPrefixSpecial();
-
- return $this->ItemLink($params);
- }
-
- function FileIcon($params)
- {
- $object =& $this->getObject($params);
- /* @var $object kDBItem */
-
- $last_dot = mb_strrpos($object->GetDBField('FilePath'), '.');
- $ext = ($last_dot !== false) ? mb_substr($object->GetDBField('FilePath'), $last_dot + 1).'.gif' : '';
-
- return $ext ? $ext : $params['default'];
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/RC/kernel/units/files/file_tp.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.3
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/groups/groups_list.tpl
===================================================================
--- branches/RC/kernel/admin_templates/groups/groups_list.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/groups/groups_list.tpl (nonexistent)
@@ -1,59 +0,0 @@
-<inp2:m_include t="incs/header"/>
-<inp2:m_RenderElement name="combined_header" section="in-portal:user_groups" pagination="1" prefix="g.total"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- //do not rename - this function is used in default grid for double click!
- function edit()
- {
- set_hidden_field('remove_specials[g.total]', 1);
- std_edit_item('g.total', 'groups/groups_edit');
- }
-
- var a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('new_group', '<inp2:m_phrase label="la_ToolTip_NewGroup" escape="1"/>',
- function() {
- set_hidden_field('remove_specials[g.total]', 1);
- std_precreate_item('g.total', 'groups/groups_edit')
- } ) );
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- set_hidden_field('remove_specials[g.total]', 1);
- std_delete_items('g.total');
- } ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- /*<inp2:m_if check="m_Recall" name="user_id" equals_to="-1">
- a_toolbar.AddButton( new ToolBarButton('e-mail', '<inp2:m_phrase label="la_ToolTip_SendMail" escape="1"/>', function() {
- openSelector('emailmessages', '<inp2:m_Link template="emails/mass_mail"/>', 'UserEmail', null, 'OnPrepareMassRecipients');
- }
- ) );
- </inp2:m_if>*/
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
- </script>
-
- </td>
-
- <inp2:m_RenderElement name="search_main_toolbar" prefix="g.total" grid="Default"/>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="g.total" IdField="GroupId" grid="Default" limited_heights="1"/>
-<script type="text/javascript">
- Grids['g.total'].SetDependantToolbarButtons( new Array('edit', 'delete', 'e-mail') );
-</script>
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/groups/groups_list.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.5
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/groups/groups_edit_tabs.tpl
===================================================================
--- branches/RC/kernel/admin_templates/groups/groups_edit_tabs.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/groups/groups_edit_tabs.tpl (nonexistent)
@@ -1,16 +0,0 @@
-<table cellpadding="0" cellspacing="0" border="0" width="100%">
-<tr>
- <td align="right" width="100%">
- <table cellpadding="0" cellspacing="0" border="0" height="23">
- <tr>
- <inp2:m_RenderElement name="tab" title="la_tab_General" t="groups/groups_edit" main_prefix="g"/>
- <inp2:m_RenderElement name="tab" title="la_tab_Users" t="groups/groups_edit_users" main_prefix="g"/>
-
- <inp2:m_if check="m_CheckPermission" permissions="in-portal:user_groups.advanced:manage_permissions" system="1">
- <inp2:m_RenderElement name="tab" title="la_tab_Permissions" t="groups/groups_edit_permissions" main_prefix="g"/>
- </inp2:m_if>
- </tr>
- </table>
- </td>
-</tr>
-</table>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/groups/groups_edit_tabs.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/groups/groups_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/groups/groups_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/groups/groups_edit.tpl (nonexistent)
@@ -1,68 +0,0 @@
-<inp2:adm_SetPopupSize width="750" height="761"/>
-
-<inp2:m_include t="incs/header"/>
-<inp2:m_RenderElement name="combined_header" section="in-portal:user_groups" prefix="g" title_preset="groups_edit" tabs="groups/groups_edit_tabs"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('g','<inp2:g_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('g','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('g', '<inp2:g_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('g', '<inp2:g_NextId/>');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="g_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="g_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="g_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:g_SaveWarning name="grid_save_warning"/>
-<div id="scroll_container">
- <table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection" title="!la_section_General!"/>
- <inp2:m_RenderElement name="inp_id_label" prefix="g" field="GroupId" title="!la_fld_GroupId!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="g" field="Name" title="!la_fld_GroupName!"/>
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="g" field="FrontRegistration" title="la_fld_FrontRegistration"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="g" field="Description" title="!la_fld_Comments!" rows="5" cols="30"/>
-
- <inp2:m_if check="m_IsDebugMode">
- <inp2:m_RenderElement name="inp_edit_radio" prefix="g" field="Enabled" title="!la_fld_Enabled!"/>
- </inp2:m_if>
- </table>
-</div>
-
-<inp2:m_include t="incs/footer"/>
Property changes on: branches/RC/kernel/admin_templates/groups/groups_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/groups/groups_edit_users.tpl
===================================================================
--- branches/RC/kernel/admin_templates/groups/groups_edit_users.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/groups/groups_edit_users.tpl (nonexistent)
@@ -1,97 +0,0 @@
-<inp2:m_include t="incs/header"/>
-<inp2:m_RenderElement name="combined_header" section="in-portal:user_groups" prefix="g" grid="GroupUsers" title_preset="groups_edit_users" tabs="groups/groups_edit_tabs"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
- <tbody>
- <tr>
- <td>
- <script type="text/javascript">
- function edit()
- {
-
-
- }
-
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('g','<inp2:g_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- cancel_edit('g','OnCancelEdit','<inp2:g_SaveEvent/>','<inp2:m_Phrase label="la_FormCancelConfirmation" escape="1"/>');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('g', '<inp2:g_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('g', '<inp2:g_NextId/>');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- a_toolbar.AddButton( new ToolBarButton('usertogroup', '<inp2:m_phrase label="la_ToolTip_AddUserToGroup" escape="1"/>',
- function() {
- openSelector('g-ug', '<inp2:m_Link t="users/user_selector" pass="m,g"/>', 'GroupId', '800x600');
- } ) );
-
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>', function() {
- std_delete_items('g-ug');
- }
- ) );
-
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="g_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="g_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="g_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
-
- </td>
- </tr>
- </tbody>
-</table>
-
-<inp2:m_DefineElement name="grid_membership_platform_td">
- <inp2:m_if check="Field" name="$field" db="db">
- <inp2:Field field="$field" first_chars="$first_chars" nl2br="$nl2br" grid="$grid" no_special="$no_special" format="$format"/>
- <inp2:m_else/>
- <inp2:m_phrase name="la_NeverExpires"/>
- </inp2:m_if>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="grid_membership_td" td_style="">
- <td valign="top" class="text" style="<inp2:m_param name="td_style"/>">
- <inp2:m_RenderElement name="grid_membership_platform_td" pass_params="1"/>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="g-ug" IdField="PortalUserId" grid="GroupUsers" menu_filters="yes" limited_heights="1"/>
-<script type="text/javascript">
- Grids['g-ug'].SetDependantToolbarButtons( new Array('delete') );
- Grids['g-ug'].DblClick = function() {return false};
-</script>
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/groups/groups_edit_users.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/groups/permissions_selector.tpl
===================================================================
--- branches/RC/kernel/admin_templates/groups/permissions_selector.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/groups/permissions_selector.tpl (nonexistent)
@@ -1,74 +0,0 @@
-<inp2:m_include t="incs/header"/>
-<inp2:m_RenderElement name="combined_header" section="in-portal:user_groups" permission_type="advanced:manage_permissions" prefix="g" title_preset="groups_edit_additional_permissions"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
- <tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- set_hidden_field('advanced_save', 1);
- submit_event('g-perm','OnGroupSavePermissions');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- window.close();
- }
- ) );
-
- a_toolbar.Render();
- </script>
-
- </td>
- </tr>
- </tbody>
-</table>
-
-<inp2:g_SaveWarning name="grid_save_warning"/>
-
-<inp2:m_DefineElement name="permission_element" prefix="g-perm">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <td>
- <inp2:m_param name="section_name"/>.<inp2:m_param name="perm_name"/>
- </td>
- <td>
- <input type="hidden" id="<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" name="<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" value="<inp2:$prefix_PermissionValue section_name="$section_name" perm_name="$perm_name"/>">
- <input type="checkbox" align="absmiddle" id="_cb_<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" name="_cb_<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" <inp2:m_if check="{$prefix}_PermissionValue" section_name="$section_name" perm_name="$perm_name" value="1">checked</inp2:m_if> onchange="update_checkbox(this, document.getElementById('<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]'));">
- </td>
- </tr>
-</inp2:m_DefineElement>
-
-
-<inp2:m_DefineElement name="old_permission_element" prefix="g-perm">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <td>
- <inp2:m_phrase name="$label"/>
- </td>
- <td>
- <input type="hidden" id="<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" name="<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" value="<inp2:$prefix_PermissionValue section_name="$section_name" perm_name="$perm_name"/>">
- <input type="checkbox" align="absmiddle" id="_cb_<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" name="_cb_<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" <inp2:m_if check="{$prefix}_PermissionValue" section_name="$section_name" perm_name="$perm_name" value="1">checked</inp2:m_if> onchange="update_checkbox(this, document.getElementById('<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]'));">
- </td>
- </tr>
-</inp2:m_DefineElement>
-
-<inp2:g-perm_LoadPermissions/>
-
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_set {$PrefixSpecial}_sequence="1" odd_even="table-color1"/>
-
- <tr class="subsectiontitle">
- <td><inp2:m_phrase label="la_col_PermissionName"/></td>
- <td><inp2:m_phrase label="la_col_PermissionValue"/></td>
- </tr>
- <inp2:m_if check="m_GetEquals" name="section_name" value="in-portal:root">
- <inp2:m_RenderElement name="old_permission_element" section_name="in-portal:root" perm_name="LOGIN" label="lu_PermName_Login_desc"/>
- <inp2:m_RenderElement name="old_permission_element" section_name="in-portal:root" perm_name="ADMIN" label="lu_PermName_Admin_desc"/>
- <inp2:m_RenderElement name="old_permission_element" section_name="in-portal:root" perm_name="SYSTEM_ACCESS.READONLY" label="la_PermName_SystemAccess.ReadOnly_desc"/>
- <inp2:m_else/>
- <inp2:adm_ListSectionPermissions render_as="permission_element" type="1"/>
- </inp2:m_if>
-</table>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/groups/permissions_selector.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.11.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/groups/groups_edit_permissions.tpl
===================================================================
--- branches/RC/kernel/admin_templates/groups/groups_edit_permissions.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/groups/groups_edit_permissions.tpl (nonexistent)
@@ -1,140 +0,0 @@
-<inp2:adm_SetPopupSize width="750" height="761"/>
-
-<inp2:m_include t="incs/header"/>
-<inp2:m_RenderElement name="combined_header" section="in-portal:user_groups" permission_type="advanced:manage_permissions" prefix="g" title_preset="groups_edit_permissions" tabs="groups/groups_edit_tabs"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
- <tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('g','<inp2:g_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('g','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('g', '<inp2:g_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('g', '<inp2:g_NextId/>');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="g_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="g_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="g_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
-
- </td>
- </tr>
- </tbody>
-</table>
-
-<inp2:g_SaveWarning name="grid_save_warning"/>
-
-<inp2:m_DefineElement name="permission_element" prefix="g-perm" onclick="">
- <td>
- <inp2:m_if check="{$prefix}_HasPermission" perm_name="$perm_name" section_name="$section_name">
- <input type="hidden" id="<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" name="<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" value="<inp2:$prefix_PermissionValue section_name="$section_name" perm_name="$perm_name"/>">
- <input type="checkbox" align="absmiddle" id="_cb_<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" name="_cb_<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]" <inp2:m_if check="{$prefix}_PermissionValue" section_name="$section_name" perm_name="$perm_name" value="1">checked</inp2:m_if> onchange="update_checkbox(this, document.getElementById('<inp2:m_param name="prefix"/>[<inp2:m_param name="section_name"/>][<inp2:m_param name="perm_name"/>]'));" onclick="<inp2:m_param name="onclick"/>">
- <inp2:m_else/>
- &nbsp;
- </inp2:m_if>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="tree_element">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <td>
- <img src="img/spacer.gif" height="1" width="<inp2:g-perm_LevelIndicator level="$deep_level" multiply="20"/>" alt="" border="0"/>
-
- <img src="<inp2:$SectionPrefix_ModulePath module="$icon_module"/>img/icons/icon24_<inp2:m_param name="icon"/>.gif" border="0" alt="" title="" align="absmiddle"/>
- <inp2:m_if check="m_ParamEquals" name="children_count" value="0">
- <inp2:m_phrase name="$label"/>
- <inp2:m_else/>
- <inp2:m_if check="m_ParamEquals" name="section_name" value="in-portal:root">
- <b><inp2:m_param name="label"/></b>
- <inp2:m_else/>
- <b><inp2:m_phrase name="$label"/></b>
- </inp2:m_if>
- </inp2:m_if>
-
- <inp2:m_if check="m_IsDebugMode">
- <br />
- <img src="img/spacer.gif" height="1" width="<inp2:g-perm_LevelIndicator level="$deep_level" multiply="20"/>" alt="" border="0"/>
- <span class="small">[<inp2:m_param name="section_name"/>, <b><inp2:m_param name="SectionPrefix"/></b>]</span>
- </inp2:m_if>
- </td>
-
- <inp2:m_RenderElement name="permission_element" section_name="$section_name" perm_name="view" onclick="update_perm_checkboxes(this);"/>
- <inp2:m_RenderElement name="permission_element" section_name="$section_name" perm_name="add"/>
- <inp2:m_RenderElement name="permission_element" section_name="$section_name" perm_name="edit"/>
- <inp2:m_RenderElement name="permission_element" section_name="$section_name" perm_name="delete"/>
- <td>
- <inp2:m_if check="g-perm_HasAdvancedPermissions" section_name="$section_name">
- <a href="javascript:openSelector('g-perm', '<inp2:m_t t="groups/permissions_selector" pass="all,g-perm" section_name="$section_name" escape="1"/>', 'PermList', null, 'OnGroupSavePermissions');"><inp2:m_phrase name="la_btn_Change"/></a>
- <inp2:m_else/>
- &nbsp;
- </inp2:m_if>
- </td>
- </tr>
-</inp2:m_DefineElement>
-
-<inp2:g-perm_LoadPermissions/>
-
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_set {$PrefixSpecial}_sequence="1" odd_even="table-color1"/>
-
- <tr class="subsectiontitle">
- <td><inp2:m_phrase label="la_col_PermissionName"/></td>
- <td><inp2:m_phrase label="la_col_PermView"/></td>
- <td><inp2:m_phrase label="la_col_PermAdd"/></td>
- <td><inp2:m_phrase label="la_col_PermEdit"/></td>
- <td><inp2:m_phrase label="la_col_PermDelete"/></td>
- <td><inp2:m_phrase label="la_col_AdditionalPermissions"/></td>
- </tr>
-
- <inp2:adm_DrawTree render_as="tree_element" section_name="in-portal:root"/>
-</table>
-
-
-<script type="text/javascript">
- function update_perm_checkboxes($source_perm)
- {
- var $permissions = ['add', 'edit', 'delete'];
- var $rets = $source_perm.id.match(/_cb_g-perm\[(.*)\]\[(.*)\]/);
- var $test_perm = '';
- var $i = 0;
- while($i < $permissions.length) {
- $test_perm = '_cb_g-perm[' + $rets[1] + '][' + $permissions[$i] + ']';
- $test_perm = document.getElementById($test_perm);
- if ($test_perm) {
- $test_perm.checked = $source_perm.checked;
- update_checkbox($test_perm, document.getElementById('g-perm[' + $rets[1] + '][' + $permissions[$i] + ']'));
- }
- $i++;
- }
- }
-</script>
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/groups/groups_edit_permissions.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.13.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/group_selector.tpl
===================================================================
--- branches/RC/kernel/admin_templates/group_selector.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/group_selector.tpl (nonexistent)
@@ -1,46 +0,0 @@
-<inp2:adm_SetPopupSize width="582" height="504"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-
-<inp2:m_RenderElement name="blue_bar" prefix="g" title_preset="select_group" icon="icon46_usergroups"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- window.close();
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
-
- function edit()
- {
- set_hidden_field('remove_specials[g.user]', 1);
- submit_event('<inp2:m_recall name="main_prefix"/>', 'OnProcessSelected');
- }
- </script>
-
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="g.user" IdField="GroupId" grid="GroupSelector" limited_heights="1"/>
-<script type="text/javascript">
- Grids['g.user'].SetDependantToolbarButtons( new Array('select') );
-</script>
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/group_selector.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/advanced_view.tpl
===================================================================
--- branches/RC/kernel/admin_templates/advanced_view.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/advanced_view.tpl (nonexistent)
@@ -1,132 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:advanced_view.view" system="1" ajax="yes"/>
-<inp2:m_include t="incs/header" nobody="yes" noform="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF" onload="$Catalog.Init();">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_advanced_view" module="in-portal" title="!la_title_AdvancedView!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="advanced_view" module="in-portal"/>
-
-<!-- main kernel_form: begin -->
-<inp2:m_RenderElement name="kernel_form"/>
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <input type="hidden" name="m_cat_id" value="<inp2:m_get name="m_cat_id"/>"/>
- <link rel="stylesheet" rev="stylesheet" href="incs/nlsmenu.css" type="text/css" />
- <script type="text/javascript" src="js/nlsmenu.js"></script>
- <script type="text/javascript" src="js/nlsmenueffect_1_2_1.js"></script>
- <script type="text/javascript" src="js/ajax.js"></script>
- <script type="text/javascript" src="js/catalog.js"></script>
- <script type="text/javascript">
- var menuMgr = new NlsMenuManager("mgr");
- menuMgr.timeout = 500;
- menuMgr.flowOverFormElement = true;
-
- Request.progressText = '<inp2:m_phrase name="la_title_Loading" escape="1"/>';
-
- Catalog.prototype.AfterInit = function() {
- this.switchTab();
- }
-
- var $Catalog = new Catalog('<inp2:m_Link template="#TEMPLATE_NAME#" pass_through="ts,td" ts="showall" td="no" m_cat_id="#CATEGORY_ID#" no_amp="1"/>', 'advanced_view_', 0);
- var a_toolbar = new ToolBar();
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
-
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- var $template = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'view_template');
- $form_name = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'tab_id') + '_form';
- set_hidden_field('remove_specials[' + $Catalog.ActivePrefix + '.showall]', 1);
- std_delete_items($Catalog.ActivePrefix, $template, 1);
- } ) );
-
-
- <inp2:m_ModuleInclude template="catalog_buttons" main_template="advanced_view"/>
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- a_toolbar.AddButton( new ToolBarButton('approve', '<inp2:m_phrase label="la_ToolTip_Approve" escape="1"/>', function() {
- $form_name = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'tab_id') + '_form';
- set_hidden_field('remove_specials[' + $Catalog.ActivePrefix + '.showall]', 1);
- $Catalog.submit_event($Catalog.ActivePrefix, 'OnMassApprove');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('decline', '<inp2:m_phrase label="la_ToolTip_Decline" escape="1"/>', function() {
- $form_name = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'tab_id') + '_form';
- set_hidden_field('remove_specials[' + $Catalog.ActivePrefix + '.showall]', 1);
- $Catalog.submit_event($Catalog.ActivePrefix, 'OnMassDecline');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar, 'view');
- }
- ) );
-
- a_toolbar.Render();
-
- function edit()
- {
- $form_name = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'tab_id') + '_form';
- var $kf = document.getElementById($form_name);
- var $prev_action = $kf.action;
- $kf.action = '<inp2:m_t pass="all" no_pass_through="1"/>';
-
- set_hidden_field('remove_specials[' + $Catalog.ActivePrefix + ']', 1);
- std_edit_item($Catalog.ActivePrefix, $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'edit_template'));
-
- $kf.action = $prev_action;
- }
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-<inp2:m_RenderElement name="kernel_form_end"/>
-<!-- main kernel_form: end -->
-
-<br />
-
-<!-- item tabs: begin -->
-<table cellpadding="0" cellspacing="0">
- <tr>
- <inp2:m_DefineElement name="item_tab" title="">
- <td nowrap="nowrap" width="140">
- <table id="<inp2:m_param name="prefix"/>.showall_tab" cellpadding="0" cellspacing="0" width="100%" class="catalog-tab-unselected" onclick="$Catalog.switchTab('<inp2:m_param name="prefix"/>.showall');">
- <tr>
- <td class="catalog-tab-left">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td class="catalog-tab-middle" width="100%" valign="middle" nowrap="nowrap">
- <inp2:m_phrase name="$title"/> <span class="cats_stats">(<span id="<inp2:m_param name="prefix"/>.showall_item_count">?</span>)</span>
- </td>
- <td class="catalog-tab-right">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td style="background-color: #FFFFFF;">
- <img src="img/spacer.gif" height="1" width="5" />
- </td>
- </tr>
- </table>
- </td>
- </inp2:m_DefineElement>
- <inp2:adm_ListCatalogTabs render_as="item_tab" title_property="ViewMenuPhrase" replace_m="yes"/>
- </tr>
-</table>
-<!-- item tabs: end -->
-<inp2:m_set ts="showall" td="no"/>
-<inp2:m_ModuleInclude template="catalog_tab" tab_init="2"/>
-
-<inp2:m_if check="m_get" var="SetTab">
-<script type="text/javascript">
- $Catalog.switchTab('<inp2:m_get var="SetTab"/>.showall');
-</script>
-</inp2:m_if>
-
-<inp2:m_include t="incs/footer" noform="yes"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/advanced_view.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/catalog.tpl
===================================================================
--- branches/RC/kernel/admin_templates/catalog.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/catalog.tpl (nonexistent)
@@ -1,258 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:browse.view" system="1" ajax="yes"/>
-<inp2:m_include t="incs/header" nobody="yes" noform="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF" onload="$Catalog.Init();">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Browse!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="catalog" module="in-portal"/>
-
-<!-- main kernel_form: begin -->
-<inp2:m_RenderElement name="kernel_form"/>
-<!-- ToolBar --->
-
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <input type="hidden" name="m_cat_id" value="<inp2:m_get name="m_cat_id"/>"/>
- <link rel="stylesheet" rev="stylesheet" href="incs/nlsmenu.css" type="text/css" />
- <script type="text/javascript" src="js/nlsmenu.js"></script>
- <script type="text/javascript" src="js/nlsmenueffect_1_2_1.js"></script>
-
- <script type="text/javascript" src="js/ajax.js"></script>
- <script type="text/javascript" src="js/catalog.js"></script>
- <script type="text/javascript">
- var menuMgr = new NlsMenuManager("mgr");
- menuMgr.timeout = 500;
- menuMgr.flowOverFormElement = true;
-
- Request.progressText = '<inp2:m_phrase name="la_title_Loading" escape="1"/>';
- var $is_catalog = true;
- var $Catalog = new Catalog('<inp2:m_Link template="#TEMPLATE_NAME#" m_cat_id="#CATEGORY_ID#" no_amp="1"/>', 'catalog_');
- $Catalog.TabByCategory = <inp2:m_if check="m_GetConfig" name="Catalog_PreselectModuleTab">true<inp2:m_else/>false</inp2:m_if>;
-
- var a_toolbar = new ToolBar();
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:upcat', '<inp2:m_phrase label="la_ToolTip_Up" escape="1"/>::<inp2:m_phrase label="la_ShortToolTip_GoUp" escape="1"/>', function() {
- $Catalog.go_to_cat($Catalog.ParentCategoryID);
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:homecat', '<inp2:m_phrase label="la_ToolTip_Home" escape="1"/>', function() {
- $Catalog.go_to_cat(0);
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:new_cat', '<inp2:m_phrase label="la_ToolTip_New_Category" escape="1"/>', function() {
- std_precreate_item('c', 'categories/categories_edit');
- }
- ) );
-
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:editcat', '<inp2:m_phrase label="la_ToolTip_Edit_Current_Category" escape="1"/>::<inp2:m_phrase label="la_ToolTipSHORT_Edit_Current_Category" escape="1"/>', function() {
- var $edit_url = '<inp2:m_t t="#TEMPLATE#" m_opener="d" c_mode="t" c_event="OnEdit" c_id="#CATEGORY_ID#" pass="all,c" no_amp="1"/>';
- var $category_id = get_hidden_field('m_cat_id');
- var $redirect_url = $edit_url.replace('#CATEGORY_ID#', $category_id);
- $redirect_url = $redirect_url.replace('#TEMPLATE#', $category_id > 0 ? 'categories/categories_edit' : 'categories/categories_edit_permissions');
- redirect($redirect_url);
- }
- ) );
-
- <inp2:m_ModuleInclude template="catalog_tab" tab_init="1" skip_prefixes="m"/>
-
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
-
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- var $template = $Catalog.queryTabRegistry('prefix', $Catalog.getCurrentPrefix(), 'view_template');
- std_delete_items($Catalog.getCurrentPrefix(), $template, 1);
- } ) );
-
-
- <inp2:m_ModuleInclude template="catalog_buttons" main_template="catalog"/>
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- a_toolbar.AddButton( new ToolBarButton('approve', '<inp2:m_phrase label="la_ToolTip_Approve" escape="1"/>', function() {
- askCategoryPropagate();
- $Catalog.submit_event(null, 'OnMassApprove');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('decline', '<inp2:m_phrase label="la_ToolTip_Decline" escape="1"/>', function() {
- askCategoryPropagate();
- $Catalog.submit_event(null, 'OnMassDecline');
- }
- ) );
-
- function askCategoryPropagate() {
- if (Grids['c'].GetSelected().length) {
- var $propagate_status = confirm('<inp2:m_Phrase name="la_msg_PropagateCategoryStatus" escape="1"/>');
-
- $form_name = $Catalog.queryTabRegistry('prefix', 'c', 'tab_id') + '_form';
- Application.SetVar('propagate_category_status', $propagate_status ? 1 : 0);
- }
- }
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:export', '<inp2:m_phrase label="la_ToolTip_Export" escape="1"/>', function() {
- var $export_prefixes = new Array('l', 'p', 'n');
- if (in_array($Catalog.ActivePrefix, $export_prefixes)) {
- $Catalog.storeIDs('export_categories');
- submit_event($Catalog.ActivePrefix, 'OnExport');
- }
- else {
- alert('<inp2:m_phrase name="la_Text_InDevelopment" escape="1"/>');
- }
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:rebuild_cache', '<inp2:m_phrase label="la_ToolTip_RebuildCategoryCache" escape="1"/>::<inp2:m_phrase label="la_ShortToolTip_Rebuild" escape="1"/>', function() {
- redirect('<inp2:m_t t="categories/cache_updater" pass="m"/>');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep4') );
-
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:cut', '<inp2:m_phrase label="la_ToolTip_Cut" escape="1"/>', function() {
- $Catalog.submit_event(null, 'OnCut');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:copy', '<inp2:m_phrase label="la_ToolTip_Copy" escape="1"/>', function() {
- $Catalog.submit_event(null, 'OnCopy');
- }
- ) );
-
-
- a_toolbar.AddButton( new ToolBarButton('in-portal:paste', '<inp2:m_phrase label="la_ToolTip_Paste" escape="1"/>', function() {
- $Catalog.submit_event('c', 'OnPasteClipboard', null, function($object) {
- $object.resetTabs(true);
- $object.switchTab();
- } );
- }
- ) );
-
- /*a_toolbar.AddButton( new ToolBarButton('clear_clipboard', '<inp2:m_phrase label="la_ToolTip_ClearClipboard" escape="1"/>', function() {
- if (confirm('<inp2:m_phrase name="la_text_ClearClipboardWarning" js_escape="1"/>')) {
- $Catalog.submit_event('c', 'OnClearClipboard', null, function($object) {
- $GridManager.CheckDependencies($object.ActivePrefix);
- } );
- }
- }
- ) );*/
-
- a_toolbar.AddButton( new ToolBarSeparator('sep5') );
-
- a_toolbar.AddButton( new ToolBarButton('move_up', '<inp2:m_phrase label="la_ToolTip_Move_Up" escape="1"/>::<inp2:m_phrase label="la_ToolTipShort_Move_Up" escape="1"/>', function() {
- $Catalog.submit_event(null, 'OnMassMoveUp');
- }
- ) );
-
-
- a_toolbar.AddButton( new ToolBarButton('move_down', '<inp2:m_phrase label="la_ToolTip_Move_Down" escape="1"/>::<inp2:m_phrase label="la_ToolTipShort_Move_Down" escape="1"/>', function() {
- $Catalog.submit_event(null, 'OnMassMoveDown');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep6') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar, 'view');
- }
- ) );
-
- a_toolbar.Render();
-
- function edit()
- {
- var $current_prefix = $Catalog.getCurrentPrefix();
- $form_name = $Catalog.queryTabRegistry('prefix', $current_prefix, 'tab_id') + '_form';
- std_edit_item($current_prefix, $Catalog.queryTabRegistry('prefix', $current_prefix, 'edit_template'));
- }
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-<inp2:m_RenderElement name="kernel_form_end"/>
-<!-- main kernel_form: end -->
-
-<!-- category list: begin -->
-<table id="c_search_warning" width="100%" border="0" cellspacing="0" cellpadding="4" class="table_border_notop" style="display: none;">
- <tr>
- <td valign="top" class="hint_red">
- <inp2:m_phrase name="la_Warning_Filter"/>
- </td>
- </tr>
-</table>
-
-<inp2:m_set t="categories/xml/categories_list"/>
-<inp2:m_RenderElement name="kernel_form" form_name="categories_form"/>
-<table class="toolbar" cellspacing="0" cellpadding="0" width="100%" border="0" style="border-top-width: 0px;">
- <tr bgcolor="#e0e0da">
- <td valign="middle">
- <img src="img/arrow.gif" width="15" height="15" align="absmiddle" border="0"><span id="category_path"></span>
- </td>
- <td align="right" class="search-cell">
- <table cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td>Search:&nbsp;</td>
- <td>
- <input type="text" id="c_search_keyword" name="c_search_keyword" value="" onkeydown="search_keydown(event, 'c', 'Default', 1);" class="search-box"/>
- <input type="text" style="display: none;" />
- </td>
- <td id="search_buttons[c]">
- <script type="text/javascript">
- <inp2:m_RenderElement name="grid_search_buttons" PrefixSpecial="c" grid="Default" ajax="1"/>
- </script>
- </td>
- </tr>
- </table>
- </td>
- </tr>
-</table>
-
-<div id="categories_div" prefix="c" view_template="categories/xml/categories_list" edit_template="categories/categories_edit" dep_buttons="" class="catalog-tab" style="display: block;"></div>
-<inp2:m_RenderElement name="kernel_form_end"/>
-<inp2:m_set t="catalog/catalog"/>
-<script type="text/javascript">$Catalog.registerTab('categories');</script>
-<!-- categories list: end -->
-
-<!-- item tabs: begin -->
-<table cellpadding="0" cellspacing="0">
- <tr>
- <inp2:m_DefineElement name="item_tab" title="">
- <td nowrap="nowrap" width="140">
- <table id="<inp2:m_param name="prefix"/>_tab" cellpadding="0" cellspacing="0" width="100%" class="catalog-tab-unselected" onclick="$Catalog.switchTab('<inp2:m_param name="prefix"/>');">
- <tr>
- <td class="catalog-tab-left">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td class="catalog-tab-middle" width="100%" valign="middle" nowrap="nowrap">
- <inp2:m_phrase name="$title"/> <span class="cats_stats">(<span id="<inp2:m_param name="prefix"/>_item_count">?</span>)</span>
- </td>
- <td class="catalog-tab-right">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td style="background-color: #FFFFFF;">
- <img src="img/spacer.gif" height="1" width="5" />
- </td>
- </tr>
- </table>
-
- </td>
- </inp2:m_DefineElement>
- <inp2:adm_ListCatalogTabs render_as="item_tab" title_property="ViewMenuPhrase" skip_prefixes="m"/>
- </tr>
-</table>
-<!-- item tabs: end -->
-
-<inp2:m_ModuleInclude template="catalog_tab" tab_init="2" skip_prefixes="m"/>
-
-<inp2:m_include t="incs/footer" noform="yes"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/catalog.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.31.2.14
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/xml/tree_categories.tpl
===================================================================
--- branches/RC/kernel/admin_templates/xml/tree_categories.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/xml/tree_categories.tpl (nonexistent)
@@ -1,7 +0,0 @@
-<inp2:m_XMLTemplate/>
-<inp2:m_DefineElement name="category">
- <folder name="<inp2:Field name="Name"/>" icon="<inp2:c_ModulePath module="in-portal"/>img/icons/icon24_catalog.gif" href="<inp2:CategoryLink template="catalog/catalog" pass="m" m_opener="r"/>" onclick="checkCatalog(<inp2:m_get name="c_id"/>, '<inp2:GetModulePrefix/>')" load_url="<inp2:CategoryLink pass="m"/>"></folder>
-</inp2:m_DefineElement>
-<tree>
-<inp2:c_ListCategories render_as="category" row_start_render_as="html:" row_end_render_as="html:" per_page="-1"/>
-</tree>
Property changes on: branches/RC/kernel/admin_templates/xml/tree_categories.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/xml/categories_list.tpl
===================================================================
--- branches/RC/kernel/admin_templates/xml/categories_list.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/xml/categories_list.tpl (nonexistent)
@@ -1,83 +0,0 @@
-<inp2:lang.current_Field name="Charset" result_to_var="charset"/>
-<inp2:m_Header data="Content-type: text/plain; charset=$charset"/>
-<inp2:m_include t="incs/blocks"/>
-<inp2:m_include t="incs/grid_blocks"/>
-<inp2:c_InitList no_special="1" per_page="-1"/>
-Grids['c'] = new Grid('c', 'table_white_selected', ':original', edit, a_toolbar);
-Grids['c'].AddItemsByIdMask('td', /^c_([0-9-]+)/, 'c[$$ID$$][CategoryId]');
-Grids['c'].InitItems();
-Grids['c'].SetDependantToolbarButtons( new Array('edit','delete','approve','decline','sep3','cut','copy','move_up','move_down','sep6'));
-<inp2:c_ViewMenu block="nlsmenu_declaration" grid="Default" no_special="1" menu_perpage="no" menu_filters="yes" ajax="1"/>
-
-// substiture form action, like from was created from here
-document.getElementById('categories_form').action = '<inp2:m_t pass="all" js_escape="1"/>';
-$Catalog.setItemCount('c', '<inp2:c_TotalRecords no_special="1"/>');
-$Catalog.ParentCategoryID = <inp2:c_GetParentCategory/>;
-document.getElementById('c_search_warning').style.display = '<inp2:m_if check="m_RecallEquals" var="c_search_keyword" value="" inverse="inverse">block<inp2:m_else/>none</inp2:m_if>';
-document.getElementById('c_search_keyword').value = '<inp2:c_SearchKeyword no_special="1" js_escape="1"/>';
-set_window_title( RemoveTranslationLink(document.getElementById('blue_bar').innerHTML, false).replace(/(<[^<]+>)/g, '') );
-<inp2:m_DefineElement name="category_caption">
- <span class="nav_current_item">
- <inp2:m_if check="m_ParamEquals" name="cat_id" value="0" inverse="inverse">
- <inp2:m_param name="separator"/>
- </inp2:m_if>
- <inp2:m_if check="m_ParamEquals" name="current" value="1" inverse="1">
- <a class="control_link" href="javascript:$Catalog.go_to_cat(<inp2:m_param name="cat_id"/>);"><inp2:m_param name="cat_name"/></a>
- <inp2:m_else/>
- <inp2:m_param name="cat_name"/>
- </inp2:m_if>
- </span>
-</inp2:m_DefineElement>
-setInnerHTML('category_path', '<inp2:c_CategoryPath separator="&gt;" render_as="category_caption" js_escape="1"/>');
-<inp2:m_if check="m_GetEquals" name="m_cat_id" value="0">
- a_toolbar.DisableButton('upcat');
- a_toolbar.DisableButton('homecat');
-<inp2:m_else/>
- a_toolbar.EnableButton('upcat');
- a_toolbar.EnableButton('homecat');
-</inp2:m_if>
-<inp2:m_if check="m_GetEquals" name="tm" value="single">
- Grids['c'].EnableRadioMode();
- Grids['c'].DblClick = function() {return false};
-</inp2:m_if>
-$Catalog.reflectPasteButton(<inp2:c_HasClipboard/>);
-
-<inp2:m_if check="m_Recall" name="root_delete_error">
- alert('<inp2:m_Phrase name="la_error_RootCategoriesDelete"/>');
- <inp2:m_RemoveVar name="root_delete_error"/>
-</inp2:m_if>
-#separator#
-<inp2:c_UpdateLastTemplate template="catalog/catalog"/>
-<inp2:m_include t="categories/ci_blocks"/>
-<br />
-<table border="0" width="100%">
- <inp2:m_DefineElement name="category_td">
- <td valign="top" class="table_white text" id="<inp2:m_param name="PrefixSpecial"/>_<inp2:Field field="CategoryId"/>" width="50%">
- <input type="<inp2:m_if check="m_GetEquals" name="tm" value="single">radio<inp2:m_else/>checkbox</inp2:m_if>" name="<inp2:InputName field="$IdField"/>" id="<inp2:InputName field="$IdField"/>">
- <img src="<inp2:ModulePath module="in-portal"/>img/itemicons/<inp2:ItemIcon grid="Default"/>">&nbsp;<span class="priority"><inp2:m_if check="FieldEquals" field="Priority" value="0" inverse="inverse"><sup><inp2:Field field="Priority"/></sup></inp2:m_if></span>
- <a class="link" href="javascript:$Catalog.go_to_cat(<inp2:m_get name="c_id"/>, '<inp2:GetModulePrefix/>');"><b><inp2:Field name="Name" no_special="1"/></b></a><span class="cat_desc">:</span>
- <inp2:m_RenderElement name="status_mark" field="EditorsPick" type="pick" PrefixSpecial="$PrefixSpecial"/>
- <inp2:m_RenderElement name="status_mark" field="IsNew" type="new" PrefixSpecial="$PrefixSpecial"/>
- <span class="cats_stats">(<inp2:SubCatCount/> / <inp2:ItemCount/>)</span><br>
- <div style="padding-left: 3px;">
- <inp2:m_if check="Field" name="Description" no_special="1" first_chars="30">
- <span class="cat_desc"><inp2:Field field="Description" no_special="1" first_chars="30"/></span><br>
- </inp2:m_if>
- <inp2:m_if check="m_IsDebugMode">
- <span class="cat_desc">ParentPath: <b><inp2:Field name="ParentPath"/></b></span><br />
- </inp2:m_if>
- <span class="cats_stats">(<inp2:Field field="CreatedOn" format="_regional_DateFormat"/>)</span><br />
- <img src="<inp2:ModulePath module="in-portal"/>img/spacer.gif" width="1" height="4">
- </div>
- </td>
- </inp2:m_DefineElement>
- <inp2:m_if check="c_TotalRecords" no_special="1">
- <inp2:c_CategoryList no_special="1" block_main="category_td" per_page="-1" columns="2" direction="V" IdField="CategoryId" />
- <inp2:m_else/>
- <tr>
- <td class="text">
- <inp2:m_phrase name="la_text_NoCategories"/>
- </td>
- </tr>
- </inp2:m_if>
-</table></br>
Property changes on: branches/RC/kernel/admin_templates/xml/categories_list.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.21.2.8
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/xml/cache_updater.tpl
===================================================================
--- branches/RC/kernel/admin_templates/xml/cache_updater.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/xml/cache_updater.tpl (nonexistent)
@@ -1 +0,0 @@
-<inp2:c_InitCacheUpdater destination_template="catalog/catalog" progress="1"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/xml/cache_updater.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/catalog_tab.tpl
===================================================================
--- branches/RC/kernel/admin_templates/catalog_tab.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/catalog_tab.tpl (nonexistent)
@@ -1,95 +0,0 @@
-<inp2:m_if check="m_ParamEquals" name="tab_init" value="2">
- <div id="categories_div" prefix="c.showall" view_template="catalog_tab" edit_template="categories/categories_edit" category_id="-1" dep_buttons="" class="catalog-tab"></div>
- <script type="text/javascript">$Catalog.registerTab('categories');</script>
-<inp2:m_else/>
- <inp2:lang.current_Field name="Charset" result_to_var="charset"/>
- <inp2:m_Header data="Content-type: text/plain; charset=$charset"/>
- <inp2:m_include t="incs/blocks"/>
- <inp2:m_include t="incs/grid_blocks"/>
- <inp2:m_include t="categories/ci_blocks"/>
- <inp2:c.showall_InitList parent_cat_id="any" no_special="1"/>
- $Catalog.setItemCount('c.showall', '<inp2:c.showall_CatalogItemCount no_special="1"/>');
- $Catalog.setCurrentCategory('c.showall', <inp2:m_get name="m_cat_id"/>);
- <inp2:m_if check="m_CheckPermission" permissions="CATEGORY.VIEW" pass_params="true">
- <inp2:m_RenderElement name="grid_js" selected_class="table_white_selected" tag_name="td" PrefixSpecial="c.showall" IdField="CategoryId" grid="Default" menu_filters="yes"/>
- <inp2:m_RenderElement name="grid_search_buttons" PrefixSpecial="c.showall" grid="Default" ajax="1"/>
- Grids['c.showall'].SetDependantToolbarButtons( new Array('edit','delete','approve','decline'));
- <inp2:m_if check="m_GetEquals" name="tm" value="single">
- Grids['c.showall'].EnableRadioMode();
- Grids['c.showall'].DblClick = function() {return false};
- </inp2:m_if>
- </inp2:m_if>
-
- <inp2:m_if check="m_Recall" name="root_delete_error">
- alert('<inp2:m_Phrase name="la_error_RootCategoriesDelete"/>');
- <inp2:m_RemoveVar name="root_delete_error"/>
- </inp2:m_if>
- #separator#
- <inp2:m_if check="m_CheckPermission" permissions="CATEGORY.VIEW" pass_params="true">
- <!-- categories tab: begin -->
- <inp2:m_RenderElement name="kernel_form" form_name="categories_form"/>
-
- <inp2:m_DefineElement name="category_caption">
- <inp2:m_if check="m_ParamEquals" name="cat_id" value="0" inverse="inverse">
- <inp2:m_param name="separator"/>
- </inp2:m_if>
- <inp2:m_param name="cat_name"/>
- </inp2:m_DefineElement>
-
- <inp2:m_DefineElement name="category_td">
- <td valign="top" class="table_white text" id="<inp2:m_param name="PrefixSpecial"/>_<inp2:Field field="CategoryId"/>" width="50%">
- <input type="<inp2:m_if check="m_GetEquals" name="tm" value="single">radio<inp2:m_else/>checkbox</inp2:m_if>" name="<inp2:InputName field="$IdField"/>" id="<inp2:InputName field="$IdField"/>">
- <img src="<inp2:ModulePath module="in-portal"/>img/itemicons/<inp2:ItemIcon grid="Default"/>">&nbsp;<span class="priority"><inp2:m_if check="FieldEquals" field="Priority" value="0" inverse="inverse"><sup><inp2:Field field="Priority"/></sup></inp2:m_if></span>
- <span class="link"><b><inp2:Field name="Name" no_special="1"/></b></span><span class="cat_desc">:</span>
- <inp2:m_RenderElement name="status_mark" field="EditorsPick" type="pick" PrefixSpecial="$PrefixSpecial"/>
- <inp2:m_RenderElement name="status_mark" field="IsNew" type="new" PrefixSpecial="$PrefixSpecial"/>
- <span class="cats_stats">(<inp2:SubCatCount/> / <inp2:ItemCount/>)</span><br>
- <div style="padding-left: 3px;">
- <inp2:m_if check="m_ParamEquals" name="Special" value="showall">
- <span class="cats_stats">
- <inp2:Field name="ParentId" result_to_var="item_category"/>
- <inp2:m_Phrase name="la_fld_PrimaryCategory"/>: <a href="<inp2:m_Link template="catalog/catalog" m_cat_id="$item_category" no_pass_through="1"/>"><inp2:FieldCategoryPath field="ParentId" separator=" &gt; " render_as="category_caption" /></a>
- </span>
- <br />
- </inp2:m_if>
- <inp2:m_if check="Field" name="Description" no_special="1" first_chars="30">
- <span class="cat_desc"><inp2:Field field="Description" no_special="1" first_chars="30"/></span><br>
- </inp2:m_if>
- <inp2:m_if check="m_IsDebugMode">
- <span class="cat_desc">ParentPath: <b><inp2:Field name="ParentPath"/></b></span><br />
- </inp2:m_if>
- <span class="cats_stats">(<inp2:Field field="CreatedOn" format="_regional_DateFormat"/>)</span><br />
- <img src="img/blank.gif" width="1" height="4">
- </div>
- </td>
- </inp2:m_DefineElement>
-
- <inp2:c.showall_SaveWarning name="grid_save_warning" no_toolbar="no_toolbar"/>
- <inp2:m_if check="m_RecallEquals" var="c.showall_search_keyword" value="" inverse="inverse">
- <table width="100%" border="0" cellspacing="0" cellpadding="4" class="table_border_nobottom">
- <tr>
- <td valign="top" class="hint_red">
- <inp2:m_phrase name="la_Warning_Filter"/>
- </td>
- </tr>
- </table>
- </inp2:m_if>
-
- <inp2:m_RenderElement name="grid_pagination" grid="Default" PrefixSpecial="c.showall" no_special="1" search="on" no_toolbar="no_toolbar" ajax="1"/>
- <br />
-
- <inp2:m_DefineElement name="wg_empty_cell">
- <td width="<inp2:m_param name="column_width"/>%">&nbsp;</td>
- </inp2:m_DefineElement>
-
- <table width="100%" border="0" cellspacing="2" cellpadding="4">
- <inp2:m_set c.showall_sequence="1" odd_even="table-color1"/>
- <inp2:c.showall_PrintList2 block="category_td" no_special="1" IdField="CategoryId" empty_cell_render_as="wg_empty_cell" direction="V" columns="2"/>
- </table>
-
- <inp2:m_RenderElement name="kernel_form_end"/>
- <!-- categories tab: end -->
- <inp2:m_else/>
- <inp2:m_RenderElement name="no_perm_grid" perm_label="la_text_NoCategories"/>
- </inp2:m_if>
-</inp2:m_if>
Property changes on: branches/RC/kernel/admin_templates/catalog_tab.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.8.2.7
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_list.tpl
===================================================================
--- branches/RC/kernel/admin_templates/stylesheets/stylesheets_list.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_list.tpl (nonexistent)
@@ -1,71 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:configure_styles.view" system="1"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="css" icon="icon46_style" module="in-portal" title="!la_title_Stylesheets!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="css" title_preset="styles_list" module="in-portal" icon="icon46_style"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- //do not rename - this function is used in default grid for double click!
- function edit()
- {
- std_edit_item('css', 'stylesheets/stylesheets_edit');
- }
-
- var a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('new_style', '<inp2:m_phrase label="la_ToolTip_NewStylesheet" escape="1"/>',
- function() {
- std_precreate_item('css', 'stylesheets/stylesheets_edit')
- } ) );
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- std_delete_items('css')
- } ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('approve', '<inp2:m_phrase label="la_ToolTip_Approve" escape="1"/>', function() {
- submit_event('css','OnMassApprove');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('decline', '<inp2:m_phrase label="la_ToolTip_Decline" escape="1"/>', function() {
- submit_event('css','OnMassDecline');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- a_toolbar.AddButton( new ToolBarButton('clone', '<inp2:m_phrase label="la_ToolTip_Clone" escape="1"/>', function() {
- submit_event('css','OnMassClone');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="css" IdField="StylesheetId" grid="Default" menu_filters="yes"/>
-<script type="text/javascript">
- Grids['css'].SetDependantToolbarButtons( new Array('edit','delete','approve','decline','clone') );
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/stylesheets/stylesheets_list.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.11.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_tabs.tpl
===================================================================
--- branches/RC/kernel/admin_templates/stylesheets/stylesheets_tabs.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_tabs.tpl (nonexistent)
@@ -1,13 +0,0 @@
-<table cellpadding="0" cellspacing="0" border="0" width="100%">
-<tr>
- <td align="right" width="100%">
- <table cellpadding="0" cellspacing="0" border="0" height="23">
- <tr>
- <inp2:m_RenderElement name="tab" title="la_tab_General" t="stylesheets/stylesheets_edit" main_prefix="css"/>
- <inp2:m_RenderElement name="tab" title="la_tab_BlockStyles" t="stylesheets/stylesheets_edit_block" main_prefix="css"/>
- <inp2:m_RenderElement name="tab" title="la_tab_BaseStyles" t="stylesheets/stylesheets_edit_base" main_prefix="css"/>
- </tr>
- </table>
- </td>
-</tr>
-</table>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/stylesheets/stylesheets_tabs.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit.tpl (nonexistent)
@@ -1,69 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:configure_styles.view" system="1"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="css" icon="icon46_style" module="in-portal" title="!la_title_Stylesheets!"/>
-
-<inp2:m_include t="stylesheets/stylesheets_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="css" title_preset="stylesheets_edit" module="in-portal" icon="icon46_style"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('css','<inp2:css_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('css','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('css', '<inp2:css_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('css', '<inp2:css_NextId/>');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="css_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="css_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="css_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:css_SaveWarning name="grid_save_warning"/>
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection" title="!la_section_General!"/>
-
- <inp2:m_RenderElement name="inp_id_label" prefix="css" field="StylesheetId" title="!la_fld_StylesheetId!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="css" field="Name" title="!la_fld_Name!" size="40"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="css" field="Description" title="!la_fld_Description!" rows="10" cols="40"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="css" field="AdvancedCSS" title="!la_fld_AdvancedCSS!" rows="10" cols="40"/>
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="css" field="Enabled" title="!la_fld_Enabled!"/>
-</table>
-
-<inp2:m_include t="incs/footer"/>
Property changes on: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.8.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/stylesheets/block_style_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/stylesheets/block_style_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/stylesheets/block_style_edit.tpl (nonexistent)
@@ -1,113 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:configure_styles.view" system="1"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="css" icon="icon46_style" module="in-portal" title="!la_title_Stylesheets!"/>
-
-
-<inp2:m_RenderElement name="blue_bar" prefix="css" title_preset="block_style_edit" module="in-portal" icon="icon46_style"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('selectors','<inp2:selectors_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('selectors','OnCancel');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('reset_to_base', '<inp2:m_phrase label="la_ToolTip_ResetToBase" escape="1"/>', function() {
- submit_event('selectors','OnResetToBase');
- }
- ) );
-
- a_toolbar.Render();
-
- function ValidateRequired()
- {
- var $fields = new Array('<inp2:selectors_InputName field="Name"/>',
- '<inp2:selectors_InputName field="SelectorName"/>');
- var $ret = true;
- var $i = 0;
- var $value = '';
- while($i < $fields.length)
- {
- $value = document.getElementById( $fields[$i] ).value;
- $value = $value.replace(' ','');
- if($value.length == 0)
- {
- $ret = false;
- break;
- }
- $i++;
- }
- return $ret;
- }
-
- function editStyle()
- {
- if( ValidateRequired() )
- {
- openSelector('selectors', '<inp2:m_t t="stylesheets/style_editor" pass="all"/>', '', '850x460', 'OnOpenStyleEditor');
- }
- else
- {
- alert( RemoveTranslationLink('<inp2:m_phrase name="la_RequiredWarning"/>') );
- }
- }
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:selectors_SaveWarning name="grid_save_warning"/>
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection" title="!la_section_General!"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="selectors" field="StylesheetId"/>
- <input type="hidden" name="<inp2:selectors_InputName field="Type"/>" value="2">
-
- <inp2:m_RenderElement name="inp_id_label" prefix="selectors" field="SelectorId" title="!la_fld_SelectorId!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorName" title="!la_fld_SelectorName!" size="40"/>
-
- <inp2:m_RenderElement name="inp_edit_options" prefix="selectors" field="ParentId" title="!la_fld_SelectorBase!"/>
-
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="Name" title="!la_fld_Name!" size="40"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="selectors" field="Description" title="!la_fld_Description!" rows="10" cols="40"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="selectors" field="AdvancedCSS" title="!la_fld_AdvancedCSS!" rows="10" cols="40"/>
-
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <inp2:m_inc param="tab_index" by="1"/>
- <td class="text" valign="top">
- <inp2:m_phrase name="la_fld_SelectorData"/>:<br>
- <a href="javascript:editStyle();"><img src="img/icons/icon24_link_editor.gif" style="cursor:hand" border="0"></a>
- </td>
- <td>
- <table width="100%">
- <tr>
- <td><inp2:m_phrase name="la_StyleDefinition"/>:</td>
- <td>
- <inp2:selectors_PrintStyle field="SelectorData"/>
- </td>
- <td><inp2:m_phrase name="la_StylePreview"/>:</td>
- <td style="<inp2:selectors_PrintStyle field="SelectorData" inline="inline"/>">
- <inp2:m_phrase name="la_SampleText"/>
- </td>
- </tr>
- </table>
- </td>
- <td class="error">&nbsp;</td>
- </tr>
-
-</table>
-<input type="hidden" name="main_prefix" id="main_prefix" value="selectors">
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/stylesheets/block_style_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.11.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_base.tpl
===================================================================
--- branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_base.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_base.tpl (nonexistent)
@@ -1,103 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:configure_styles.view" system="1"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="css" icon="icon46_style" module="in-portal" title="!la_title_Stylesheets!"/>
-
-<inp2:m_include t="stylesheets/stylesheets_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="css" title_preset="base_styles" module="in-portal" icon="icon46_style"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('css','<inp2:css_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('css','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('css', '<inp2:css_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('css', '<inp2:css_NextId/>');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- a_toolbar.AddButton( new ToolBarButton('new_selector', '<inp2:m_phrase label="la_ToolTip_NewBaseStyle" escape="1"/>',
- function() {
- set_hidden_field('remove_specials[selectors.base]',1);
- std_new_item('selectors.base', 'stylesheets/base_style_edit')
- } ) );
-
- function edit()
- {
- set_hidden_field('remove_specials[selectors.base]',1);
- std_edit_temp_item('selectors.base', 'stylesheets/base_style_edit');
- }
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- std_delete_items('selectors.base')
- } ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('clone', '<inp2:m_phrase label="la_ToolTip_Clone" escape="1"/>', function() {
- set_hidden_field('remove_specials[selectors.base]',1);
- submit_event('selectors.base','OnMassClone');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep4') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="css_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- //a_toolbar.HideButton('sep2');
- <inp2:m_else/>
- <inp2:m_if check="css_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="css_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_DefineElement name="grid_description_td" >
- <td valign="top" class="text"><inp2:{$PrefixSpecial}_field field="$field" grid="$grid" no_special="$no_special" cut_first="100"/></td>
-</inp2:m_DefineElement>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="selectors.base" IdField="SelectorId" grid="Default" header_block="grid_column_title" data_block="grid_data_td" search="on"/>
-<script type="text/javascript">
- Grids['selectors.base'].SetDependantToolbarButtons( new Array('edit','delete','clone') );
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_base.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.9.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_block.tpl
===================================================================
--- branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_block.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_block.tpl (nonexistent)
@@ -1,111 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:configure_styles.view" system="1"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="css" icon="icon46_style" module="in-portal" title="!la_title_Stylesheets!"/>
-
-<inp2:m_include t="stylesheets/stylesheets_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="css" title_preset="block_styles" module="in-portal" icon="icon46_style"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('css','<inp2:css_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('css','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('css', '<inp2:css_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('css', '<inp2:css_NextId/>');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- //Relations related:
- a_toolbar.AddButton( new ToolBarButton('new_selector', '<inp2:m_phrase label="la_ToolTip_NewBlockStyle" escape="1"/>',
- function() {
- set_hidden_field('remove_specials[selectors.block]',1);
- std_new_item('selectors.block', 'stylesheets/block_style_edit')
- } ) );
-
- function edit()
- {
- set_hidden_field('remove_specials[selectors.block]',1);
- std_edit_temp_item('selectors.block', 'stylesheets/block_style_edit');
- }
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- std_delete_items('selectors.block')
- } ) );
-
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('clone', '<inp2:m_phrase label="la_ToolTip_Clone" escape="1"/>', function() {
- set_hidden_field('remove_specials[selectors.block]',1);
- submit_event('selectors.block','OnMassClone');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('reset_to_base', '<inp2:m_phrase label="la_ToolTip_ResetToBase" escape="1"/>', function() {
- set_hidden_field('remove_specials[selectors.block]',1);
- submit_event('selectors.block','OnMassResetToBase');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep4') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="css_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- //a_toolbar.HideButton('sep2');
- <inp2:m_else/>
- <inp2:m_if check="css_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="css_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_DefineElement name="grid_description_td" >
- <td valign="top" class="text"><inp2:{$PrefixSpecial}_field field="$field" grid="$grid" no_special="$no_special" cut_first="100"/></td>
-</inp2:m_DefineElement>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="selectors.block" IdField="SelectorId" grid="BlockStyles" header_block="grid_column_title" data_block="grid_data_td" search="on"/>
-<script type="text/javascript">
- Grids['selectors.block'].SetDependantToolbarButtons( new Array('edit','delete','clone','reset_to_base') );
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_block.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.10.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/stylesheets/style_editor.tpl
===================================================================
--- branches/RC/kernel/admin_templates/stylesheets/style_editor.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/stylesheets/style_editor.tpl (nonexistent)
@@ -1,146 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:configure_styles.view" system="1"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-
-<inp2:m_RenderElement name="blue_bar" prefix="css" title_preset="style_edit" module="in-portal" icon="icon46_style"/>
-
-<script src="js/colorselector.js" type="text/javascript"></script>
-<style type="text/css">
- .ColorBox
- {
- font-size: 1px;
- border: #808080 1px solid;
- width: 10px;
- position: static;
- height: 10px;
- }
-</style>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('selectors','OnSaveStyle');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- window.close();
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('reset_to_base', '<inp2:m_phrase label="la_ToolTip_ResetToBase" escape="1"/>', function() {
- submit_event('selectors','OnResetToBase');
- }
- ) );
-
- a_toolbar.Render();
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_DefineElement name="inp_edit_color">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <inp2:m_RenderElement name="inp_edit_field_caption" prefix="$prefix" field="$field" title_phrase="$title_phrase" title="$title" is_last="$is_last"/>
- <td>
- <input type="text"
- name="<inp2:{$prefix}_InputName field="$field" subfield="$subfield"/>"
- id="<inp2:{$prefix}_InputName field="$field" subfield="$subfield"/>"
- value="<inp2:{$prefix}_Field field="$field" subfield="$subfield"/>"
- tabindex="<inp2:m_get param="tab_index"/>"
- size="<inp2:m_param name="size"/>"
- maxlength="<inp2:m_param name="maxlength"/>"
- class="<inp2:m_param name="class"/>"
- onkeyup="updateColor(event,'<inp2:{$prefix}_InputName field="$field" subfield="$subfield"/>')"
- onblur="<inp2:m_Param name="onblur"/>">
- <div id="color_<inp2:{$prefix}_InputName field="$field" subfield="$subfield"/>" style="display: inline; border: 1px solid #000000;" onclick="openColorSelector(event,'<inp2:{$prefix}_InputName field="$field" subfield="$subfield"/>');">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
- <script language="javascript">
- updateColor(null,'<inp2:{$prefix}_InputName field="$field" subfield="$subfield"/>');
- </script>
- </td>
- <td class="error"><inp2:{$prefix}_Error field="$field"/>&nbsp;</td>
- </tr>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="inp_edit_options_style">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <inp2:m_RenderElement name="inp_edit_field_caption" prefix="$prefix" field="$field" title_phrase="$title_phrase" title="$title" is_last="$is_last"/>
- <td>
- <select tabindex="<inp2:m_get param="tab_index"/>" name="<inp2:{$prefix}_InputName field="$field" subfield="$subfield"/>" id="<inp2:{$prefix}_InputName field="$field" subfield="$subfield"/>" onchange="<inp2:m_Param name="onchange"/>">
- <inp2:{$prefix}_PredefinedOptions field="$field" value_field="$value_field" subfield="$subfield" block="inp_option_item" selected="selected"/>
- </select>
- </td>
- <td class="error"><inp2:{$prefix}_Error field="$field"/>&nbsp;</td>
- </tr>
-</inp2:m_DefineElement>
-
-
-<inp2:m_DefineElement name="subsection_collapse">
- <tr class="subsectiontitle">
- <td colspan="5"><inp2:m_phrase label="$title"/></td>
- </tr>
-</inp2:m_DefineElement>
-
-<inp2:selectors_SaveWarning name="grid_save_warning"/>
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection_collapse" title="!la_Font!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="font" title="!la_fld_Font!" size="50"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="font-family" title="!la_fld_FontFamily!" size="40"/>
- <inp2:m_RenderElement name="inp_edit_color" prefix="selectors" field="SelectorData" subfield="color" title="!la_fld_FontColor!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="font-size" title="!la_fld_FontSize!"/>
- <inp2:m_RenderElement name="inp_edit_options_style" prefix="selectors" field="SelectorData" subfield="font-style" value_field="FontStyle" title="!la_fld_FontStyle!"/>
- <inp2:m_RenderElement name="inp_edit_options_style" prefix="selectors" field="SelectorData" subfield="font-weight" value_field="FontWeight" title="!la_fld_FontWeight!"/>
- <inp2:m_RenderElement name="inp_edit_options_style" prefix="selectors" field="SelectorData" subfield="text-align" value_field="TextAlign" title="!la_fld_TextAlign!"/>
- <inp2:m_RenderElement name="inp_edit_options_style" prefix="selectors" field="SelectorData" subfield="text-decoration" value_field="TextDecoration" title="!la_fld_TextDecoration!"/>
- <inp2:m_RenderElement name="subsection_collapse" title="!la_Background!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="background" title="!la_fld_Background!" size="50"/>
- <inp2:m_RenderElement name="inp_edit_color" prefix="selectors" field="SelectorData" subfield="background-color" title="!la_fld_BackgroundColor!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="background-image" title="!la_fld_BackgroundImage!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="background-repeat" title="!la_fld_BackgroundRepeat!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="background-attachment" title="!la_fld_BackgroundAttachment!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="background-position" title="!la_fld_BackgroundPosition!"/>
- <inp2:m_RenderElement name="subsection_collapse" title="!la_Borders!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="border" title="!la_fld_Borders!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="border-top" title="!la_fld_BorderTop!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="border-right" title="!la_fld_BorderRight!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="border-bottom" title="!la_fld_BorderBottom!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="border-left" title="!la_fld_BorderLeft!"/>
- <inp2:m_RenderElement name="subsection_collapse" title="!la_Paddings!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="padding" title="!la_fld_Paddings!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="padding-top" title="!la_fld_PaddingTop!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="padding-right" title="!la_fld_PaddingRight!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="padding-bottom" title="!la_fld_PaddingBottom!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="padding-left" title="!la_fld_PaddingLeft!"/>
- <inp2:m_RenderElement name="subsection_collapse" title="!la_Margins!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="margin" title="!la_fld_Margins!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="margin-top" title="!la_fld_MarginTop!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="margin-right" title="!la_fld_MarginRight!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="margin-bottom" title="!la_fld_MarginBottom!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="margin-left" title="!la_fld_MarginLeft!"/>
- <inp2:m_RenderElement name="subsection_collapse" title="!la_PositionAndVisibility!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="width" title="!la_fld_Width!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="height" title="!la_fld_Height!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="left" title="!la_fld_Left!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="top" title="!la_fld_Top!"/>
- <inp2:m_RenderElement name="inp_edit_options_style" prefix="selectors" field="SelectorData" subfield="position" value_field="StylePosition" title="!la_fld_Position!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorData" subfield="z-index" title="!la_fld_Z-Index!"/>
- <inp2:m_RenderElement name="inp_edit_options_style" prefix="selectors" field="SelectorData" subfield="display" value_field="StyleDisplay" title="!la_fld_Display!"/>
- <inp2:m_RenderElement name="inp_edit_options_style" prefix="selectors" field="SelectorData" subfield="visibility" value_field="StyleVisibility" title="!la_fld_Visibility!"/>
- <inp2:m_RenderElement name="inp_edit_options_style" prefix="selectors" field="SelectorData" subfield="cursor" value_field="StyleCursor" title="!la_fld_Cursor!"/>
-</table>
-
-
-<script language="javascript" type="text/javascript">
- InitColorSelector();
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/stylesheets/style_editor.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.12.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/stylesheets/base_style_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/stylesheets/base_style_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/stylesheets/base_style_edit.tpl (nonexistent)
@@ -1,103 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:configure_styles.view" system="1"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="css" icon="icon46_style" module="in-portal" title="!la_title_Stylesheets!"/>
-
-
-<inp2:m_RenderElement name="blue_bar" prefix="css" title_preset="base_style_edit" module="in-portal" icon="icon46_style"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('selectors','<inp2:selectors_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('selectors','OnCancel');
- }
- ) );
-
- a_toolbar.Render();
-
- function ValidateRequired()
- {
- var $fields = new Array('<inp2:selectors_InputName field="Name"/>',
- '<inp2:selectors_InputName field="SelectorName"/>');
- var $ret = true;
- var $i = 0;
- var $value = '';
- while($i < $fields.length)
- {
- $value = document.getElementById( $fields[$i] ).value;
- $value = $value.replace(' ','');
- if($value.length == 0)
- {
- $ret = false;
- break;
- }
- $i++;
- }
- return $ret;
- }
-
- function editStyle()
- {
- if( ValidateRequired() )
- {
- openSelector('selectors', '<inp2:m_t t="stylesheets/style_editor" pass="all"/>', '', '850x460', 'OnOpenStyleEditor');
- }
- else
- {
- alert( RemoveTranslationLink('<inp2:m_phrase name="la_RequiredWarning"/>') );
- }
- }
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:selectors_SaveWarning name="grid_save_warning"/>
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection" title="!la_section_General!"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="selectors" field="StylesheetId"/>
- <input type="hidden" name="<inp2:selectors_InputName field="Type"/>" value="1">
-
- <inp2:m_RenderElement name="inp_id_label" prefix="selectors" field="SelectorId" title="!la_fld_SelectorId!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="SelectorName" title="!la_fld_SelectorName!" size="40"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="selectors" field="Name" title="!la_fld_Name!" size="40"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="selectors" field="Description" title="!la_fld_Description!" rows="10" cols="40"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="selectors" field="AdvancedCSS" title="!la_fld_AdvancedCSS!" rows="10" cols="40"/>
-
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <inp2:m_inc param="tab_index" by="1"/>
- <td class="text" valign="top">
- <inp2:m_phrase name="la_fld_SelectorData"/>:<br>
- <a href="javascript:editStyle();"><img src="img/icons/icon24_link_editor.gif" style="cursor:hand" border="0"></a>
- </td>
- <td>
- <table width="100%">
- <tr>
- <td><inp2:m_phrase name="la_StyleDefinition"/>:</td>
- <td>
- <inp2:selectors_PrintStyle field="SelectorData"/>
- </td>
- <td><inp2:m_phrase name="la_StylePreview"/>:</td>
- <td style="<inp2:selectors_PrintStyle field="SelectorData" inline="inline"/>">
- <inp2:m_phrase name="la_SampleText"/>
- </td>
- </tr>
- </table>
- </td>
- <td class="error">&nbsp;</td>
- </tr>
-
-</table>
-<input type="hidden" name="main_prefix" id="main_prefix" value="selectors">
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/stylesheets/base_style_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.11.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/categories_edit_images.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/categories_edit_images.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/categories_edit_images.tpl (nonexistent)
@@ -1,110 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<inp2:m_include t="incs/image_blocks"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" title="!la_title_Categories!"/>
-
-<inp2:m_include t="categories/categories_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="categories_images" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
-
- function edit()
- {
- std_edit_temp_item('c-img', 'categories/images_edit');
- }
-
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c','<inp2:c_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_NextId/>');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
-
-
- a_toolbar.AddButton( new ToolBarButton('new_image', '<inp2:m_phrase label="la_ToolTip_New_Images" escape="1"/>',
- function() {
- std_new_item('c-img', 'categories/images_edit')
- } ) );
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- std_delete_items('c-img')
- } ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('move_up', '<inp2:m_phrase label="la_ToolTip_MoveUp" escape="1"/>', function() {
- submit_event('c-img','OnMassMoveUp');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('move_down', '<inp2:m_phrase label="la_ToolTip_MoveDown" escape="1"/>', function() {
- submit_event('c-img','OnMassMoveDown');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('primary_image', '<inp2:m_phrase label="la_ToolTip_SetPrimary" escape="1"/>', function() {
- submit_event('c-img','OnSetPrimary');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep4') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="c_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="c_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="c_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="c-img" IdField="ImageId" grid="Default" menu_filters="yes"/>
-<script type="text/javascript">
- Grids['c-img'].SetDependantToolbarButtons( new Array('edit','delete','move_up','move_down','primary_image') );
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/categories_edit_images.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/related_searches_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/related_searches_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/related_searches_edit.tpl (nonexistent)
@@ -1,42 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Categories!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="related_searches_edit" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c-search','<inp2:c-search_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c-search','OnCancel');
- }
- ) );
-
- a_toolbar.Render();
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection" title="!la_section_Relation!"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="c-search" field="ResourceId"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="c-search" field="ItemType"/>
-
- <inp2:m_RenderElement name="inp_id_label" prefix="c-search" field="RelatedSearchId" title="la_fld_Id"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="c-search" field="Keyword" title="!la_fld_RelatedSearchKeyword!" size="50"/>
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="c-search" field="Enabled" title="!la_fld_Enabled!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="c-search" field="Priority" title="!la_fld_Priority!" size="4"/>
-</table>
-<inp2:m_include t="incs/footer"/>
Property changes on: branches/RC/kernel/admin_templates/categories/related_searches_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/categories_edit_permissions.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/categories_edit_permissions.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/categories_edit_permissions.tpl (nonexistent)
@@ -1,191 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW" ajax="yes"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF" onload="$PermManager.Init();">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="la_title_Categories"/>
-
-<inp2:m_include t="categories/categories_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="categories_permissions" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript" src="js/ajax.js"></script>
- <script type="text/javascript" src="js/catalog.js"></script>
- <script type="text/javascript">
- Request.progressText = '<inp2:m_phrase name="la_title_Loading" escape="1"/>';
-
- Catalog.prototype.AfterInit = function () {
- Grids['g'].SelectFirst();
- }
-
- Catalog.prototype.go_to_group = function($group_id) {
- if (!isset($group_id)) {
- $group_id = 0; // gets current group
- }
- else {
- set_hidden_field('current_group_id', $group_id);
- }
-
- this.switchTab(); // refresh current item tab
- }
-
- Catalog.prototype.refreshTab = function($prefix, $div_id, $force) {
- var $group_id = get_hidden_field('current_group_id');
-// alert('refreshTab. GroupID: '+$group_id);
- var $tab_group_id = document.getElementById($div_id).getAttribute('group_id');
- if ($group_id != $tab_group_id || $force) {
- // query tab content only in case if not queried or category don't match
- var $url = this.URLMask.replace('#ITEM_PREFIX#', $prefix).replace('#GROUP_ID#', $group_id);
- this.BusyRequest[$prefix] = false;
-
- Request.makeRequest($url, this.BusyRequest[$prefix], $div_id, this.successCallback, this.errorCallback, $div_id, this);
- }
- /*else {
- alert('refresh disabled = {tab: '+this.ActivePrefix+'; group_id: '+$group_id+'}');
- }*/
- }
-
- // adds information about tab to tab_registry
- Catalog.prototype.registerTab = function($tab_id) {
- var $tab = document.getElementById($tab_id + '_div');
- var $index = this.TabRegistry.length;
- this.TabRegistry[$index] = new Array();
- this.TabRegistry[$index]['tab_id'] = $tab_id;
- this.TabRegistry[$index]['prefix'] = $tab.getAttribute('prefix');
- this.TabRegistry[$index]['dep_buttons'] = new Array();
- this.TabRegistry[$index]['index'] = $index;
- }
-
- Catalog.prototype.submit_event = function($prefix_special, $event, $t) {
- var $prev_template = get_hidden_field('t');
- if (isset($event)) set_hidden_field('events[' + $prefix_special + ']', $event);
- if (isset($t)) set_hidden_field('t', $t);
-
- var $tab_id = this.queryTabRegistry('prefix', this.ActivePrefix, 'tab_id');
- this.submit_kernel_form();
-
- set_hidden_field('t', $prev_template);
- }
-
- var $PermManager = new Catalog('<inp2:m_Link template="categories/permissions_tab" item_prefix="#ITEM_PREFIX#" group_id="#GROUP_ID#" no_amp="1" pass="m,c"/>', 'permmanager_', 0);
-
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c','<inp2:c_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_NextId/>');
- }
- ) );
-
- function edit(){ }
-
- a_toolbar.Render();
-
- <inp2:m_if check="c_IsSingle">
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="c_IsLast">
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="c_IsFirst">
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:c_SaveWarning name="grid_save_warning"/>
-<inp2:m_RenderElement name="grid" PrefixSpecial="g" IdField="GroupId" per_page="-1" grid="Radio" header_block="grid_column_title_no_sorting" grid_height="220" grid_status="0"/>
-
-<br />
-<!-- item tabs: begin -->
-<table cellpadding="0" cellspacing="0">
- <tr>
- <inp2:m_DefineElement name="item_tab" title="">
- <td nowrap="nowrap" width="140">
- <table id="<inp2:m_param name="prefix"/>_tab" cellpadding="0" cellspacing="0" width="100%" class="catalog-tab-unselected" onclick="$PermManager.switchTab('<inp2:m_param name="prefix"/>');">
- <tr>
- <td class="catalog-tab-left">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td class="catalog-tab-middle" width="100%" valign="middle" nowrap="nowrap">
- <inp2:m_param name="title"/>
- </td>
- <td class="catalog-tab-right">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td style="background-color: #FFFFFF;">
- <img src="img/spacer.gif" height="1" width="5" />
- </td>
- </tr>
- </table>
-
- </td>
- </inp2:m_DefineElement>
- <inp2:adm_ListCatalogTabs render_as="item_tab" title_property="PermTabText"/>
- </tr>
-</table>
-<!-- item tabs: end -->
-
-<inp2:c-perm_PrintTabs template="categories/permissions_tab" tab_init="1"/>
-
-<inp2:m_include t="incs/footer"/>
-
-<script type="text/javascript">
- Grids['g'].OnSelect = function ($id) {
- $PermManager.go_to_group($id);
- }
-
- Grids['g'].OnUnSelect = function ($id) {
- set_hidden_field('group_id', $id);
- set_hidden_field('item_prefix', $PermManager.ActivePrefix);
- $PermManager.submit_event('c', 'OnPreSave', 'categories/permissions_tab');
- }
-
- Grids['g'].SelectFirst = function () {
- for (var $i in this.Items) {
- this.Items[$i].Select();
- break;
- }
- }
-
- function update_light(perm_name, value)
- {
- document.getElementById('light_'+perm_name).src = 'img/perm_' + (value ? 'green' : 'red') + '.gif';
- }
-
- function inherited_click(perm_name, inherited_value, state, access_cb_id)
- {
- if (state) {
- update_light(perm_name, inherited_value);
- document.getElementById(access_cb_id).disabled = true;
- }
- else {
- update_light(perm_name, document.getElementById(access_cb_id).checked)
- document.getElementById(access_cb_id).disabled = false;
- }
- }
-</script>
-
Property changes on: branches/RC/kernel/admin_templates/categories/categories_edit_permissions.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.13.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/relations_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/relations_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/relations_edit.tpl (nonexistent)
@@ -1,63 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Categories!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="relations_edit" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c-rel','<inp2:c-rel_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c-rel','OnCancel');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- a_toolbar.Render();
-
- <inp2:m_if check="c-rel_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- a_toolbar.HideButton('sep2');
- <inp2:m_else/>
- <inp2:m_if check="c-rel_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="c-rel_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_include t="categories/ci_blocks"/>
-
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection" title="!la_section_Relation!"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="c-rel" field="SourceId"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="c-rel" field="SourceType"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="c-rel" field="TargetId"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="c-rel" field="TargetType"/>
-
- <inp2:m_RenderElement name="inp_id_label" prefix="c-rel" field="RelationshipId" title="!la_fld_RelationshipId!"/>
- <inp2:m_RenderElement name="inp_edit_relation" prefix="c-rel" field="TargetId" title="!la_fld_TargetId!"/>
- <inp2:m_RenderElement name="inp_edit_radio" prefix="c-rel" field="Type" title="!la_fld_RelationshipType!"/>
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="c-rel" field="Enabled" title="!la_fld_Enabled!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="c-rel" field="Priority" title="!la_fld_Priority!" size="4"/>
-</table>
-<inp2:m_include t="incs/footer"/>
Property changes on: branches/RC/kernel/admin_templates/categories/relations_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/ci_blocks.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/ci_blocks.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/ci_blocks.tpl (nonexistent)
@@ -1,55 +0,0 @@
-<inp2:m_DefineElement name="status_mark">
- <inp2:m_if check="FieldEquals" name="$field" value="1">
- <img src="<inp2:ModulePath module="in-portal"/>img/ic_<inp2:m_param name="type"/>.gif" title="<inp2:m_phrase label="la_{$type}"/>" width="11" height="11" align="absmiddle" />
- </inp2:m_if>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="grid_catitem_td" format="" no_special="">
- <td valign="top" class="text">
- <inp2:Field field="$field" grid="$grid" no_special="$no_special" format="$format" cut_first="100"/>
- <inp2:m_if check="FieldEquals" field="Priority" value="0" inverse="inverse">
- <span class="priority"><sup><inp2:Field field="Priority"/></sup></span>
- </inp2:m_if>
- <inp2:m_RenderElement name="status_mark" field="EditorsPick" type="pick" PrefixSpecial="$PrefixSpecial"/>
- <inp2:m_RenderElement name="status_mark" field="IsPop" type="pop" PrefixSpecial="$PrefixSpecial"/>
- <inp2:m_RenderElement name="status_mark" field="IsNew" type="new" PrefixSpecial="$PrefixSpecial"/>
- <inp2:m_RenderElement name="status_mark" field="IsHot" type="hot" PrefixSpecial="$PrefixSpecial"/>
-
- <inp2:m_if check="m_Param" name="Special" equals_to="showall|user">
- <br />
- <span class="cats_stats">
- <inp2:Field name="CategoryId" result_to_var="item_category"/>
- <inp2:m_Phrase name="la_fld_PrimaryCategory"/>: <a href="<inp2:m_Link template="catalog/catalog" m_cat_id="$item_category" no_pass_through="1"/>"><inp2:CategoryName /></a><br />
- </span>
- </inp2:m_if>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="grid_category_td" format="" no_special="">
- <td valign="top" class="text">
- <inp2:CategoryName />
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="no_perm_grid" prefix="" perm_label="">
- <table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder_full" height="200">
- <tr class="table-color1">
- <td align="center" valign="middle" class="text">
- <inp2:m_phrase name="$perm_label"/>
- </td>
- </tr>
- </table>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="inp_edit_relation">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <inp2:m_RenderElement name="inp_edit_field_caption" prefix="$prefix" field="$field" title="$title"/>
- <td valign="top" class="text">
- <inp2:m_if check="{$prefix}_Field" field="$field">
- <img src="<inp2:{$prefix}_ModulePath />img/itemicons/<inp2:{$prefix}_ItemIcon grid="Default"/>" align="absmiddle"/>
- <inp2:{$prefix}_Field field="ItemName" no_special="1"/> (<inp2:{$prefix}_Field field="ItemType"/>)
- </inp2:m_if>
- </td>
- <td class="error"><inp2:{$prefix}_Error field="$field"/>&nbsp;</td>
- </tr>
-</inp2:m_DefineElement>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/ci_blocks.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/permissions_tab.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/permissions_tab.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/permissions_tab.tpl (nonexistent)
@@ -1,79 +0,0 @@
-<inp2:m_if check="m_ParamEquals" name="tab_init" value="1">
- <div id="<inp2:m_param name="item_prefix"/>_div" prefix="<inp2:m_param name="item_prefix"/>" group_id="-1" class="catalog-tab"></div>
- <script type="text/javascript">$PermManager.registerTab('<inp2:m_param name="item_prefix"/>');</script>
-<inp2:m_else/>
- <inp2:lang.current_Field name="Charset" result_to_var="charset"/>
- <inp2:m_Header data="Content-type: text/plain; charset=$charset"/>
- if ($request_visible) {
- document.getElementById('<inp2:m_get name="item_prefix"/>_div').setAttribute('group_id', <inp2:m_get name="group_id"/>);
- }
- <inp2:m_if check="c_SaveWarning">
- document.getElementById('save_warning').style.display = 'block';
- $edit_mode = true;
- </inp2:m_if>
- #separator#
- <inp2:m_DefineElement name="permission_element">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <td>
- <inp2:m_phrase name="$Description"/> [<inp2:m_param name="PermissionName"/>]
- </td>
-
- <td>
- <!-- Inherited checkbox -->
- <input
- type="hidden"
- id="<inp2:PermInputName sub_key="inherited"/>"
- name="<inp2:PermInputName sub_key="inherited"/>"
- value="<inp2:m_if check="m_ParamEquals" name="Inherited" value="1">1<inp2:m_else/>0</inp2:m_if>" />
-
- <input
- type="checkbox"
- id="_cb_<inp2:PermInputName sub_key="inherited"/>"
- <inp2:m_if check="m_ParamEquals" name="Inherited" value="1">checked</inp2:m_if>
- onchange="update_checkbox(this, document.getElementById('<inp2:PermInputName sub_key="inherited"/>'));"
- onclick="inherited_click('<inp2:m_param name="PermissionName"/>', <inp2:m_param name="InheritedValue"/>, this.checked, '_cb_<inp2:PermInputName sub_key="value"/>')" />
- </td>
-
- <td>
- <inp2:CategoryPath cat_id="$InheritedFrom"/>
- </td>
-
- <td>
- <!-- Access checkbox -->
- <input
- type="hidden"
- id="<inp2:PermInputName sub_key="value"/>"
- name="<inp2:PermInputName sub_key="value"/>"
- value="<inp2:m_if check="m_ParamEquals" name="Value" value="1">1<inp2:m_else/>0</inp2:m_if>" />
-
- <input
- type="checkbox"
- id="_cb_<inp2:PermInputName sub_key="value"/>"
- <inp2:m_if check="m_ParamEquals" name="Inherited" value="1">disabled="disabled"</inp2:m_if>
- <inp2:m_if check="m_ParamEquals" name="Value" value="1">checked</inp2:m_if>
- onchange="update_checkbox(this, document.getElementById('<inp2:PermInputName sub_key="value"/>'));"
- onclick="update_light('<inp2:m_param name="PermissionName"/>', this.checked)" />
- </td>
-
- <td>
- <img id="light_<inp2:m_param name="PermissionName"/>" src="img/perm_<inp2:m_if check="m_ParamEquals" name="Value" value="1">green<inp2:m_else/>red</inp2:m_if>.gif"/>
- </td>
- </tr>
- </inp2:m_DefineElement>
-
- <div style="overflow: auto; height: 250px;">
- <div>
- <table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder_full">
- <inp2:m_set odd_even="table-color1"/>
- <thead class="subsectiontitle">
- <td><inp2:m_phrase name="la_col_Description"/></td>
- <td><inp2:m_phrase name="la_col_Inherited"/></td>
- <td><inp2:m_phrase name="la_col_InheritedFrom"/></td>
- <td><inp2:m_phrase name="la_col_Access"/></td>
- <td><inp2:m_phrase name="la_col_Effective"/></td>
- </thead>
- <inp2:c-perm_PrintPermissions render_as="permission_element"/>
- </table>
- </div>
- </div>
-</inp2:m_if>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/permissions_tab.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.9.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/cache_updater.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/cache_updater.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/cache_updater.tpl (nonexistent)
@@ -1,52 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Categories!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="categories_update" module="in-portal" icon="icon46_catalog"/>
-
-<inp2:m_if check="c_InitCacheUpdater" destination_template="catalog/catalog">
- <table width="100%" border="0" cellspacing="0" cellpadding="2" class="tableborder">
- <tr>
- <td align="center" colspan="3" bgcolor="#FFFFFF">
- <inp2:m_phrase name="la_confirm_maintenance"/>
- </td>
- </tr>
- <tr>
- <td align="center" colspan="3" bgcolor="#FFFFFF">
- <inp2:m_phrase name="la_prompt_perform_now"/>
- </td>
- </tr>
- <tr>
- <td align="right" width="50%">
- <input type="button" name="yes_btn" value="<inp2:m_phrase name="lu_yes"/>" onclick="goto_url('<inp2:m_t continue="1"/>');" class="button" />
- </td>
- <td>
- <img src="img/spacer.gif" width="10" />
- </td>
- <td align="left" width="50%">
- <input type="button" name="yes_btn" value="<inp2:m_phrase name="lu_no"/>" onclick="javascript:goto_url('<inp2:m_t continue="0"/>');" class="button" />
- </td>
- </tr>
- </table>
-<inp2:m_else/>
- <script type="text/javascript" src="js/ajax.js"></script>
- <inp2:m_RenderElement name="ajax_progress_bar" cancel_action="cancel_action();"/>
- <script type="text/javascript">
- function cancel_action() {
- redirect('<inp2:m_t t="catalog/catalog" pass="m"/>');
- }
-
- $CacheUpdater = new AjaxProgressBar('<inp2:m_t t="categories/xml/cache_updater" continue="2" no_amp="1"/>');
- </script>
-</inp2:m_if>
-
-<script type="text/javascript">
- function goto_url($url) {
- window.location.href = $url;
- }
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/cache_updater.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.9.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/categories_edit_related_searches.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/categories_edit_related_searches.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/categories_edit_related_searches.tpl (nonexistent)
@@ -1,126 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Categories!"/>
-
-<inp2:m_include t="categories/categories_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="categories_related_searches" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c','<inp2:c_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_NextId/>');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- //Relations related:
- a_toolbar.AddButton( new ToolBarButton('in-portal:new_related_search', '<inp2:m_phrase label="la_ToolTip_New_Keyword" escape="1"/>',
- function() {
- std_new_item('c-search', 'categories/related_searches_edit')
- } ) );
-
- function edit()
- {
- std_edit_temp_item('c-search', 'categories/related_searches_edit');
- }
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- std_delete_items('c-search')
- } ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('move_up', '<inp2:m_phrase label="la_ToolTip_MoveUp" escape="1"/>', function() {
- submit_event('c-search','OnMassMoveUp');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('move_down', '<inp2:m_phrase label="la_ToolTip_MoveDown" escape="1"/>', function() {
- submit_event('c-search','OnMassMoveDown');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('approve', '<inp2:m_phrase label="la_ToolTip_Approve" escape="1"/>', function() {
- submit_event('c-search','OnMassApprove');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('decline', '<inp2:m_phrase label="la_ToolTip_Decline" escape="1"/>', function() {
- submit_event('c-search','OnMassDecline');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep4') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="c_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- //a_toolbar.HideButton('sep2');
- <inp2:m_else/>
- <inp2:m_if check="c_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="c_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_DefineElement name="grid_keyword_td" >
- <td valign="top" class="text">
- <input type="checkbox" name="<inp2:{$PrefixSpecial}_InputName field="$IdField" IdField="$IdField"/>" id="<inp2:{$PrefixSpecial}_InputName field="$IdField" IdField="$IdField"/>">
- <img src="<inp2:ModulePath module="In-Portal"/>img/itemicons/<inp2:{$PrefixSpecial}_ItemIcon grid="$grid"/>">
- <inp2:Field field="$field" grid="$grid"/><span class="priority"><inp2:m_if check="{$PrefixSpecial}_fieldequals" field="Priority" value="0"><inp2:m_else/><sup><inp2:{$PrefixSpecial}_field field="Priority" /></sup></inp2:m_if></span>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="c-search" IdField="RelatedSearchId" grid="Default" menu_filters="yes"/>
-<script type="text/javascript">
- Grids['c-search'].SetDependantToolbarButtons( new Array('edit','delete','approve','decline') );
-</script>
-<input type="hidden" name="RelatedSearchId" id="RelatedSearchId" value="<inp2:m_get name="RelatedSearchId"/>">
-<inp2:m_include t="incs/footer"/>
-
-<script type="text/javascript">
- var $env = document.getElementById('sid').value+'-:m<inp2:m_get name="m_cat_id"/>-1-1-1-s';
-</script>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/categories_edit_related_searches.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.4
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/categories_edit_relations.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/categories_edit_relations.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/categories_edit_relations.tpl (nonexistent)
@@ -1,108 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Categories!"/>
-
-<inp2:m_include t="categories/categories_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="categories_relations" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c','<inp2:c_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_NextId/>');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- //Relations related:
- a_toolbar.AddButton( new ToolBarButton('new_relation', '<inp2:m_phrase label="la_ToolTip_New_Relation" escape="1"/>',
- function() {
- openSelector('c-rel', '<inp2:adm_SelectorLink prefix="c-rel" selection_mode="single" tab_prefixes="all"/>', 'TargetId', '950x600');
- } ) );
-
- function edit()
- {
- std_edit_temp_item('c-rel', 'categories/relations_edit');
- }
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- std_delete_items('c-rel')
- } ) );
-
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('approve', '<inp2:m_phrase label="la_ToolTip_Approve" escape="1"/>', function() {
- submit_event('c-rel','OnMassApprove');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('decline', '<inp2:m_phrase label="la_ToolTip_Decline" escape="1"/>', function() {
- submit_event('c-rel','OnMassDecline');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep4') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="c_IsSingle" >
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- //a_toolbar.HideButton('sep2');
- <inp2:m_else/>
- <inp2:m_if check="c_IsLast" >
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="c_IsFirst" >
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="c-rel" IdField="RelationshipId" grid="Default" menu_filters="yes"/>
-<script type="text/javascript">
- Grids['c-rel'].SetDependantToolbarButtons( new Array('edit','delete','approve','decline') );
-</script>
-<input type="hidden" name="TargetId" id="TargetId" value="<inp2:m_get name="TargetId"/>">
-<input type="hidden" name="TargetType" id="TargetType" value="<inp2:m_get name="TargetType"/>">
-<inp2:m_include t="incs/footer"/>
-
-<script type="text/javascript">
- var $env = document.getElementById('sid').value+'-:m<inp2:m_get name="m_cat_id"/>-1-1-1-s';
-</script>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/categories_edit_relations.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/categories_tabs.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/categories_tabs.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/categories_tabs.tpl (nonexistent)
@@ -1,34 +0,0 @@
-<inp2:m_DefineElement name="grid_save_warning">
-<table id="save_warning" width="100%" border="0" cellspacing="0" cellpadding="4" class="table_border_notop" style="display: <inp2:m_if check="m_ParamEquals" name="display" value="1">block<inp2:m_else/>none</inp2:_if>;">
- <tr>
- <td valign="top" class="hint_red">
- <inp2:m_phrase name="la_Warning_Save_Item"/>
- </td>
- </tr>
-</table>
-<script type="text/javascript">
- $edit_mode = <inp2:m_if check="m_ParamEquals" name="display" value="1">true<inp2:m_else />false</inp2:m_if>;
-</script>
-</inp2:m_DefineElement>
-
-<table cellpadding="0" cellspacing="0" border="0" width="100%">
-<tr>
- <td align="right" width="100%">
- <table cellpadding="0" cellspacing="0" border="0" height="23">
- <tr>
- <inp2:m_if check="c_IsRootCategory">
- <inp2:m_RenderElement name="tab" title="la_tab_Permissions" t="categories/categories_edit_permissions" main_prefix="c"/>
- <inp2:m_else/>
- <inp2:m_RenderElement name="tab" title="la_tab_General" t="categories/categories_edit" main_prefix="c"/>
- <inp2:m_RenderElement name="tab" title="la_tab_Properties" t="categories/categories_edit_properties" main_prefix="c"/>
- <inp2:m_RenderElement name="tab" title="la_tab_Relations" t="categories/categories_edit_relations" main_prefix="c"/>
- <inp2:m_RenderElement name="tab" title="la_tab_Related_Searches" t="categories/categories_edit_related_searches" main_prefix="c"/>
- <inp2:m_RenderElement name="tab" title="la_tab_Images" t="categories/categories_edit_images" main_prefix="c"/>
- <inp2:m_RenderElement name="tab" title="la_tab_Permissions" t="categories/categories_edit_permissions" main_prefix="c"/>
- <inp2:m_RenderElement name="tab" title="la_tab_Custom" t="categories/categories_edit_custom" main_prefix="c"/>
- </inp2:m_if>
- </tr>
- </table>
- </td>
-</tr>
-</table>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/categories_tabs.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/images_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/images_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/images_edit.tpl (nonexistent)
@@ -1,59 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<inp2:m_include t="incs/image_blocks"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" title="!la_Text_Categories!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="images_edit" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c-img','<inp2:c-img_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c-img','OnCancel');
- }
- ) );
-
- a_toolbar.Render();
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection" title="!la_section_Image!"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="c-img" field="ResourceId"/>
- <inp2:m_RenderElement name="inp_label" prefix="c-img" field="ImageId" title="!la_fld_ImageId!"/>
-
- <inp2:m_RenderElement name="inp_edit_box" prefix="c-img" field="Name" title="!la_fld_Name!" size="40"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="c-img" field="AltName" title="!la_fld_AltValue!" size="40"/>
-
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="c-img" field="Enabled" title="!la_fld_Enabled!" onchange="check_primary()" />
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="c-img" field="DefaultImg" title="!la_fld_Primary!" onchange="check_status()" />
- <inp2:m_RenderElement name="inp_edit_box" prefix="c-img" field="Priority" title="!la_fld_Priority!" size="5"/>
-
- <inp2:m_RenderElement name="subsection" title="!la_section_ThumbnailImage!"/>
- <inp2:m_RenderElement name="thumbnail_section" prefix="c-img"/>
-
- <inp2:m_RenderElement name="subsection" title="!la_section_FullSizeImage!"/>
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="c-img" field="SameImages" title="!la_fld_SameAsThumb!" onchange="toggle_fullsize()"/>
- <inp2:m_RenderElement name="fullsize_section" prefix="c-img"/>
-</table>
-
-<script type="text/javascript">
- <inp2:m_RenderElement name="images_edit_js" prefix="c-img"/>
- toggle_fullsize();
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/images_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/categories_edit_custom.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/categories_edit_custom.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/categories_edit_custom.tpl (nonexistent)
@@ -1,74 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="la_title_Categories"/>
-
-<inp2:m_include t="categories/categories_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="categories_custom" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c','<inp2:c_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_NextId/>');
- }
- ) );
-
- function edit(){ }
-
- a_toolbar.Render();
-
- <inp2:m_if check="c_IsSingle">
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="c_IsLast">
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="c_IsFirst">
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:c_SaveWarning name="grid_save_warning"/>
-
-<inp2:m_include t="incs/custom_blocks"/>
-<inp2:m_RenderElement
- name="grid"
- PrefixSpecial="cf"
- SourcePrefix="c"
- value_field="Value"
- per_page="-1"
- grid="SeparateTab"
- header_block="grid_column_title_no_sorting"
- no_init="no_init"
- />
-
-<inp2:m_include t="incs/footer"/>
Property changes on: branches/RC/kernel/admin_templates/categories/categories_edit_custom.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/categories_edit_properties.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/categories_edit_properties.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/categories_edit_properties.tpl (nonexistent)
@@ -1,64 +0,0 @@
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Categories!"/>
-
-<inp2:m_include t="categories/categories_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="categories_properties" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c','<inp2:c_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c','OnCancelEdit');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_NextId/>');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="c_IsSingle">
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="c_IsLast">
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="c_IsFirst">
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:c_SaveWarning name="grid_save_warning"/>
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_ModuleInclude template="category_properties" />
-</table>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/categories_edit_properties.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/categories/categories_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/categories/categories_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/categories/categories_edit.tpl (nonexistent)
@@ -1,98 +0,0 @@
-<inp2:adm_SetPopupSize width="880" height="680"/>
-<inp2:m_RequireLogin permissions="CATEGORY.VIEW"/>
-<inp2:m_include t="incs/header"/>
-
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Categories!"/>
-
-<inp2:m_include t="categories/categories_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="categories_edit" module="in-portal" icon="icon46_catalog"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('c','<inp2:c_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('c','OnCancel');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_PrevId/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
- go_to_id('c', '<inp2:c_NextId/>');
- }
- ) );
-
- a_toolbar.Render();
-
- <inp2:m_if check="c_IsSingle">
- a_toolbar.HideButton('prev');
- a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- <inp2:m_else/>
- <inp2:m_if check="c_IsLast">
- a_toolbar.DisableButton('next');
- </inp2:m_if>
- <inp2:m_if check="c_IsFirst">
- a_toolbar.DisableButton('prev');
- </inp2:m_if>
- </inp2:m_if>
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:c_SaveWarning name="grid_save_warning"/>
-<inp2:c_ErrorWarning name="form_error_warning"/>
-<div id="scroll_container">
- <table class="edit-form">
- <inp2:m_RenderElement name="subsection" title="!la_section_Category!"/>
- <inp2:m_RenderElement name="inp_id_label" prefix="c" field="CategoryId" title="!la_fld_CategoryId!"/>
- <inp2:m_RenderElement name="inp_edit_box_ml" prefix="c" field="Name" title="!la_fld_Name!" size="70"/>
- <inp2:m_RenderElement name="inp_edit_textarea_ml" prefix="c" field="Description" title="!la_fld_Description!" rows="7" cols="70"/>
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="c" field="AutomaticFilename" title="!la_fld_CategoryAutomaticFilename!" onchange="reflect_filename()"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="c" field="Filename" title="!la_fld_CategoryFilename!" size="70"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="c" field="CategoryTemplate" title="!la_fld_CategoryTemplate!" size="70"/>
- <inp2:m_RenderElement name="inp_edit_category" prefix="c" field="SymLinkCategoryId" title="la_fld_SymLinkCategoryId"/>
-
- <inp2:m_RenderElement name="subsection" title="!la_section_Properties!"/>
- <inp2:m_RenderElement name="inp_edit_radio" prefix="c" field="Status" title="!la_fld_Status!"/>
- <inp2:m_RenderElement name="inp_edit_radio" prefix="c" field="NewItem" title="!la_fld_New!"/>
- <inp2:m_RenderElement name="inp_edit_checkbox" prefix="c" field="EditorsPick" title="!la_fld_EditorsPick!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="c" field="Priority" title="!la_fld_Priority!" size="4"/>
- <inp2:m_RenderElement name="inp_edit_date_time" prefix="c" field="CreatedOn" title="!la_fld_CreatedOn!"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="c" field="MetaKeywords" title="!la_fld_MetaKeywords!" rows="3" cols="70"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="c" field="MetaDescription" title="!la_fld_MetaDescription!" rows="4" cols="70"/>
-
- <!-- custom fields: begin -->
- <inp2:m_include t="incs/custom_blocks"/>
- <inp2:cf.general_PrintList render_as="cv_row_block" SourcePrefix="c" value_field="Value" per_page="-1" grid="Default" />
- <!-- custom fields: end -->
-
- <inp2:m_RenderElement name="inp_edit_filler" />
- </table>
-</div>
-<script type="text/javascript">
- function reflect_filename()
- {
- var $checked = document.getElementById('_cb_<inp2:c_InputName field="AutomaticFilename"/>').checked;
- document.getElementById('<inp2:c_InputName field="Filename"/>').readOnly = $checked;
- }
-
- Application.setHook('m:OnAfterWindowLoad', reflect_filename);
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/categories/categories_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.9
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/summary/root.tpl
===================================================================
--- branches/RC/kernel/admin_templates/summary/root.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/summary/root.tpl (nonexistent)
@@ -1,154 +0,0 @@
-
- <!-- overview box: begin -->
- <table cellspacing="0" cellpadding="0" width="269">
- <tr>
- <td class="overviewbox_header">
- <table cellpadding="0" cellspacing="0" width="100%">
- <td valign="middle" align="left">
- <img src="img/summary/overviewbox_cl.gif" width="8" height="8" align="absMiddle" hSpace="4">
- <span class="overview">Overview</span>
- </td>
- <td class="info" valign="middle" align="right">
- <span class="overviewDate"><inp2:adm_TodayDate format="F j, Y"/></span>&nbsp;
- </td>
- </table>
- </td>
- </tr>
-
- <tr>
- <td style="padding: 10px;" class="overviewbox_body" colspan="2">
- <table cellspacing="0" cellpadding="0" width="100%">
- <inp2:m_DefineElement name="stat_element">
- <td class="<inp2:m_if check="m_ParamEquals" name="column_number" value="1">oInfo<inp2:m_else/>oValue</inp2:m_if>" align="center">
- <table width="100%" cellpadding="0" cellspacing="0">
- <tr>
- <td width="70%" nowrap>
- <inp2:Field name="ListLabel" as_label="1"/>:
- </td>
- <td width="30%" nowrap>
- <inp2:CalculateValue field="ValueSQL"/>
- </td>
- </tr>
- </table>
- </td>
- </inp2:m_DefineElement>
-
- <inp2:stat.summary_PrintList2 render_as="stat_element" columns="2"/>
- </table>
-
- </td>
- </tr>
- </table>
- <!-- overview box: end -->
-
- <!-- user search box: begin -->
- <table cellspacing="0" cellpadding="0" width="269">
- <tr>
- <td class="searchbox_header">
- <img src="img/summary/searchbox_cl.gif" width="8" height="8" align="absMiddle" hSpace="4">
- <inp2:m_phrase name="la_section_UsersSearch"/>
- </td>
- </tr>
-
- <tr>
- <td style="padding: 10px;" class="searchbox_body">
- <script type="text/javascript">
- function doSearch()
- {
- submit_action('<inp2:m_t index_file="users/user_list.php" pass="m" escape="1"/>', 'm_user_search');
- }
- </script>
-
- <img src="img/spacer.gif" width="12" height="13"><br />
- <input name="list_search" class="search" type="text">
- <img src="<inp2:adm_ModulePath module="In-portal"/>img/toolbar/icon16_search.gif" width="22" height="22" align="absMiddle" onclick="doSearch();">
- </td>
- </tr>
- </table>
- <!-- user search box: end -->
-
- <!-- pending items box: begin -->
- <table cellspacing="0" cellpadding="0" width="269">
-
- <tr>
- <td class="usersbox_header">
- <img src="img/summary/usersbox_cl.gif" width="8" height="8" align="absMiddle" hSpace="4">
- <inp2:m_phrase name="la_prompt_PendingItems"/> <span class="info">(<inp2:stat_GetTotalPending/>)</span>
- </td>
- </tr>
-
- <tr>
- <td style="padding: 10px;" class="usersbox_body">
- <table width="100%" cellpadding="3" cellspacing="0">
- <inp2:m_DefineElement name="stat_element">
- <inp2:m_if check="m_ParamEquals" name="is_first" value="1">
- <inp2:m_if check="m_ParamEquals" name="column_number" value="1">
- <inp2:m_set cell_class="lTD"/>
- <inp2:m_else/>
- <inp2:m_set cell_class="rTD"/>
- </inp2:m_if>
- <inp2:m_else/>
- <inp2:m_if check="m_ParamEquals" name="column_number" value="1">
- <inp2:m_set cell_class="lTDi"/>
- <inp2:m_else/>
- <inp2:m_set cell_class="rTDi"/>
- </inp2:m_if>
- </inp2:m_if>
-
- <td width="50%" class="<inp2:m_get name="cell_class"/>">
- <img src="<inp2:{$prefix}_ModulePath/>img/itemicons/<inp2:m_param name="icon"/>" border="0" alt="" title="" />
- <a href="<inp2:m_param name="url"/>" class="userslink"><inp2:m_phrase name="$label"/></a> <span class="info">(<inp2:CountPending prefix="$prefix"/>)</span>
- </td>
- </inp2:m_DefineElement>
- <inp2:stat_PrintPendingStatistics render_as="stat_element" columns="2"/>
- </table>
- </td>
- </tr>
- </table>
- <!-- pending items box: end -->
-
- <!-- quick links box: begin -->
- <table cellspacing="0" cellpadding="0" width="269">
- <tr>
- <td class="overviewbox_header">
- <img src="img/summary/overviewbox_cl.gif" width="8" height="8" align="absMiddle" hSpace="4">
- <inp2:m_phrase name="la_section_QuickLinks"/>
- </td>
- </tr>
-
- <tr>
- <td style="padding: 10px;" class="overviewbox_body">
- <table width="100%" cellspacing="0" cellpadding="4">
- <tr>
- <td>
- <a class="userslink" href="<inp2:m_t t="catalog/catalog" pass="m"/>">
- <img hSpace="3" src="<inp2:adm_ModulePath module="In-portal"/>img/icons/icon24_navigate.gif" border="0" align="absMiddle">
- <inp2:m_phrase name="la_Text_Catalog"/>
- </a>
- </td>
- </tr>
-
- <tr>
- <td>
- <a class="userslink" href="<inp2:m_Link template='users/users_list'/>">
- <img hSpace="3" src="<inp2:adm_ModulePath module="In-portal"/>img/icons/icon24_users.gif" border="0" align="absMiddle">
- <inp2:m_phrase name="la_Text_Users"/>
- </a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <!-- quick links box: end -->
-
-
-
-
-
-
-
-
-
-
-
Property changes on: branches/RC/kernel/admin_templates/summary/root.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/visits/visits_list.tpl
===================================================================
--- branches/RC/kernel/admin_templates/visits/visits_list.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/visits/visits_list.tpl (nonexistent)
@@ -1,85 +0,0 @@
-<inp2:m_include t="incs/header"/>
-
-<inp2:m_RenderElement name="combined_header" prefix="visits" section="in-portal:visits" title_preset="visits_list" />
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
-
- function edit()
- {
-
- }
-
- a_toolbar.AddButton( new ToolBarButton('search', '<inp2:m_phrase label="la_ToolTip_Search" escape="1"/>',
- function() {
- set_hidden_field('grid_name', 'Default');
- submit_event('visits','OnSearch');
- } ) );
-
- a_toolbar.AddButton( new ToolBarButton('search_reset', '<inp2:m_phrase label="la_ToolTip_SearchReset" escape="1"/>',
- function() {
- set_hidden_field('grid_name', 'Default');
- submit_event('visits','OnSearchReset');
- } ) );
-
- a_toolbar.AddButton( new ToolBarButton('refresh', '<inp2:m_phrase label="la_ToolTip_Refresh" escape="1"/>', function() {
- window.location.href = window.location.href;
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('reset', '<inp2:m_phrase label="la_ToolTip_Reset" escape="1"/>', function() {
- std_delete_items('visits');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
- </script>
-
- </td>
-
- <inp2:m_RenderElement name="search_main_toolbar" prefix="visits" grid="Default"/>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_DefineElement name="grid_userlink_td" >
- <td valign="top" class="text">
- <inp2:m_if check="UserFound" user_field="$user_field">
- <a href="<inp2:{$PrefixSpecial}_UserLink user_field="$user_field"/>" title="<inp2:m_phrase name="la_Edit_User"/>"><inp2:{$PrefixSpecial}_field field="$field" grid="$grid"/></a>
- <inp2:m_else/>
- <inp2:{$PrefixSpecial}_field field="$field" grid="$grid"/>
- </inp2:m_if>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="grid_referer_td" >
- <td valign="top" class="text">
- <div style="overflow: hidden">
- <inp2:m_if check="FieldEquals" field="$field" value="">
- <span style="white-space: nowrap;"><inp2:m_Phrase label="la_visit_DirectReferer"/></span>
- <inp2:m_else/>
- <a href="<inp2:Field field="$field" grid="$grid"/>"><inp2:Field field="$field" grid="$grid" /></a>
- </inp2:m_if>
- </div>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:adm_SaveReturnScript/>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="visits" IdField="VisitId" grid="Default" header_block="grid_column_title" data_block="grid_data_td" search="on" grid_filters="1"/>
-<script type="text/javascript">
- Grids['visits'].SetDependantToolbarButtons( new Array('reset') );
-</script>
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/visits/visits_list.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.16.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/dummy.tpl
===================================================================
--- branches/RC/kernel/admin_templates/dummy.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/dummy.tpl (nonexistent)
@@ -1 +0,0 @@
-
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/dummy.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/custom_blocks.tpl
===================================================================
--- branches/RC/kernel/admin_templates/incs/custom_blocks.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/custom_blocks.tpl (nonexistent)
@@ -1,116 +0,0 @@
-<inp2:m_DefineElement name="config_edit_text">
- <input type="text" name="<inp2:CustomInputName/>" value="<inp2:Field field="$field"/>" <inp2:m_param name="field_params" />/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_password">
- <input type="password" primarytype="password" name="<inp2:CustomInputName/>" id="<inp2:CustomInputName/>" value="" />
- <input type="password" name="verify_<inp2:CustomInputName/>" id="verify_<inp2:CustomInputName/>" value="" />
- &nbsp;<span class="error" id="error_<inp2:CustomInputName/>"></span>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_option">
- <option value="<inp2:m_param name="key"/>"<inp2:m_param name="selected"/>><inp2:m_param name="option"/></option>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_select">
- <select name="<inp2:CustomInputName/>">
- <inp2:PredefinedOptions field="$field" block="config_edit_option" selected="selected"/>
- </select>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_multiselect">
- <select id="<inp2:CustomInputName/>_select" onchange="update_multiple_options('<inp2:CustomInputName/>');" multiple>
- <inp2:PredefinedOptions field="$field" block="config_edit_option" selected="selected"/>
- </select>
- <input type="hidden" id="<inp2:CustomInputName/>" name="<inp2:CustomInputName/>" value="<inp2:Field field="$field"/>"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_checkbox">
- <input type="hidden" id="<inp2:CustomInputName/>" name="<inp2:CustomInputName/>" value="<inp2:Field field="$field" db="db"/>">
- <input tabindex="<inp2:m_get param="tab_index"/>" type="checkbox" id="_cb_<inp2:m_param name="field"/>" name="_cb_<inp2:m_param name="field"/>" <inp2:Field field="$field" checked="checked" db="db"/> onclick="update_checkbox(this, document.getElementById('<inp2:CustomInputName/>'))">
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_textarea">
- <textarea name="<inp2:CustomInputName/>" id="<inp2:CustomInputName/>" <inp2:m_param name="field_params" />><inp2:Field field="$field" /></textarea>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_radio_item">
- <input type="radio" <inp2:m_param name="checked"/> name="<inp2:CustomInputName/>" id="<inp2:CustomInputName/>_<inp2:m_param name="key"/>" value="<inp2:m_param name="key"/>"><label for="<inp2:CustomInputName/>_<inp2:m_param name="key"/>"><inp2:m_param name="option"/></label>&nbsp;
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_radio">
- <inp2:PredefinedOptions field="$field" block="config_radio_item" selected="checked"/>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_date">
- <inp2:m_if check="m_GetEquals" name="calendar_included" value="1" inverse="inverse">
- <script type="text/javascript" src="js/calendar.js"></script>
- <inp2:m_set calendar_included="1"/>
- </inp2:m_if>
-
- <input type="text" name="<inp2:CustomInputName append="_date"/>" id="<inp2:CustomInputName append="_date"/>" value="<inp2:CustomField append="_date" format="_regional_InputDateFormat"/>" size="<inp2:CustomFormat append="_date" input_format="1" edit_size="edit_size"/>" datepickerIcon="<inp2:m_ProjectBase/>admin/images/ddarrow.gif">&nbsp;<span class="small">(<inp2:CustomFormat append="_date" input_format="1" human="true"/>)</span>
- <script type="text/javascript">
- initCalendar("<inp2:CustomInputName append="_date"/>", "<inp2:CustomFormat append="_date" input_format="1"/>");
- </script>
- <input type="hidden" name="<inp2:CustomInputName append="_time"/>" value="">
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="config_edit_datetime">
- <inp2:m_if check="m_GetEquals" name="calendar_included" value="1" inverse="inverse">
- <script type="text/javascript" src="js/calendar.js"></script>
- <inp2:m_set calendar_included="1"/>
- </inp2:m_if>
-
- <input type="text" name="<inp2:CustomInputName append="_date"/>" id="<inp2:CustomInputName append="_date"/>" value="<inp2:CustomField append="_date" format="_regional_InputDateFormat"/>" size="<inp2:CustomFormat append="_date" input_format="1" edit_size="edit_size"/>" datepickerIcon="<inp2:m_ProjectBase/>admin/images/ddarrow.gif">&nbsp;<span class="small">(<inp2:CustomFormat append="_date" input_format="1" human="true"/>)</span>
- <script type="text/javascript">
- initCalendar("<inp2:CustomInputName append="_date"/>", "<inp2:CustomFormat append="_date" input_format="1"/>");
- </script>
- &nbsp;<input type="text" name="<inp2:CustomInputName append="_time"/>" id="<inp2:CustomInputName append="_time"/>" value="<inp2:CustomField append="_time" format="_regional_InputTimeFormat"/>" size="<inp2:CustomFormat append="_time" input_format="1" edit_size="edit_size"/>"><span class="small"> (<inp2:CustomFormat append="_time" input_format="1" human="true"/>)</span>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="cv_row_block">
- <inp2:m_if check="m_ParamEquals" name="show_heading" value="1">
- <tr class="subsectiontitle">
- <td colspan="3">
- <inp2:Field name="Heading" as_label="1"/>
- </td>
- <inp2:m_if check="{$SourcePrefix}_DisplayOriginal" pass_params="1">
- <td><inp2:m_phrase name="$original_title"/></td>
- </inp2:m_if>
- </tr>
- </inp2:m_if>
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>" >
- <inp2:m_RenderElement name="grid_data_label_ml_td" grid="$grid" SourcePrefix="$SourcePrefix" virtual_field="$virtual_field" value_field="$value_field" ElementTypeField="ElementType" field="Prompt" PrefixSpecial="$PrefixSpecial"/>
- <td valign="top" class="text">
- <inp2:ConfigFormElement field="Value" blocks_prefix="config_edit_" element_type_field="ElementType" value_list_field="ValueList" />
- </td>
- <td class="error"><inp2:$SourcePrefix_Error field="$virtual_field"/>&nbsp;</td>
- <inp2:m_if check="{$SourcePrefix}_DisplayOriginal" pass_params="1">
- <inp2:m_RenderElement prefix="$SourcePrefix" field="$field" name="inp_original_label"/>
- </inp2:m_if>
- </tr>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="edit_custom_td">
- <td valign="top" class="text">
- <inp2:ConfigFormElement field="Value" blocks_prefix="config_edit_" element_type_field="ElementType" value_list_field="ValueList" />
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="custom_error_td">
- <td valign="top" class="error">
- <inp2:$SourcePrefix_Error field="$virtual_field"/>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="grid_original_td" >
- <td valign="top" class="text"><inp2:Field field="$field" grid="$grid"/></td>
-</inp2:m_DefineElement>
-
-<!--<inp2:m_DefineElement name="edit_custom_td">
- <td valign="top" class="text">
- <input type="hidden" name="<inp2:InputName field="ResourceId"/>" id="<inp2:InputName field="ResourceId"/>" value="<inp2:Field field="ResourceId" grid="$grid"/>">
- <input type="hidden" name="<inp2:InputName field="CustomDataId"/>" id="<inp2:InputName field="CustomDataId"/>" value="<inp2:Field field="CustomDataId" grid="$grid"/>">
- <inp2:ConfigFormElement field="Value" blocks_prefix="config_edit_" element_type_field="ElementType" value_list_field="ValueList" />
- </td>
-</inp2:m_DefineElement>-->
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/incs/custom_blocks.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.13.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/tabs.js
===================================================================
--- branches/RC/kernel/admin_templates/incs/tabs.js (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/tabs.js (nonexistent)
@@ -1,221 +0,0 @@
-function Tab(tab_name, active_class, inactive_class, grid, a_toolbar, initial_state)
-{
- this.TabName = tab_name;
- this.hidden = false;
-
- this.Grid = grid;
- this.ToolBar = a_toolbar;
-
- this.ActiveClass = active_class;
- this.InactiveClass = inactive_class;
-
- this.InitialState = initial_state;
-
- this.curTop = 0;
-
- this.dX = 0;
- this.dY = 0;
- this.targetX = 0;
- this.targetY = 0;
-}
-
-Tab.prototype.Init = function ()
-{
- this.Handle = document.getElementById(this.TabName+'_tab');
- this.Divider = document.getElementById(this.TabName+'_tab_divider');
- this.Content = document.getElementById(this.TabName+'_tab_content');
- this.Handle.Tab = this;
-
- this.Container = document.createElement('DIV');
- this.Container.style.padding = '0';
- //this.Container.style.position = 'relative';
- this.Container.style.overflow = 'hidden';
- //alert(this.Content.tagName);
- this.Content.parentNode.insertBefore(this.Container, this.Content);
-
- this.Content.style.overflow = 'hidden';
- //this.Content.style.position = 'relative';
-
- var ContentClone = this.Content.cloneNode(true);
- this.Content.parentNode.removeChild(this.Content);
- this.Container.appendChild(ContentClone);
- this.Content = ContentClone;
-
- this.OriginalHeight = this.Container.offsetHeight;
-
- this.StateField = document.createElement('INPUT');
- this.StateField.name = this.TabName+'_tab_state';
- this.StateField.type = 'hidden';
- this.StateField.value = this.InitialState;
- document.kernel_form.appendChild(this.StateField);
-
- //alert(this.TabName + ' initial '+ this.InitialState);
- if (this.InitialState == '0') {
- this.Hide(1);
- }
-
- this.Handle.onclick = function() {
- this.Tab.Click();
- };
-}
-
-Tab.prototype.Click = function ()
-{
- if (this.hidden)
- this.Show();
- else
- this.Hide();
-}
-
-Tab.prototype.Show = function (effect)
-{
- if (typeof(effect) == 'undefined') effect = true;
- this.Container.style.display = '';
- if (effect) {
- this.Roll(0, 10, 0, 0);
- }
- this.hidden = false;
- this.Handle.className = this.ActiveClass;
- this.Divider.src = 'img/itemtabs/divider_up.gif'
- this.CheckDependencies();
- this.StateField.value = 1;
-}
-
-Tab.prototype.Hide = function (no_effect)
-{
- this.Grid.ClearSelection(null,'Tab.Hide');
- window.scrollTo(window.scrollLeft, 0);
- this.Content.style.position = 'relative';
- if (typeof(no_effect) == 'undefined') effect = true;
- else {
- this.Content.style.posTop = -this.Container.offsetHeight;
- this.curTop = -this.Container.offsetHeight;
- this.Container.style.height = 1;
- this.Container.style.display = 'none';
- effect = false;
- }
- if (effect) this.Roll(0, -10, 0, 0);
- //this.Content.style.display = 'none';
- this.hidden = true;
- this.Handle.className = this.InactiveClass;
- this.Divider.src = 'img/itemtabs/divider_empty.gif'
- this.CheckDependencies();
- this.StateField.value = 0;
-}
-
-Tab.prototype.Roll = function (dX, dY, targetX, targetY)
-{
- var tab = this;
- this.dX = dX;
- this.dY = dY;
- this.targetX = targetX;
- this.targetY = targetY;
-
- this.i = 0;
-
- function DoRoll()
- {
- if (tab.dX != 0) {
- tab.Content.offsetWidth += tab.dX;
- }
- if (tab.dY != 0) {
- //if ( confirm (' top '+tab.Content.offsetTop + ' height '+tab.Container.offsetHeight) ) return;
-
- //tab.Content.style.pixelTop = tab.curTop;
- if (tab.Container.offsetHeight + dY > 0) {
-
- if ((tab.Container.offsetHeight + dY >= tab.OriginalHeight)) {
- tab.Container.style.height = tab.OriginalHeight;
- tab.Content.style.posTop = 0;
- }
- else {
- tab.curTop += dY;
- tab.Content.style.posTop = tab.curTop;
- tab.Container.style.height = tab.Container.offsetHeight + dY;
- }
- }
- else {
- tab.Container.style.height = 1;
- }
- }
-
- xRes = 1;
- if (tab.dX != 0) {
- xRes = tab.dX > 0 ? tab.Content.offsetWidth >= tab.targetX : tab.Content.offsetWidth <= tab.targetX;
- }
- yRes = 1;
- if (tab.dY != 0) {
- yRes = tab.dY > 0 ? tab.Container.offsetHeight >= tab.OriginalHeight : tab.Container.offsetHeight <= 1;
- }
-
- if (!xRes || !yRes) {
- tab.i++;
- if (tab.i < 500) {
- setTimeout(DoRoll, 0)
- }
- }
- else {
- if (tab.Container.offsetHeight <= 1) tab.Container.style.display = 'none';
- if (tab.Container.offsetHeight >= tab.OriginalHeight) tab.Content.style.position = 'static';
- }
- }
- setTimeout(DoRoll, 0)
-}
-
-function showCategories()
-{
- var container = document.getElementById("firstContainer");
- var categories = document.getElementById("categories");
- var scrollJumpA = scrollJump;
- if (!categories.startTime)
- {
- categories.startTime = new Date();
-
- }
- else
- {
- var cDate = new Date();
- if (cDate - categories.startTime >= animationTimeout) scrollJumpA = categories.offsetHeight;
- //ert(animationTimeout);
- }
- (categories.active) ? container.pY += scrollJumpA : container.pY -= scrollJumpA;
- if (container.pY < container.pTop - categories.offsetHeight)
- container.pY = container.pTop - categories.offsetHeight;
-
- if (container.pY > container.pTop)
- container.pY = container.pTop;
-
- container.style.top = container.pY;
- if (((Math.abs(container.pY) <= categories.offsetHeight + container.pTop) && (!categories.active)) || ((container.pY < container.pTop) && (categories.active)))
- setTimeout("showCategories()", 0)
- else
- {
- unselectAll("categories");
- if (categories.active)
- {
- var devider = document.getElementById("categoriesDevider");
- //devider.style.display = "none";
- }
- categories.startTime = null;
- }
-}
-
-Tab.prototype.SetDependantToolbarButtons = function( buttons )
-{
- this.DependantButtons = buttons;
- this.CheckDependencies();
-}
-
-Tab.prototype.CheckDependencies = function()
-{
- if (this.hidden) {
- for (var i in this.DependantButtons) {
- this.ToolBar.HideButton(this.DependantButtons[i]);
- }
- }
- else {
- for (var i in this.DependantButtons) {
- this.ToolBar.ShowButton(this.DependantButtons[i]);
- }
- }
-}
Property changes on: branches/RC/kernel/admin_templates/incs/tabs.js
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/editor.js
===================================================================
--- branches/RC/kernel/admin_templates/incs/editor.js (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/editor.js (nonexistent)
@@ -1,45 +0,0 @@
- HTMLArea.loadPlugin("CSS");
- HTMLArea.loadPlugin("Intechnic");
- HTMLArea.loadStyle("htmlarea_my.css");
-
- function ConfigEditor(editor, current_path)
- {
- var config = new HTMLArea.Config();
-
- config.toolbar = [
- [ "bold", "italic", "underline", "strikethrough", "separator",
- "subscript", "superscript", "separator",
- "copy", "cut", "paste", "space", "undo", "redo" ],
-
- [ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator",
- "insertorderedlist", "insertunorderedlist", "outdent", "indent", "separator",
- "forecolor", "hilitecolor", "separator",
- "inserthorizontalrule", "insertanchor", "adv_insertlink", "adv_insertimage", "insertdocument", "inserttable", "htmlmode", "separator",
- "popupeditor"]
- ];
-
- config.pageStyle = '@import url("../templates/images/styles.css");';
- config.killWordOnPaste = true;
-
- editor.config = config;
- editor._customUndo = true;
-
- editor.registerPlugin(CSS, {
- combos : [
- { label: "Style",
- // menu text // CSS class
- options: { "None" : "",
- "Text 10" : "text10",
- "Text 11" : "text11",
- "Text 12" : "text12",
- "Text 14" : "text14",
- "Copy 09" : "copy09",
- "Yellow 11" : "yellow11",
- "Black 11" : "black11"
- },
- context: "body"
- }
- ]
- });
- editor.registerPlugin(Intechnic, current_path);
- }
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/incs/editor.js
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/colorselector.js
===================================================================
--- branches/RC/kernel/admin_templates/incs/colorselector.js (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/colorselector.js (nonexistent)
@@ -1,104 +0,0 @@
- // color Selector
-
- var aColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF';
- var $color_selector_field = '';
-
- function InitColorSelector()
- {
- var $selector = document.getElementById('colorSelector_div');
-
- if( !isset($selector) )
- {
- var $selector = document.createElement('DIV');
- $selector.id = 'colorSelector_div';
- $selector.className = 'table_color1';
- $selector.style.width = '178px';
- $selector.style.borderWidth = '1px';
- $selector.style.borderColor = '#000000';
- $selector.style.display = 'none';
- $selector.style.position = 'absolute';
- $selector.style.borderStyle = 'solid';
-
- var $s_table = document.createElement('TABLE');
- $s_table.id = 'colorSelector';
- $selector.appendChild($s_table);
- document.body.appendChild($selector);
-
- var oTable = document.getElementById('colorSelector');
- var iCounter = 0;
- aColors = aColors.split(',');
-
- while(iCounter < aColors.length)
- {
- var oRow = oTable.insertRow(-1);
- for(var i = 0; i < 8 && iCounter < aColors.length; i++, iCounter++)
- {
- var $cell = document.createElement('TD');
- $cell.innerHTML = '<div class="ColorBox" style="background-color: #'+aColors[iCounter]+'"></div>';
- $cell.onmouseover = this.colorMouseOver;
- $cell.onmouseout = this.colorMouseOut;
- $cell.onclick = this.colorClick;
- $cell.setAttribute('ColorIndex', iCounter);
- var oDiv=oRow.insertCell(-1).appendChild($cell);
- };
- }
- }
- }
-
- function updateColor($event,$color_id)
- {
- document.getElementById('color_'+$color_id).style.backgroundColor = document.getElementById($color_id).value;
- }
-
- function colorMouseOver($e)
- {
- if(!$e) $e = window.event;
- //print_pre(this);
- this.parentNode.style.backgroundColor = '#C8D3E2';
- this.parentNode.style.borderColor = '#7196CC';
-
- }
-
- function colorMouseOut($e, $element)
- {
- if(!$e) $e = window.event;
- if(!$element) $element = this;
- $element.parentNode.style.backgroundColor = '#F6F6F6';
- $element.parentNode.style.borderColor = '#F6F6F6';
- }
-
- function colorClick($e)
- {
- if(!$e) $e = window.event;
- var $color = aColors[ this.getAttribute('ColorIndex') ];
-
- document.getElementById('color_'+$color_selector_field).style.backgroundColor = $color;
- document.getElementById($color_selector_field).value = '#' + $color;
- document.getElementById('colorSelector_div').style.display = 'none';
-
- colorMouseOut($e, this);
- }
-
- function openColorSelector($e, $field)
- {
- $color_selector_field = $field;
- var $div = document.getElementById('colorSelector_div');
-
- var posx = 0;
- var posy = 0;
- if (!$e) var $e = window.event;
- if ($e.pageX || $e.pageY)
- {
- posx = $e.pageX;
- posy = $e.pageY;
- }
- else if ($e.clientX || $e.clientY)
- {
- posx = $e.clientX + document.body.scrollLeft;
- posy = $e.clientY + document.body.scrollTop;
- }
-
- $div.style.left = posx;
- $div.style.top = posy;
- $div.style.display = 'block';
- }
Property changes on: branches/RC/kernel/admin_templates/incs/colorselector.js
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/catalog.js
===================================================================
--- branches/RC/kernel/admin_templates/incs/catalog.js (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/catalog.js (nonexistent)
@@ -1,347 +0,0 @@
-function Catalog($url_mask, $cookie_prefix, $tab_shift) {
- this.CookiePrefix = $cookie_prefix ? $cookie_prefix : '';
- this.BusyRequest = new Array();
- this.URLMask = $url_mask;
- this.Separator = '#separator#';
- this.ParentCategoryID = 0;
- this.OnResponceMethod = null;
- this.TabShift = isset($tab_shift) ? $tab_shift : 1; // start from 2nd tab (index starting from 0)
- this.TabRegistry = new Array();
- this.ActivePrefix = getCookie(this.CookiePrefix + 'active_prefix');
- this.PreviousPrefix = this.ActivePrefix;
- this.TabByCategory = false; // preselect tab by category (used in catalog only)
- $ViewMenus = new Array('c');
-}
-
-Catalog.prototype.Init = function () {
- var $prefix = this.queryTabRegistry('prefix', this.ActivePrefix, 'prefix');
- if ($prefix !== this.ActivePrefix && this.TabRegistry.length > this.TabShift) {
- // ActivePrefix not set or has non-existing prefix value
- this.ActivePrefix = this.TabRegistry[this.TabShift]['prefix'];
- }
- this.SetAlternativeTabs();
- this.AfterInit();
-}
-
-Catalog.prototype.AfterInit = function () {
- this.go_to_cat();
-}
-
-Catalog.prototype.SetAlternativeTabs = function () {
- // set alternative grids between all items (catalog is set when tab is loaded via AJAX first time)
- var $i = this.TabShift;
- while ($i < this.TabRegistry.length) {
- // run through all prefixes
- var $j = this.TabShift;
- while ($j < this.TabRegistry.length) {
- if (this.TabRegistry[$i]['prefix'] == this.TabRegistry[$j]['prefix']) {
- $j++;
- continue;
- }
- // and set alternative to all other prefixes
- $GridManager.AddAlternativeGrid(this.TabRegistry[$i]['prefix'], this.TabRegistry[$j]['prefix']);
- $j++;
- }
- $i++;
- }
-}
-
-Catalog.prototype.submit_kernel_form = function($tab_id) {
- var $prefix = 'dummy';
- var $result_div = '';
-
- if (isset($tab_id)) {
- // responce result + progress are required
- $prefix = this.queryTabRegistry('tab_id', $tab_id, 'prefix');
- $result_div = $tab_id + '_div';
- }
-
- var $kf = document.getElementById($form_name);
-
- Request.params = Request.serializeForm($kf);
- Request.method = $kf.method.toUpperCase();
-
- this.BusyRequest[$prefix] = false;
- Request.makeRequest($kf.action, this.BusyRequest[$prefix], $result_div, this.successCallback, this.errorCallback, $result_div, this);
-
- $form_name = 'kernel_form'; // restore back to main form with current category id of catalog
-};
-
-Catalog.prototype.successCallback = function($request, $params, $object) {
-
- var $text = $request.responseText;
-
- var $match_redirect = new RegExp('^#redirect#(.*)').exec($text);
- if ($match_redirect != null) {
- // redirect to external template requested
- window.location.href = $match_redirect[1];
- return false;
- }
-
- $params = $params.split(',');
-
- var $js_end = $text.indexOf($object.Separator);
- if ($js_end != -1) {
- // allow to detect if output is permitted by ajax request parameters
- var $request_visible = '$request_visible = ' + ($params[0].length ? 'true' : 'false') + "\n";
-
- if ($params[0].length) {
- document.getElementById($params[0]).innerHTML = $text.substring($js_end + $object.Separator.length);
- eval($request_visible + $text.substring(0, $js_end));
- }
- else {
- // eval JS only & set mark that js should not use HTML as usual in grids
- eval($request_visible + $text.substring(0, $js_end));
- }
- }
- else if ($params[0].length) {
- document.getElementById($params[0]).innerHTML = $text;
- }
-
- if (typeof($object.OnResponceMethod) == 'function') {
- $object.OnResponceMethod($object);
- $object.OnResponceMethod = null;
- }
-
- if (typeof($Debugger) != 'undefined') {
- $Debugger.Clear();
- }
-}
-
-Catalog.prototype.trim = function ($string) {
- return $string.replace(/\s*((\S+\s*)*)/, "$1").replace(/((\s*\S+)*)\s*/, "$1");
-}
-
-Catalog.prototype.errorCallback = function($request, $params, $object) {
-// $Debugger.ShowProps($request, 'req');
- alert('AJAX Error; class: Catalog; ' + Request.getErrorHtml($request));
-}
-
-Catalog.prototype.submit_event = function($prefix_special, $event, $t, $OnResponceMethod) {
- if (typeof($OnResponceMethod) == 'function') {
- this.OnResponceMethod = $OnResponceMethod;
- }
-
- var $prev_template = get_hidden_field('t');
- if (!isset($prefix_special)) $prefix_special = this.getCurrentPrefix();
- var $tab_id = this.queryTabRegistry('prefix', $prefix_special, 'tab_id');
-
- $form_name = $tab_id + '_form'; // set firstly, because set_hidden_field uses it
- if (isset($event)) set_hidden_field('events[' + $prefix_special + ']', $event);
- if (isset($t)) set_hidden_field('t', $t);
-
- this.submit_kernel_form($tab_id);
- set_hidden_field('t', $prev_template);
-}
-
-
-Catalog.prototype.go_to_cat = function($cat_id, $module_prefix) {
- if (!isset($cat_id)) {
- // gets current category
- $cat_id = get_hidden_field('m_cat_id');
- }
- else {
- // sets new category to kernel_form in case if item tab
- // loads faster and will check if it's category is same
- // as parent category of categories list
-
- if (get_hidden_field('m_cat_id') == $cat_id) {
- // it's the same category, then don't reload category list
- return ;
- }
- set_hidden_field('m_cat_id', $cat_id);
- }
-
- this.resetTabs(false);
-
- // query sub categories of $cat_id
- var $url = this.URLMask.replace('#TEMPLATE_NAME#', 'in-portal/xml/categories_list').replace('#CATEGORY_ID#', $cat_id);
-
- var $prefix = this.TabRegistry[0]['prefix'];
- var $tab_id = this.TabRegistry[0]['tab_id'];
- this.BusyRequest[$prefix] = false;
- Request.makeRequest($url, this.BusyRequest[$prefix], $tab_id + '_div', this.successCallback, this.errorCallback, $tab_id + '_div', this);
- this.switchTab(this.TabByCategory ? $module_prefix : null); // refresh current item tab
-}
-
-// set all item tabs counters to "?" before quering catagories
-Catalog.prototype.resetTabs = function($reset_content) {
- var $i = this.TabShift;
- while ($i < this.TabRegistry.length) {
- this.setItemCount(this.TabRegistry[$i]['prefix'], '?');
- $i++;
- }
-
- if ($reset_content) {
- // set category for all tabs to -1 (forces reload next time)
- $i = this.TabShift;
- while ($i < this.TabRegistry.length) {
- document.getElementById(this.TabRegistry[$i]['tab_id'] + '_div').setAttribute('category_id', -1);
- $i++;
- }
- }
-}
-
-Catalog.prototype.switchTab = function($prefix, $force) {
- if (this.queryTabRegistry('prefix', this.ActivePrefix, 'prefix') != this.ActivePrefix) {
- // active prefix is not registred -> cookie left, but not modules installed/enabled at the moment
- return false;
- }
-
- if (!isset($prefix) || $prefix == '') {
- // prefix not given OR empty prefix
- $prefix = this.ActivePrefix;
- }
-
- if (this.BusyRequest[$prefix]) {
- alert('prefix: ['+$prefix+']; request busy: ['+this.BusyRequest[$prefix]+']');
- }
-
- if (this.ActivePrefix != $prefix) {
- // hide source tab
- this.PreviousPrefix = this.ActivePrefix;
- document.getElementById(this.PreviousPrefix + '_tab').className = 'catalog-tab-unselected';
- document.getElementById(this.queryTabRegistry('prefix', this.PreviousPrefix, 'tab_id') + '_div').style.display = 'none';
- this.HideDependentButtons(this.PreviousPrefix);
- }
-
- // show destination tab
- this.ActivePrefix = $prefix;
- document.getElementById(this.ActivePrefix + '_tab').className = 'catalog-tab-selected';
- var $div_id = this.queryTabRegistry('prefix', this.ActivePrefix, 'tab_id') + '_div'; // destination tab
- document.getElementById($div_id).style.display = 'block';
- this.ShowDependentButtons(this.ActivePrefix);
- this.setViewMenu(this.ActivePrefix);
- setCookie(this.CookiePrefix + 'active_prefix', this.ActivePrefix);
-
- this.refreshTab($prefix, $div_id, $force);
-}
-
-Catalog.prototype.refreshTab = function($prefix, $div_id, $force) {
- var $cat_id = get_hidden_field('m_cat_id');
- var $tab_cat_id = document.getElementById($div_id).getAttribute('category_id');
- if ($cat_id != $tab_cat_id || $force) {
- // query tab content only in case if not queried or category don't match
- var $url = this.URLMask.replace('#TEMPLATE_NAME#', this.queryTabRegistry('prefix', $prefix, 'view_template'));
- $url = $url.replace('#CATEGORY_ID#', $cat_id);
- $url = $url.replace('#PREFIX#', $prefix);
-
- this.BusyRequest[$prefix] = false;
- Request.makeRequest($url, this.BusyRequest[$prefix], $div_id, this.successCallback, this.errorCallback, $div_id, this);
- }
- /*else {
- alert('refresh disabled = {tab: '+this.ActivePrefix+'; cat_id: '+$cat_id+'; form_name: '+$form_name+'}');
- }*/
-}
-
-// adds information about tab to tab_registry
-Catalog.prototype.registerTab = function($tab_id) {
- var $tab = document.getElementById($tab_id + '_div');
- var $index = this.TabRegistry.length;
- this.TabRegistry[$index] = new Array();
- this.TabRegistry[$index]['tab_id'] = $tab_id;
- this.TabRegistry[$index]['prefix'] = $tab.getAttribute('prefix');
- if ($tab_id == 'categories') {
- this.TabRegistry[$index]['module_path'] = 'in-portal/';
- }
- else {
- this.TabRegistry[$index]['module_path'] = $tab.getAttribute('edit_template').substring(0, $tab.getAttribute('edit_template').indexOf('/'));
- }
- this.TabRegistry[$index]['view_template'] = $tab.getAttribute('view_template');
- this.TabRegistry[$index]['edit_template'] = $tab.getAttribute('edit_template');
- this.TabRegistry[$index]['dep_buttons'] = $tab.getAttribute('dep_buttons').length > 0 ? $tab.getAttribute('dep_buttons').split(',') : new Array();
- this.TabRegistry[$index]['index'] = $index;
-}
-
-// allows to get any information about tab
-Catalog.prototype.queryTabRegistry = function($search_key, $search_value, $return_key) {
- var $i = 0;
-// alert('looking in '+$search_key+' for '+$search_value+' will return '+$return_key)
- while ($i < this.TabRegistry.length) {
- if (this.TabRegistry[$i][$search_key] == $search_value) {
-// alert('got '+this.TabRegistry[$i][$return_key])
- return this.TabRegistry[$i][$return_key];
- break;
- }
- $i++;
- }
- return false;
-}
-
-Catalog.prototype.ShowDependentButtons = function($prefix) {
- /*var $tab_id = this.queryTabRegistry('prefix', $prefix, 'tab_id')
- if (!document.getElementById($tab_id + '_form')) {
- // tab form not found => no permission to view -> no permission to do any actions
- alert('no form: ['+$tab_id + '_form'+']');
- return ;
- }
- else {
- alert('has form: ['+$tab_id + '_form'+']');
- }*/
-
- var $dep_buttons = this.queryTabRegistry('prefix', $prefix, 'dep_buttons');
- var $i = 0;
- while ($i < $dep_buttons.length) {
- a_toolbar.ShowButton($dep_buttons[$i]);
- $i++;
- }
-}
-
-Catalog.prototype.HideDependentButtons = function($prefix) {
- var $dep_buttons = this.queryTabRegistry('prefix', $prefix, 'dep_buttons');
- var $i = 0;
- while ($i < $dep_buttons.length) {
- a_toolbar.HideButton($dep_buttons[$i]);
- $i++;
- }
-}
-
-Catalog.prototype.setItemCount = function($prefix, $count) {
- setInnerHTML($prefix + '_item_count', $count);
-}
-
-Catalog.prototype.setCurrentCategory = function($prefix, $category_id) {
- var $tab_id = this.queryTabRegistry('prefix', $prefix, 'tab_id');
-// alert('setting current category for prefix: ['+$prefix+']; tab_id ['+$tab_id+'] = ['+$category_id+']');
- document.getElementById($tab_id + '_div').setAttribute('category_id', $category_id);
-}
-
-
-Catalog.prototype.getCurrentPrefix = function() {
- if (isset(Grids[this.ActivePrefix]) && (Grids[this.ActivePrefix].SelectedCount > 0)) {
- // item tab grid exists and some items are selected
- return this.ActivePrefix;
- }
- else {
- // return prefix of first registred tab -> categories
- return this.TabRegistry[0]['prefix'];
- }
-}
-
-Catalog.prototype.setViewMenu = function($item_prefix) {
- if (this.TabShift == 1) {
- $ViewMenus = isset($item_prefix) ? new Array('c', $item_prefix) : new Array('c');
- }
- else {
- $ViewMenus = isset($item_prefix) ? new Array($item_prefix) : new Array();
- }
-}
-
-Catalog.prototype.reflectPasteButton = function($status) {
- a_toolbar.SetEnabled('paste', $status);
- a_toolbar.SetEnabled('clear_clipboard', $status);
-}
-
-Catalog.prototype.storeIDs = function ($category_variable) {
- if ($category_variable) {
- set_hidden_field($category_variable, Grids['c'].GetSelected().join(','));
- }
-
- // get selectes category items
- for (var $i in Grids[this.ActivePrefix].Items) {
- if (Grids[this.ActivePrefix].Items[$i].selected) {
- set_hidden_field(Grids[this.ActivePrefix].Items[$i].CheckBox.id, 'on', false);
- }
- }
-
-}
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/incs/catalog.js
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.32.2.6
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/header_mini.tpl
===================================================================
--- branches/RC/kernel/admin_templates/incs/header_mini.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/header_mini.tpl (nonexistent)
@@ -1,25 +0,0 @@
-<link rel="stylesheet" rev="stylesheet" href="incs/style.css" type="text/css" />
-
-<script language="javascript" src="js/is.js"></script>
-<script language="javascript" src="js/script.js"></script>
-<script language="javascript" src="js/in-portal.js"></script>
-<script language="javascript" src="js/toolbar.js"></script>
-<script language="javascript" src="js/grid.js"></script>
-
-<script language="javascript">
- var t = '<inp2:m_get param="t"/>';
- var popups = '1';
- var multiple_windows = '1';
- var main_title = '<inp2:m_GetConfig var="Site_Name" escape="1"/>';
- var tpl_changed = 0;
- var base_url = '<inp2:m_BaseURL/>';
-
- var img_path = 'img/';
-</script>
-</head>
-
-<inp2:m_include t="incs/blocks"/>
-
-<inp2:m_include t="incs/in-portal"/>
-
-<inp2:m_RenderElement name="kernel_form" form_name="$form_name"/>
Property changes on: branches/RC/kernel/admin_templates/incs/header_mini.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/image_blocks.tpl
===================================================================
--- branches/RC/kernel/admin_templates/incs/image_blocks.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/image_blocks.tpl (nonexistent)
@@ -1,152 +0,0 @@
-<inp2:m_DefineElement name="image_block">
- <img src="<inp2:m_param name="img_path" />" <inp2:m_param name="img_size"/> border="0" /><br />
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="thumbnail_section" prefix="" size="" class="">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <td class="text">
- <inp2:m_phrase label="la_fld_Location"/><br>
- <span class="error"><inp2:{$prefix}_Error field="ThumbPath"/><inp2:{$prefix}_Error field="ThumbUrl"/></span>&nbsp;
- </td>
- <td>
- <table border="0">
- <tr>
- <td>
- <inp2:m_inc param="tab_index" by="1"/>
- <input type="radio" <inp2:m_if check="{$prefix}_FieldEquals" field="LocalThumb" value="1">checked</inp2:m_if> name="<inp2:{$prefix}_InputName field="LocalThumb"/>" id="<inp2:{$prefix}_InputName field="LocalThumb"/>_1" value="1">
- </td>
- <td>
- <inp2:m_phrase label="la_fld_Upload"/>:
- </td>
- <td>
- <inp2:m_inc param="tab_index" by="1"/>
- <input type="file" name="<inp2:{$prefix}_InputName field="ThumbPath"/>" id="<inp2:{$prefix}_InputName field="ThumbPath"/>" tabindex="<inp2:m_get param="tab_index"/>" size="<inp2:m_param name="size"/>" class="<inp2:m_param name="class"/>" onclick="document.getElementById('<inp2:m_param name="prefix"/>[<inp2:{$prefix}_Field field="ImageId"/>][LocalThumb]_1').checked = true">
- <input type="hidden" name="<inp2:{$prefix}_InputName field="ThumbPath"/>[upload]" id="<inp2:{$prefix}_InputName field="ThumbPath"/>[upload]" value="<inp2:{$prefix}_Field field="ThumbPath"/>">
- </td>
- </tr>
- <tr>
- <td>
- <inp2:m_inc param="tab_index" by="1"/>
- <input type="radio" <inp2:m_if check="{$prefix}_FieldEquals" field="LocalThumb" value="0">checked</inp2:m_if> name="<inp2:{$prefix}_InputName field="LocalThumb"/>" id="<inp2:{$prefix}_InputName field="LocalThumb"/>_0" value="0">
- </td>
- <td>
- <inp2:m_phrase label="la_fld_RemoteUrl"/>:
- </td>
- <td>
- <inp2:m_inc param="tab_index" by="1"/>
- <input type="text" name="<inp2:{$prefix}_InputName field="ThumbUrl"/>" id="<inp2:{$prefix}_InputName field="ThumbUrl"/>" value="<inp2:{$prefix}_Field field="ThumbUrl"/>" tabindex="<inp2:m_get param="tab_index"/>" size="<inp2:m_param name="size"/>" class="<inp2:m_param name="class"/>" onclick="document.getElementById('<inp2:m_param name="prefix"/>[<inp2:{$prefix}_Field field="ImageId"/>][LocalThumb]_0').checked = true">
- </td>
- </tr>
- </table>
- </td>
- <td>
- <inp2:{$prefix}_Image block="image_block" Thumbnail="1" DefaultImage="noimage.gif"/>
- </td>
- </tr>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="fullsize_section" prefix="" size="" class="">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <td class="text">
- <inp2:m_phrase label="la_fld_Location"/><br>
- <span class="error"><inp2:{$prefix}_Error field="LocalPath"/><inp2:{$prefix}_Error field="Url"/></span>&nbsp;
- </td>
- <td>
- <table border="0">
- <tr>
- <td>
- <inp2:m_inc param="tab_index" by="1"/>
- <input type="radio" <inp2:m_if check="{$prefix}_FieldEquals" field="LocalImage" value="1">checked</inp2:m_if> name="<inp2:{$prefix}_InputName field="LocalImage"/>" id="<inp2:{$prefix}_InputName field="LocalImage"/>_1" value="1">
- </td>
- <td>
- <inp2:m_phrase label="la_fld_Upload"/>:
- </td>
- <td>
- <inp2:m_inc param="tab_index" by="1"/>
- <input type="file" name="<inp2:{$prefix}_InputName field="LocalPath"/>" id="<inp2:{$prefix}_InputName field="LocalPath"/>" tabindex="<inp2:m_get param="tab_index"/>" size="<inp2:m_param name="size"/>" class="<inp2:m_param name="class"/>" onclick="document.getElementById('<inp2:m_param name="prefix"/>[<inp2:{$prefix}_field field="ImageId"/>][LocalImage]_1').checked = true">
- <input type="hidden" name="<inp2:{$prefix}_InputName field="LocalPath"/>[upload]" id="<inp2:{$prefix}_InputName field="LocalPath"/>[upload]" value="<inp2:{$prefix}_Field field="LocalPath"/>">
- </td>
- </tr>
- <tr>
- <td>
- <inp2:m_inc param="tab_index" by="1"/>
- <input type="radio" <inp2:m_if check="{$prefix}_FieldEquals" field="LocalImage" value="0">checked</inp2:m_if> name="<inp2:{$prefix}_InputName field="LocalImage"/>" id="<inp2:{$prefix}_InputName field="LocalImage"/>_0" value="0">
- </td>
- <td>
- <inp2:m_phrase label="la_fld_RemoteUrl"/>:
- </td>
- <td>
- <inp2:m_inc param="tab_index" by="1"/>
- <input type="text" name="<inp2:{$prefix}_InputName field="Url"/>" id="<inp2:{$prefix}_InputName field="Url"/>" value="<inp2:{$prefix}_Field field="Url"/>" tabindex="<inp2:m_get param="tab_index"/>" size="<inp2:m_param name="size"/>" class="<inp2:m_param name="class"/>" onclick="document.getElementById('<inp2:m_param name="prefix"/>[<inp2:{$prefix}_Field field="ImageId"/>][LocalImage]_0').checked = true">
- </td>
- </tr>
- </table>
- </td>
- <td>
- <inp2:{$prefix}_Image block="image_block" DefaultImage="noimage.gif"/>
- </td>
- </tr>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="images_edit_js">
- function FieldID($field_name) {
- var $field_mask = '<inp2:{$prefix}_InputName field="#FIELD#"/>';
- return $field_mask.replace('#FIELD#', $field_name);
- }
-
- function toggle_fullsize() {
- if (document.getElementById('_cb_' + FieldID('SameImages')).checked) {
- document.getElementById(FieldID('LocalImage') + '_0').disabled = true;
- document.getElementById(FieldID('LocalImage') + '_1').disabled = true;
- document.getElementById(FieldID('LocalPath')).disabled = true;
- document.getElementById(FieldID('Url')).disabled = true;
- }
- else {
- document.getElementById(FieldID('LocalImage') + '_0').disabled = false;
- document.getElementById(FieldID('LocalImage') + '_1').disabled = false;
- document.getElementById(FieldID('LocalPath')).disabled = false;
- document.getElementById(FieldID('Url')).disabled = false;
- }
- }
-
- if (document.getElementById('_cb_' + FieldID('DefaultImg')).checked) {
- document.getElementById('_cb_' + FieldID('DefaultImg')).disabled = true;
- document.getElementById('_cb_' + FieldID('Enabled')).disabled = true;
- }
-
- function check_status() {
- if (document.getElementById('_cb_' + FieldID('DefaultImg')).checked) {
- document.getElementById('_cb_' + FieldID('Enabled')).checked = true;
- document.getElementById(FieldID('Enabled')).value = 1;
- }
- }
-
- function check_primary() {
- if (!document.getElementById('_cb_' + FieldID('Enabled')).checked) {
- document.getElementById('_cb_' + FieldID('DefaultImg')).checked = false;
- document.getElementById(FieldID('DefaultImg')).value = 0;
- }
- }
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="image_caption_td" >
- <td valign="top" class="text">
- <input type="checkbox" name="<inp2:{$PrefixSpecial}_InputName field="$IdField" IdField="$IdField"/>" id="<inp2:{$PrefixSpecial}_InputName field="$IdField" IdField="$IdField"/>">
- <img src="<inp2:ModulePath module="In-Portal"/>img/itemicons/<inp2:{$PrefixSpecial}_ItemIcon grid="$grid"/>">
- <inp2:Field field="$field" grid="$grid"/><span class="priority"><inp2:m_if check="{$PrefixSpecial}_fieldequals" field="Priority" value="0"><inp2:m_else/><sup><inp2:{$PrefixSpecial}_field field="Priority" /></sup></inp2:m_if></span>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="image_preview_td">
- <td>
- <inp2:Image block="image_block" Thumbnail="1" DefaultImage="noimage.gif" MaxWidth="120" MaxHeight="120"/>
- </td>
-</inp2:m_DefineElement>
-
-<inp2:m_DefineElement name="image_url_td">
- <td valign="top" class="text">
- <inp2:ImageUrl local_phrase="!la_LocalImage!"/>
- </td>
-</inp2:m_DefineElement>
-
-
Property changes on: branches/RC/kernel/admin_templates/incs/image_blocks.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7.2.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/inp_fckconfig.js
===================================================================
--- branches/RC/kernel/admin_templates/incs/inp_fckconfig.js (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/inp_fckconfig.js (nonexistent)
@@ -1,155 +0,0 @@
-/*
- * Edited by Kostja
- * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2004 Frederico Caldeira Knabben
- *
- * Licensed under the terms of the GNU Lesser General Public License:
- * http://www.opensource.org/licenses/lgpl-license.php
- *
- * For further information visit:
- * http://www.fckeditor.net/
- *
- * File Name: fckconfig.js
- * Editor configuration settings.
- * See the documentation for more info.
- *
- * Version: 2.0 RC3
- * Modified: 2005-02-27 21:31:48
- *
- * File Authors:
- * Frederico Caldeira Knabben (fredck@fckeditor.net)
-*/
-
-FCKConfig.CustomConfigurationsPath = '' ;
-
-FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
-
-FCKConfig.BaseHref = '' ;
-
-FCKConfig.FullPage = false ;
-
-FCKConfig.Debug = false;
-
-FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
-
-FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
-
-// FCKConfig.Plugins.Add( 'placeholder', 'en,it' ) ;
-
-FCKConfig.AutoDetectLanguage = false ;
-FCKConfig.DefaultLanguage = 'en' ;
-FCKConfig.ContentLangDirection = 'ltr' ;
-
-FCKConfig.EnableXHTML = false ;
-FCKConfig.EnableSourceXHTML = false ;
-
-FCKConfig.FillEmptyBlocks = true ;
-
-FCKConfig.FormatSource = true ;
-FCKConfig.FormatOutput = true ;
-FCKConfig.FormatIndentator = ' ' ;
-
-FCKConfig.GeckoUseSPAN = true;
-FCKConfig.StartupFocus = false;
-FCKConfig.ForcePasteAsPlainText = true ;
-FCKConfig.ForceSimpleAmpersand = false ;
-FCKConfig.TabSpaces = 0;
-
-FCKConfig.ShowBorders = true;
-FCKConfig.ShowTableBorders = true;
-
-FCKConfig.UseBROnCarriageReturn = false ;
-FCKConfig.ToolbarStartExpanded = true ;
-FCKConfig.ToolbarCanCollapse = true ;
-//FCKConfig.ProjectPath = FCKConfig.BasePath.replace(/\/cmseditor\/editor\/$/,'');
-FCKConfig.IconImagesUrl = FCKConfig.ProjectPath+'kernel/user_files/icons';
-
-
-FCKConfig.ToolbarSets["Default"] = [
- ['Cut','Copy','Paste','PasteText','PasteWord','NewPage','SelectAll','-','Link','Unlink','Anchor','-','Image','SpecialChar','-','Find','Replace','-','Rule'],
- ['Source'],
- '/',
- ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','Outdent','Indent'],
- '/',
- ['Style','RemoveFormat']
-] ;
-
-FCKConfig.ToolbarSets["Advanced"] = [
- ['Cut','Copy','Paste','PasteText','PasteWord','-','NewPage','SelectAll','-','Find','Replace','-','Print','Preview','-','Link','Unlink','Anchor','Rule','-','Image','Document','Table','SpecialChar'],
- '/',
- ['Bold','Italic','Underline','StrikeThrough','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','Outdent','Indent','-','Subscript','Superscript','-','TextColor','BGColor','-','Undo','Redo'],
- '/',
- ['Style','FontName','FontSize','RemoveFormat','-','SpellCheck','100%','|','Source']
-] ;
-
-FCKConfig.ToolbarSets["Advanced2"] = [
- ['Cut','Copy','Paste','PasteText','PasteWord','-','NewPage','SelectAll','-','Find','Replace','-','Print','Preview','-','Link','Unlink','Anchor','Rule','-','Image','Document','Table','SpecialChar'],
- '/',
- ['Bold','Italic','Underline','StrikeThrough','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','Outdent','Indent','-','Subscript','Superscript','-','TextColor','BGColor','-','Undo','Redo'],
- '/',
- ['FontName','FontSize','RemoveFormat','-','SpellCheck','100%','|','Source']
-] ;
-
-
-
-FCKConfig.ToolbarSets["FAQ"] = [
- ['Cut','Copy','Paste','PasteText','PasteWord','-','NewPage','SelectAll','-','Find','Replace','-','Print','-','Link','Unlink','Anchor','Rule','-','Image','Document','Table','SpecialChar'],
- '/',
- ['Bold','Italic','Underline','StrikeThrough','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','Outdent','Indent','-','Subscript','Superscript','-','TextColor','BGColor','-','Undo','Redo'],
- '/',
- ['Style','FontName','FontSize','RemoveFormat','-','SpellCheck','100%','|','Source']
-] ;
-
-FCKConfig.ToolbarSets["Esse"] = [
- ['Cut','Copy','Paste','PasteText','PasteWord','-','NewPage','SelectAll','-','Find','Replace'],
- '/',
- ['Bold','Italic','Underline','StrikeThrough','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','Outdent','Indent','-','Subscript','Superscript','-','TextColor','BGColor','-','Undo','Redo'],
- '/',
- ['Style','FontName','FontSize','RemoveFormat','-','SpellCheck','100%']
-] ;
-
-FCKConfig.ToolbarSets["Basic"] = [
- ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
-] ;
-
-FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Select','Document','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','TableCell','Table','Form'] ;
-
-FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ;
-
-FCKConfig.FontNames = 'Arial Narrow;Arial;Sans-Serif;Serif;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
-FCKConfig.FontSizes = '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;
-FCKConfig.FontFormats = 'p;div;pre;address;h1;h2;h3;h4;h5;h6' ;
-
-FCKConfig.StylesXmlPath = '../fckstyles.xml' ;
-
-FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages'
-FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/rel/ieSpellSetup211325.exe' ;
-
-FCKConfig.LinkBrowser = true ;
-FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/php/connector.php&ServerPath='+FCKConfig.ProjectPath+'kernel/user_files/' ;
-FCKConfig.LinkBrowserWindowWidth = screen.width * 0.7 ; // 70%
-FCKConfig.LinkBrowserWindowHeight = screen.height * 0.7 ; // 70%
-
-FCKConfig.ImageBrowser = true ;
-FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Images&Connector=connectors/php/connector.php&ServerPath='+FCKConfig.ProjectPath+'kernel/user_files/' ;
-FCKConfig.ImageBrowserWindowWidth = screen.width * 0.7 ; // 70% ;
-FCKConfig.ImageBrowserWindowHeight = screen.height * 0.7 ; // 70% ;
-
-FCKConfig.DocumentBrowser = true ;
-FCKConfig.DocumentBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Documents&Connector=connectors/php/connector.php&ServerPath='+FCKConfig.ProjectPath+'kernel/user_files/' ;
-FCKConfig.ImageBrowserWindowWidth = screen.width * 0.7 ; // 70% ;
-FCKConfig.ImageBrowserWindowHeight = screen.height * 0.7 ; // 70% ;
-FCKConfig.DocumentsServerPath = FCKConfig.ProjectPath+'kernel/user_files/Documents'
-
-FCKConfig.StructureBrowser = true ;
-FCKConfig.StructureBrowserURL = FCKConfig.ProjectPath+'admin/index.php?t=structure/tree' ;
-FCKConfig.StructureBrowserWindowWidth = screen.width * 0.5 ; // 50%
-FCKConfig.StructureBrowserWindowHeight = screen.height * 0.7 ; // 70%
-
-FCKConfig.FilesBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Files&Connector=connectors/php/connector.php&ServerPath='+FCKConfig.ProjectPath+'kernel/user_files/' ;
-
-FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ;
-FCKConfig.SmileyImages = ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'] ;
-FCKConfig.SmileyColumns = 8 ;
-FCKConfig.SmileyWindowWidth = 320 ;
-FCKConfig.SmileyWindowHeight = 240 ;
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/incs/inp_fckconfig.js
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/footer_mini.tpl
===================================================================
--- branches/RC/kernel/admin_templates/incs/footer_mini.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/footer_mini.tpl (nonexistent)
@@ -1,6 +0,0 @@
-<br /><br />
-<inp2:adm_AfterScript/>
-
-<inp2:m_RenderElement name="kernel_form_end"/>
-</body>
-</html>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/incs/footer_mini.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/incs/just_close.tpl
===================================================================
--- branches/RC/kernel/admin_templates/incs/just_close.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/incs/just_close.tpl (nonexistent)
@@ -1,14 +0,0 @@
-<html>
-<head>
-<title>
-
-</title>
-</head>
-<body>
-<script type="text/javascript">
- //alert('<inp2:m_t t="dummy" opener="u" escape="escape"/>');
- window.close();
- window.opener.focus();
-</script>
-</body>
-</html>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/incs/just_close.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/reviews.tpl
===================================================================
--- branches/RC/kernel/admin_templates/reviews.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/reviews.tpl (nonexistent)
@@ -1,145 +0,0 @@
-<inp2:m_include t="incs/header" nobody="yes" noform="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-
-<inp2:m_RenderElement name="combined_header" section="in-portal:reviews" prefix="c" module="in-portal" title_preset="reviews"/>
-
-<!-- main kernel_form: begin -->
-<inp2:m_RenderElement name="kernel_form"/>
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <input type="hidden" name="m_cat_id" value="<inp2:m_get name="m_cat_id"/>"/>
- <link rel="stylesheet" rev="stylesheet" href="incs/nlsmenu.css" type="text/css" />
- <script type="text/javascript" src="js/nlsmenu.js"></script>
- <script type="text/javascript" src="js/nlsmenueffect_1_2_1.js"></script>
- <script type="text/javascript" src="js/ajax.js"></script>
- <script type="text/javascript" src="js/catalog.js"></script>
- <script type="text/javascript">
- var menuMgr = new NlsMenuManager("mgr");
- menuMgr.timeout = 500;
- menuMgr.flowOverFormElement = true;
-
- Request.progressText = '<inp2:m_phrase name="la_title_Loading" escape="1"/>';
-
- Catalog.prototype.AfterInit = function() {
- this.switchTab();
- }
-
- Catalog.prototype.refreshTab = function($prefix, $div_id, $force) {
- var $cat_id = get_hidden_field('m_cat_id');
- var $tab_cat_id = document.getElementById($div_id).getAttribute('category_id');
- if ($cat_id != $tab_cat_id || $force) {
- // query tab content only in case if not queried or category don't match
- var $url = this.URLMask.replace('#ITEM_PREFIX#', $prefix).replace('#TAB_NAME#', this.queryTabRegistry('prefix', $prefix, 'tab_id'));
- this.BusyRequest[$prefix] = false;
-
- Request.makeRequest($url, this.BusyRequest[$prefix], $div_id, this.successCallback, this.errorCallback, $div_id, this);
- }
- }
-
- var $Catalog = new Catalog('<inp2:m_Link template="reviews/reviews_tab" item_prefix="#ITEM_PREFIX#" tab_name="#TAB_NAME#" pass_through="td,item_prefix,tab_name" td="no" m_cat_id="-1" no_amp="1"/>', 'reviews_', 0);
- var a_toolbar = new ToolBar();
-
- a_toolbar.AddButton( new ToolBarButton('edit', '<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>', edit) );
-
- a_toolbar.AddButton( new ToolBarButton('delete', '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- $form_name = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'tab_id') + '_form';
- std_delete_items($Catalog.ActivePrefix, null, 1);
- } ) );
-
-
- <inp2:m_ModuleInclude template="catalog_buttons" main_template="reviews" skip_prefixes="m,cms"/>
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- a_toolbar.AddButton( new ToolBarButton('approve', '<inp2:m_phrase label="la_ToolTip_Approve" escape="1"/>', function() {
- $form_name = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'tab_id') + '_form';
- $Catalog.submit_event($Catalog.ActivePrefix, 'OnMassApprove');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('decline', '<inp2:m_phrase label="la_ToolTip_Decline" escape="1"/>', function() {
- $form_name = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'tab_id') + '_form';
- $Catalog.submit_event($Catalog.ActivePrefix, 'OnMassDecline');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar, 'view');
- }
- ) );
-
- a_toolbar.Render();
-
- function edit()
- {
- $form_name = $Catalog.queryTabRegistry('prefix', $Catalog.ActivePrefix, 'tab_id') + '_form';
- var $kf = document.getElementById($form_name);
- var $prev_action = $kf.action;
- $kf.action = '<inp2:m_t pass="all" pass_through="item_prefix" item_prefix="#PREFIX#" no_amp="1"/>' . replace('#PREFIX#', $Catalog.ActivePrefix);
-
- std_edit_temp_item($Catalog.ActivePrefix, 'reviews/review_direct_edit');
-
- $kf.action = $prev_action;
- }
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-<inp2:m_RenderElement name="kernel_form_end"/>
-<!-- main kernel_form: end -->
-
-<br />
-
-<!-- item tabs: begin -->
-<table cellpadding="0" cellspacing="0">
- <tr>
- <inp2:m_DefineElement name="item_tab" title="">
- <td nowrap="nowrap" width="140">
- <table id="<inp2:m_param name="prefix"/>-rev_tab" cellpadding="0" cellspacing="0" width="100%" class="catalog-tab-unselected" onclick="$Catalog.switchTab('<inp2:m_param name="prefix"/>-rev');">
- <tr>
- <td class="catalog-tab-left">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td class="catalog-tab-middle" width="100%" valign="middle" nowrap="nowrap">
- <inp2:m_phrase name="$title"/> <span class="cats_stats">(<span id="<inp2:m_param name="prefix"/>-rev_item_count">?</span>)</span>
- </td>
- <td class="catalog-tab-right">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td style="background-color: #FFFFFF;">
- <img src="img/spacer.gif" height="1" width="5" />
- </td>
- </tr>
- </table>
- </td>
- </inp2:m_DefineElement>
- <inp2:adm_ListCatalogTabs render_as="item_tab" title_property="ViewMenuPhrase" skip_prefixes="m,cms"/>
- </tr>
-</table>
-<!-- item tabs: end -->
-<inp2:m_set prefix_append="-rev" td="no"/>
-<inp2:m_ModuleInclude template="catalog_tab" tab_init="2" skip_prefixes="m,cms"/>
-
-<inp2:m_if check="m_get" var="SetTab">
-<script type="text/javascript">
- $Catalog.switchTab('<inp2:m_get var="SetTab"/>-rev');
-</script>
-</inp2:m_if>
-
-<script type="text/javascript">
- addLoadEvent(
- function() {
- $Catalog.Init();
- }
- );
-</script>
-
-<inp2:m_include t="incs/footer" noform="yes"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/reviews.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.4
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/reviews/reviews_tab.tpl
===================================================================
--- branches/RC/kernel/admin_templates/reviews/reviews_tab.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/reviews/reviews_tab.tpl (nonexistent)
@@ -1,46 +0,0 @@
-<inp2:m_DefineElement name="catalog_tab">
- <inp2:m_if check="m_ParamEquals" name="tab_init" value="">
- <inp2:lang.current_Field name="Charset" result_to_var="charset"/>
- <inp2:m_Header data="Content-type: text/plain; charset=$charset"/>
- <inp2:m_include t="incs/blocks"/>
- <inp2:m_include t="incs/grid_blocks"/>
-
- $Catalog.setItemCount('<inp2:m_param name="prefix"/>', '<inp2:{$prefix}_CatalogItemCount/>');
- $Catalog.setCurrentCategory('<inp2:m_param name="prefix"/>', 0);
-
- <inp2:m_RenderElement name="grid_js" selected_class="selected_div" tag_name="tr" PrefixSpecial="$prefix" IdField="ReviewId" grid="ReviewsSection" menu_filters="yes"/>
- <inp2:m_RenderElement name="grid_search_buttons" PrefixSpecial="$prefix" grid="Default" ajax="1"/>
- <inp2:m_if check="m_ParamEquals" name="tab_dependant" value="yes">
- Grids['<inp2:m_param name="prefix"/>'].AddAlternativeGrid('<inp2:m_param name="cat_prefix"/>', true);
- </inp2:m_if>
- Grids['<inp2:m_param name="prefix"/>'].SetDependantToolbarButtons( new Array('edit','delete','approve','decline','sep3','cut','copy','move_up','move_down','sep6'));
- $Catalog.reflectPasteButton(<inp2:c_HasClipboard/>);
- $Catalog.setViewMenu('<inp2:m_param name="prefix"/>');
- <inp2:m_if check="m_ParamEquals" name="tab_mode" value="single">
- Grids['<inp2:m_param name="prefix"/>'].EnableRadioMode();
- Grids['<inp2:m_param name="prefix"/>'].DblClick = function() {return false};
- </inp2:m_if>
- #separator#
- <!-- products tab: begin -->
- <inp2:m_RenderElement name="kernel_form" form_name="{$tab_name}_form"/>
-
- <inp2:m_DefineElement name="grid_reviewtext_td">
- <td valign="top" class="text">
- <inp2:Field field="$field" cut_first="100"/>
- <br />
- <span class="cats_stats">
- <a href="<inp2:ItemEditLink/>"><inp2:Field field="CatalogItemName"/></a>
- </span>
- </td>
- </inp2:m_DefineElement>
-
-
- <inp2:m_RenderElement name="grid" ajax="1" PrefixSpecial="$prefix" IdField="ReviewId" grid="ReviewsSection" no_toolbar="no_toolbar" menu_filters="yes"/>
-
- <inp2:m_RenderElement name="kernel_form_end"/>
- <!-- products tab: end -->
- </inp2:m_if>
-</inp2:m_DefineElement>
-
-<inp2:m_Get name="item_prefix" result_to_var="prefix"/>
-<inp2:{$prefix}_InitCatalogTab render_as="catalog_tab"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/reviews/reviews_tab.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/reviews/review_direct_edit.tpl
===================================================================
--- branches/RC/kernel/admin_templates/reviews/review_direct_edit.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/reviews/review_direct_edit.tpl (nonexistent)
@@ -1,43 +0,0 @@
-<inp2:m_include t="incs/header" nobody="yes"/>
-<inp2:m_Get name="item_prefix" result_to_var="prefix"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-
-<inp2:m_RenderElement name="combined_header" section="in-portal:reviews" prefix="c" module="in-portal" title_preset="review_edit"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- submit_event('<inp2:m_Param name="prefix"/>','<inp2:{$prefix}_SaveEvent/>');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- submit_event('<inp2:m_Param name="prefix"/>','OnCancel');
- }
- ) );
-
- a_toolbar.Render();
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <inp2:m_RenderElement name="subsection" title="!la_Text_Review!"/>
- <inp2:m_RenderElement name="inp_edit_hidden" prefix="$prefix" field="ItemId"/>
- <inp2:m_RenderElement name="inp_edit_checkbox_allow_html" prefix="$prefix" field="TextFormat"/>
- <inp2:m_RenderElement name="inp_label" prefix="$prefix" field="ReviewId" title="!la_fld_ReviewId!"/>
- <inp2:m_RenderElement name="inp_edit_user" prefix="$prefix" field="CreatedById" title="!la_fld_CreatedById!" class="text"/>
- <inp2:m_RenderElement name="inp_edit_textarea" prefix="$prefix" field="ReviewText" title="!la_fld_ReviewText!" cols="70" rows="8"/>
- <inp2:m_RenderElement name="subsection" title="!la_Text_General!"/>
- <inp2:m_RenderElement name="inp_edit_radio" prefix="$prefix" field="Status" title="!la_fld_Status!"/>
- <inp2:m_RenderElement name="inp_edit_box" prefix="$prefix" field="Priority" title="!la_fld_Priority!" size="3" class="text"/>
- <inp2:m_RenderElement name="inp_edit_date_time" prefix="$prefix" field="CreatedOn" title="!la_fld_CreatedOn!" size="20" class="text"/>
-</table>
-<inp2:m_include t="incs/footer"/>
Property changes on: branches/RC/kernel/admin_templates/reviews/review_direct_edit.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/list_horiz_propagate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/list_horiz_propagate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemtabs/divider_up.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemtabs/divider_up.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemtabs/divider_empty.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemtabs/divider_empty.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemtabs/divider_down.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemtabs/divider_down.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/blue_bar_logout.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/blue_bar_logout.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/logo.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/logo.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/ic_new.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/ic_new.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/smicon1.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/smicon1.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/smicon4.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/smicon4.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/smicon5.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/smicon5.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/blocks.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/blocks.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/ic_pick.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/ic_pick.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/ic_hot.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/ic_hot.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/ic_pop.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/ic_pop.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_image_primary.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_image_primary.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_theme.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_theme.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_image.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_image.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_search_reset.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_search_reset.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_user.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_user.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_deleted.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_deleted.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_pick.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_pick.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_hot.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_hot.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_top.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_top.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_template.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_template.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icons16_permissions_inherited.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icons16_permissions_inherited.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_review.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_review.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_style.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_style.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_group.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_group.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_review_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_review_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_file.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_file.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.8.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_deleted.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_deleted.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_custom.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_custom.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_search_dropdown.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_search_dropdown.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_search_reset_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_search_reset_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_selector.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_selector.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_search_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_search_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_pending.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_pending.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_relation_one-way_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_relation_one-way_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_relation_reciprocal_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_relation_reciprocal_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_custom_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_custom_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_language.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_language.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_pending.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_pending.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_theme_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_theme_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_denied.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_denied.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_relation_reciprocal.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_relation_reciprocal.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_image_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_image_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_permission.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_permission.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_attn.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_attn.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_review_pending.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_review_pending.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_language_var.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_language_var.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_file_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_file_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.8.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_attn.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_attn.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_style_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_style_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_file_primary.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_file_primary.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.8.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_denied.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_denied.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_group_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_group_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_language_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_language_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_new.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_new.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_cat_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_language_primary.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_language_primary.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_theme_primary.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_theme_primary.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_relation_one-way.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_relation_one-way.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/itemicons/icon16_user_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/spacer.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/spacer.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_email.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_email.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_affiliate_plans.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_affiliate_plans.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_settings_general.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_settings_general.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_custom.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_custom.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_tools.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_tools.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_catalog.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_catalog.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_tool_restore.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_tool_restore.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_tools.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_tools.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_tool_export.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_tool_export.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_cat_settings.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_cat_settings.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_style.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_style.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_catsearch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_catsearch.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_users.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_users.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_style.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_style.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_search_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_search_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_users.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_users.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_catsearch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_catsearch.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_stats.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_stats.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_banlist.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_banlist.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_stats.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_stats.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_modules.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_modules.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_settings_custom.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_settings_custom.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_reviews.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_reviews.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_email_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_email_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_lock.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_lock.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_email_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_email_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_validate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_validate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_conf_general.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_conf_general.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_cat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_cat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_link_user.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_link_user.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_visits.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_visits.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_in-portal.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_in-portal.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_link_editor.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_link_editor.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_site.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_site.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_translate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_translate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_help.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_help.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_mailinglist.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_mailinglist.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_products.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_products.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_banlist.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_banlist.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_tool_export.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_tool_export.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_in-link.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_in-link.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_sessions_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_sessions_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_tools.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_tools.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_email_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_email_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_struct.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_struct.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_tool_import.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_tool_import.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_server_info.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_server_info.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_usergroups.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_usergroups.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_conf_general.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_conf_general.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_tool_restore.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_tool_restore.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_conf_regional.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_conf_regional.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_itemsearch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_itemsearch.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_conf_regional.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_conf_regional.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_users_settings.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_users_settings.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_visits.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_visits.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_validate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_validate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_settings_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_settings_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_conf_security.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_conf_security.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_users_settings.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_users_settings.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_conf_security.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_conf_security.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_smiley.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_smiley.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_products.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_products.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_conf_general.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_conf_general.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_contacts.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_contacts.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_navigate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_navigate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_summary.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_summary.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_advanced_view.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_advanced_view.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_reviews.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_reviews.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_sessions_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_sessions_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_settings_output.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_settings_output.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_lock_login.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_lock_login.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_visits.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_visits.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_summary_logs.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_summary_logs.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_cat_settings.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_cat_settings.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_categories.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_categories.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_email.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_email.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_tool_backup.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_tool_backup.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_help.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_help.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_conf_themes.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_conf_themes.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_general.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_general.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_general.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_general.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_summary.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_summary.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_usergroups.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_usergroups.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_catalog.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_catalog.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_output.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_settings_output.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_itemsearch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_itemsearch.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_banlist.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_banlist.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_logs_reports.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_logs_reports.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_users_settings.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_users_settings.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_reviews.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_reviews.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_modules.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_modules.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_censor.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_censor.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_custom.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_custom.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_conf.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_conf.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_search_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_search_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_navigate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_navigate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_conf.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_conf.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_help.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_help.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_discounts_circl.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_discounts_circl.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_summary_logs.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_summary_logs.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_community.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_community.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_community.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_community.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_server_info.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_server_info.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_advanced_view.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_advanced_view.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_mailinglist.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_mailinglist.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_advanced_view.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_advanced_view.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_catalog.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_catalog.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_tool_backup.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_tool_backup.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_users.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_users.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_groupsearch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_groupsearch.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_struct.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_struct.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_users.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_users.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_tool_export.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_tool_export.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_modules.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_modules.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_in-newz.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_in-newz.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_tool_import.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_tool_import.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_settings_email.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_settings_email.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_searchgroups.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_searchgroups.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_foldersearch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_foldersearch.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_tool_import.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_tool_import.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_general.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_general.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_affiliate_plans.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_affiliate_plans.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_usersearch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_usersearch.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_cat_settings.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_cat_settings.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_logs_reports.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_logs_reports.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_usersearch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_usersearch.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_conf.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_conf.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_user_settings.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_user_settings.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_search_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_search_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_usergroups.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_usergroups.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_validate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_validate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_summary.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_summary.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_summary_logs.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_summary_logs.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_output.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_output.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_conf_themes.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_conf_themes.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_tool_restore.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_tool_restore.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_style.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_style.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_settings_in-bulletin.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_settings_in-bulletin.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_site.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_site.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_conf_regional.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_conf_regional.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_conf_themes.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_conf_themes.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_tool_backup.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_tool_backup.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_searchusers.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_searchusers.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_list_community.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_list_community.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon24_struct.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon24_struct.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/icons/icon46_sessions_log.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/icons/icon46_sessions_log.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/blocks2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/blocks2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/menu_bar.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/menu_bar.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/check_on.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/check_on.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_back.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_back.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_active_left.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_active_left.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_active_back.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_active_back.jpg
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/globe.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/globe.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/menu_dot.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/menu_dot.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/perm_red.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/perm_red.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_back.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_back.jpg
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_restart.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_restart.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_update_rates_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_update_rates_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_var_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_var_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_template.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_template.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_language_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_language_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_charge_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_charge_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_modify_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_modify_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_return_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_return_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_pending_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_pending_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_selector.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_selector.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_reset.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_reset.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_template.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_template.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/icon16_search_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/icon16_search_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_restart_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_restart_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_upcat_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_upcat_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_rebuild_cache.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_rebuild_cache.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_manufacturer_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_manufacturer_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_homecat_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_homecat_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_homecat_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_homecat_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_option.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_option.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_flip.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_flip.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_forum_new_custom_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_forum_new_custom_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_arrange.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_arrange.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_divider.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_divider.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_pricing_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_pricing_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_delete_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_delete_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_cancel_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_cancel_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/arrow16.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/arrow16.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_move_up.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_move_up.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_ship_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_ship_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_user_group.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_user_group.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_edit_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_edit_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_next_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_next_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_continue.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_continue.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_select_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_select_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_refresh.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_refresh.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_view_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_view_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_reset_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_reset_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_deny_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_deny_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_group.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_group.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_rule_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_rule_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_billing.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_billing.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/arrow16_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/arrow16_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_cat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_cat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_export_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_export_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_style_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_style_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_review_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_review_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup2_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup2_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_relation_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_relation_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_review.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_review.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_e-mail.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_e-mail.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_move_up_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_move_up_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_move_up_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_move_up_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_theme.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_theme.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_copy.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_copy.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clone.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clone.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_paste.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_paste.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_file_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_file_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_return.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_return.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_image.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_image.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_image_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_image_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_permission_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_permission_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_selected.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_selected.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_var_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_var_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_delete.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_delete.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_cancel.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_cancel.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_plan_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_plan_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_recalculate_order_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_recalculate_order_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_language_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_language_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_pending_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_pending_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_rebuild_cache_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_rebuild_cache_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_image_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_image_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_e-mail_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_e-mail_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_user.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_user.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_page.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_page.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_clipboard_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_clipboard_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_clipboard_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_clipboard_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_forum_new_custom_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_forum_new_custom_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_recalculate_order_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_recalculate_order_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_cat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_cat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_stop.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_stop.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_group_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_group_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_goto_order_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_goto_order_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_infinity.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_infinity.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_image_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_image_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_plan.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_plan.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_all_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_all_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_user_group_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_user_group_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_back.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_back.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_order.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_order.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_import_language_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_import_language_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_import_language_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_import_language_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_next_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_next_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_flip_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_flip_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_payment_type_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_payment_type_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_style.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_style.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_entire_order.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_entire_order.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_stop_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_stop_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_view_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_view_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_related_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_related_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_prev_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_prev_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_copy_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_copy_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_pricing.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_pricing.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_group_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_group_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_prev.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_prev.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_cut_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_cut_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_cut_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_cut_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_image_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_image_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_move_down.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_move_down.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_paymenttype_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_paymenttype_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_paymenttype_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_paymenttype_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_user_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_user_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_option_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_option_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_payment_type.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_payment_type.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_group_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_group_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_paste_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_paste_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clone_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clone_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_language.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_language.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_recalculate_order.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_recalculate_order.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_cat_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_cat_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_cat_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_cat_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_selected_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_selected_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_file.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_file.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_pricing.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_pricing.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_all.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_all.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_related_search_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_related_search_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_theme_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_theme_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_group_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_group_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_entire_order_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_entire_order_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_arrange_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_arrange_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_export_language_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_export_language_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_export_language_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_export_language_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clone_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clone_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_paste_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_paste_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_language_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_language_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_decline_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_decline_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_decline_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_decline_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_charge_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_charge_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_modify_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_modify_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_apply_rules_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_apply_rules_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_apply_rules_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_apply_rules_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_shipping.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_shipping.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_return_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_return_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_refresh_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_refresh_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_refresh_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_refresh_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_reset_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_reset_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_import_language.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_import_language.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_template_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_template_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_user_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_user_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_export_language.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_export_language.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_plan_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_plan_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_currency.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_currency.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_pdf.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_pdf.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_frontend_mail_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_frontend_mail_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_theme_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_theme_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.50.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_export.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_export.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_cut.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_cut.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_plan.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_plan.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_edit.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_edit.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_language.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_language.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_theme_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_theme_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_currency_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_currency_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_back_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_back_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_modify.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_modify.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_group.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_group.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_ban_user.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_ban_user.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_cancel_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_cancel_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/icon16_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/icon16_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_delete_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_delete_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_frontend_mail_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_frontend_mail_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_decline.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_decline.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_editcat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_editcat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reorder.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reorder.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_page_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_page_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_theme_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_theme_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_select_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_select_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_archive.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_archive.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_stop_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_stop_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_relation.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_relation.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_pricing_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_pricing_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_pricing_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_pricing_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_reset_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_reset_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_print_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_print_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_deny.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_deny.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_prev_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_prev_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_copy_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_copy_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_order_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_order_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_item_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_item_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_theme_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_theme_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_a_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_a_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_place_order.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_place_order.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_payment_type_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate_payment_type_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_ban_user_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_ban_user_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_export_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_export_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_user_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_user_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_review_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_review_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_shipping_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_shipping_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_apply_rules.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_apply_rules.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_theme_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_theme_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_template_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_template_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_base.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_base.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_image.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_image.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_print_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_print_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_update_rates.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_update_rates.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_editcat_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_editcat_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_editcat_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_editcat_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reorder_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reorder_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reorder_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reorder_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_shipping_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_shipping_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_payment_type.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_payment_type.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_rule.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_rule.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_reset.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_reset.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_order_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_order_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_pending.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_pending.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_continue_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_continue_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_more_brackets_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_more_brackets_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_permission_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_permission_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/icon16_search_reset.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/icon16_search_reset.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_theme.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_theme.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_cat_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_cat_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_cat_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_cat_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_update_rates_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_update_rates_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_language_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_language_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_plan_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_plan_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_billing_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_billing_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_shipping.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_shipping.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_process_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_process_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_process_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_process_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_select.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_select.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_reset_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_reset_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_template_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_template_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/icon16_pricing.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/icon16_pricing.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/icon16_search_reset_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/icon16_search_reset_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_goto_order.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_goto_order.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_continue_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_continue_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_a.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_a.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_restart_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_restart_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_approve_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_approve_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_approve_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_approve_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/icon16_pricing_primary.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/icon16_pricing_primary.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_e-mail_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_e-mail_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_next.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_next.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_move_down_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_move_down_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_upcat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_upcat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_paymenttype.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_paymenttype.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_frontend_mail.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_frontend_mail.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_file.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_file.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_forum_new_custom.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_forum_new_custom.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_goto_order_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_goto_order_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_archive_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_archive_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_archive_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_archive_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_print.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_print.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_charge.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_charge.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_homecat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_homecat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_user_group_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_user_group_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_currency_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_currency_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_back_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_back_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_base_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_base_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_b.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_b.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_process.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_process.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_ship_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_ship_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_place_order_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_place_order_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_place_order_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_place_order_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_edit_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_edit_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_payment_type_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_affiliate_payment_type_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_permission.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_permission.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_file_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_file_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_pdf_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_pdf_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_pdf_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_pdf_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_deny_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_deny_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_move_down_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_move_down_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_validate_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_view.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_view.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_rule_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_rule_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_approve.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_approve.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_item_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_item_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_ban_user_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_ban_user_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_search_b_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_search_b_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_base_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_reset_to_base_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_option_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_option_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup2_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_usertogroup2_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_relation_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_relation_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_affiliate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_template_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_template_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_more_brackets.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_more_brackets.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_ship.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_ship.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_manufacturer.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_manufacturer.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_infinity_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_infinity_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_var.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_language_var.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_theme.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_preview_theme.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_selector_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_selector_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_file_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_primary_file_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_selected_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_selected_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_item.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_item.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_upcat_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_upcat_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_clipboard.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_clear_clipboard.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/toolbar/tool_new_user.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/toolbar/tool_new_user.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_active_back3.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_active_back3.jpg
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_active_back2.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_active_back2.jpg
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/toolbar/tool_new_link.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/toolbar/tool_new_link.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/toolbar/tool_new_link_f2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/toolbar/tool_new_link_f2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/toolbar/tool_new_link_f3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/toolbar/tool_new_link_f3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_top.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_top.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_pick.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_pick.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_denied.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_denied.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_not_validated.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_not_validated.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon46_list_settings_in-link.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon46_list_settings_in-link.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_invalid.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_invalid.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_deleted.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_deleted.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_hot.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_hot.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_pending.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_pending.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_valid.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_valid.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon24_settings_in-link.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon24_settings_in-link.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_attn.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_attn.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_pop.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_pop.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon46_settings_in-link.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon46_settings_in-link.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/in-link/icon16_link_new.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/in-link/icon16_link_new.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/button_back_disabled.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/button_back_disabled.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_active_right.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_active_right.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/blue_bar_help.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/blue_bar_help.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/smicon2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/smicon2.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/smicon3.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/smicon3.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/progress_done.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/progress_done.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/button_back.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/button_back.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_left.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_left.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tree/ftv2mnode.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tree/ftv2mnode.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tree/ftv2node.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tree/ftv2node.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tree/ftv2vertline.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tree/ftv2vertline.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tree/ftv2pnode.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tree/ftv2pnode.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tree/ftv2blank.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tree/ftv2blank.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tree/ftv2mlastnode.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tree/ftv2mlastnode.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tree/ftv2lastnode.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tree/ftv2lastnode.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tree/ftv2plastnode.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tree/ftv2plastnode.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/logo_bg.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/logo_bg.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/smicon6.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/smicon6.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/smicon7.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/smicon7.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/perm_green.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/perm_green.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/progress_left.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/progress_left.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/link_arrow.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/link_arrow.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/menu_arrow.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/menu_arrow.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/list_vertic_propagate.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/list_vertic_propagate.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/favicon.ico
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/favicon.ico
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/tab_right.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/tab_right.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/version_bg.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/version_bg.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/progress_bar_segment.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/progress_bar_segment.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_new_page.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_new_page.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_edit.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_edit.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_restore.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_restore.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_check_out.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_check_out.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_edit_cat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_edit_cat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_approve.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_approve.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_archives.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_archives.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/s.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/s.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_forward.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_forward.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_move_down.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_move_down.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_check_in.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_check_in.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_search.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_search.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_new_section.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_new_section.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/icon_select_page.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/icon_select_page.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_new.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_new.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/sort_no.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/sort_no.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/sort_desc.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/sort_desc.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_separ.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_separ.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/icon_select_all.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/icon_select_all.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_delete_cat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_delete_cat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_cut.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_cut.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_reset.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_reset.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_delete.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_delete.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/sort_asc.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/sort_asc.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_new_cat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_new_cat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/sort_2_desc.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/sort_2_desc.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_deny.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_deny.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_view.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_view.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_revert.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_revert.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_paste.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_paste.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_search_reset.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_search_reset.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/sort_2_asc.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/sort_2_asc.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_enter_cat.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_enter_cat.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_go_up.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_go_up.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/img/old/menu_move_up.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/kernel/admin_templates/img/old/menu_move_up.gif
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/item_selector/item_selector_advanced_view.tpl
===================================================================
--- branches/RC/kernel/admin_templates/item_selector/item_selector_advanced_view.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/item_selector/item_selector_advanced_view.tpl (nonexistent)
@@ -1,77 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:advanced_view.view" system="1" ajax="yes"/>
-<inp2:m_include t="incs/header" nobody="yes" noform="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF" onload="$Catalog.Init();">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_advanced_view" module="in-portal" title="!la_title_AdvancedView!"/>
-
-<inp2:m_set ts="showall" td="no"/>
-<inp2:m_include t="catalog/item_selector/item_selector_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="advanced_view" module="in-portal"/>
-
-<!-- main kernel_form: begin -->
-<inp2:m_RenderElement name="kernel_form"/>
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <input type="hidden" name="m_cat_id" value="<inp2:m_get name="m_cat_id"/>"/>
- <inp2:m_include t="catalog/item_selector/item_selector_toolbar" is_catalog="0"/>
- <script type="text/javascript">
- Catalog.prototype.AfterInit = function() {
- this.switchTab();
- }
-
- var $Catalog = new Catalog('<inp2:m_Link template="#TEMPLATE_NAME#" pass_through="ts,td,tm" ts="showall" td="no" m_cat_id="#CATEGORY_ID#" no_amp="1"/>', 'is_advanced_view_', 0);
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-<inp2:m_RenderElement name="kernel_form_end"/>
-<!-- main kernel_form: end -->
-
-<br />
-
-<!-- item tabs: begin -->
-<table cellpadding="0" cellspacing="0">
- <tr>
- <inp2:m_DefineElement name="item_tab" title="">
- <td nowrap="nowrap" width="140">
- <table id="<inp2:m_param name="prefix"/>.showall_tab" cellpadding="0" cellspacing="0" width="100%" class="catalog-tab-unselected" onclick="$Catalog.switchTab('<inp2:m_param name="prefix"/>.showall');">
- <tr>
- <td class="catalog-tab-left">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td class="catalog-tab-middle" width="100%" valign="middle" nowrap="nowrap">
- <inp2:m_phrase name="$title"/> <span class="cats_stats">(<span id="<inp2:m_param name="prefix"/>.showall_item_count">?</span>)</span>
- </td>
- <td class="catalog-tab-right">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td style="background-color: #FFFFFF;">
- <img src="img/spacer.gif" height="1" width="5" />
- </td>
- </tr>
- </table>
- </td>
- </inp2:m_DefineElement>
-
- <inp2:m_DefineElement name="tab_headers">
- <inp2:adm_ListCatalogTabs render_as="item_tab" title_property="ViewMenuPhrase" replace_m="yes" skip_prefixes="$skip_prefixes"/>
- </inp2:m_DefineElement>
-
- <inp2:c_InitCatalog render_as="tab_headers"/>
-
-
- </tr>
-</table>
-<!-- item tabs: end -->
-<inp2:m_DefineElement name="tab_bodies">
- <inp2:m_ModuleInclude template="catalog_tab" tab_init="2" skip_prefixes="$skip_prefixes"/>
-</inp2:m_DefineElement>
-
-<inp2:c_InitCatalog render_as="tab_bodies"/>
-
-<inp2:m_include t="incs/footer" noform="yes"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/item_selector/item_selector_advanced_view.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/item_selector/item_selector_catalog.tpl
===================================================================
--- branches/RC/kernel/admin_templates/item_selector/item_selector_catalog.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/item_selector/item_selector_catalog.tpl (nonexistent)
@@ -1,112 +0,0 @@
-<inp2:m_include t="incs/header" nobody="yes" noform="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF" onload="$Catalog.Init();">
-<inp2:m_RenderElement name="section_header" prefix="c" icon="icon46_catalog" module="in-portal" title="!la_title_Browse!"/>
-
-<inp2:m_include t="catalog/item_selector/item_selector_tabs"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="c" title_preset="catalog" module="in-portal"/>
-
-<!-- main kernel_form: begin -->
-<inp2:m_RenderElement name="kernel_form"/>
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <input type="hidden" name="m_cat_id" value="<inp2:m_get name="m_cat_id"/>"/>
- <inp2:m_include t="catalog/item_selector/item_selector_toolbar" is_catalog="1"/>
- <script type="text/javascript">
- var $Catalog = new Catalog('<inp2:m_Link template="#TEMPLATE_NAME#" m_cat_id="#CATEGORY_ID#" no_amp="1"/>', 'is_catalog_');
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-<inp2:m_RenderElement name="kernel_form_end"/>
-<!-- main kernel_form: end -->
-
-<!-- category list: begin -->
-<table id="c_search_warning" width="100%" border="0" cellspacing="0" cellpadding="4" class="table_border_notop" style="display: none">
- <tr>
- <td valign="top" class="hint_red">
- <inp2:m_phrase name="la_Warning_Filter"/>
- </td>
- </tr>
-</table>
-
-<inp2:m_set t="categories/xml/categories_list"/>
-<inp2:m_RenderElement name="kernel_form" form_name="categories_form"/>
-<table class="toolbar" cellspacing="0" cellpadding="2" width="100%" border="0" class="tableborder_full_a">
- <tr bgcolor="#e0e0da" height="20">
- <td width="100%" valign="middle">
- <img height="15" src="img/arrow.gif" width="15" align="absmiddle" border="0"><span id="category_path"></span>
- </td>
- <td align="right" class="search-cell" >
- <table cellspacing="0" cellpadding="0" border="0" style="width: 270px">
- <tr>
- <td>Search:&nbsp;</td>
- <td>
- <input type="text" id="c_search_keyword" name="c_search_keyword" value="" PrefixSpecial="c" Grid="Default" ajax="1" style="border: 1px solid grey;">
- <input type="text" style="display: none"; />
- </td>
- <td id="search_buttons[c]">
- <script type="text/javascript">
- <inp2:m_RenderElement name="grid_search_buttons" PrefixSpecial="c" grid="Default" ajax="1"/>
- </script>
- </td>
- </tr>
- </table>
- </td>
- </tr>
-</table>
-
-<div id="categories_div" prefix="c" view_template="categories/xml/categories_list" edit_template="categories/categories_edit" dep_buttons="" class="catalog-tab" style="display: block;"></div>
-<inp2:m_RenderElement name="kernel_form_end"/>
-<inp2:m_set t="catalog/catalog"/>
-<script type="text/javascript">$Catalog.registerTab('categories');</script>
-<!-- categories list: end -->
-
-<!-- item tabs: begin -->
-<table cellpadding="0" cellspacing="0">
- <tr>
- <inp2:m_DefineElement name="item_tab" title="">
- <td nowrap="nowrap" width="140">
- <table id="<inp2:m_param name="prefix"/>_tab" cellpadding="0" cellspacing="0" width="100%" class="catalog-tab-unselected" onclick="$Catalog.switchTab('<inp2:m_param name="prefix"/>');">
- <tr>
- <td class="catalog-tab-left">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td class="catalog-tab-middle" width="100%" valign="middle" nowrap="nowrap">
- <inp2:m_phrase name="$title"/> <span class="cats_stats">(<span id="<inp2:m_param name="prefix"/>_item_count">?</span>)</span>
- </td>
- <td class="catalog-tab-right">
- <img src="img/spacer.gif" height="22" width="9" />
- </td>
- <td style="background-color: #FFFFFF;">
- <img src="img/spacer.gif" height="1" width="5" />
- </td>
- </tr>
- </table>
-
- </td>
- </inp2:m_DefineElement>
-
- <inp2:m_DefineElement name="tab_headers">
- <inp2:adm_ListCatalogTabs render_as="item_tab" title_property="ViewMenuPhrase" skip_prefixes="$skip_prefixes"/>
- </inp2:m_DefineElement>
-
- <inp2:c_InitCatalog render_as="tab_headers" skip_prefixes="m"/>
-
- </tr>
-</table>
-<!-- item tabs: end -->
-
-<inp2:m_DefineElement name="tab_bodies">
- <inp2:m_ModuleInclude template="catalog_tab" tab_init="2" skip_prefixes="$skip_prefixes"/>
-</inp2:m_DefineElement>
-
-<inp2:c_InitCatalog render_as="tab_bodies" skip_prefixes="m"/>
-
-
-<inp2:m_include t="incs/footer" noform="yes"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/item_selector/item_selector_catalog.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.4
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/item_selector/item_selector_tabs.tpl
===================================================================
--- branches/RC/kernel/admin_templates/item_selector/item_selector_tabs.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/item_selector/item_selector_tabs.tpl (nonexistent)
@@ -1,12 +0,0 @@
-<table cellpadding="0" cellspacing="0" border="0" width="100%">
-<tr>
- <td align="right" width="100%">
- <table cellpadding="0" cellspacing="0" border="0" height="23">
- <tr>
- <inp2:m_RenderElement name="tab_direct" title="la_tab_Browse" t="catalog/item_selector/item_selector_catalog" pass="all"/>
- <inp2:m_RenderElement name="tab_direct" title="la_tab_AdvancedView" t="catalog/item_selector/item_selector_advanced_view" pass="all"/>
- </tr>
- </table>
- </td>
-</tr>
-</table>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/item_selector/item_selector_tabs.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/item_selector/item_selector_toolbar.tpl
===================================================================
--- branches/RC/kernel/admin_templates/item_selector/item_selector_toolbar.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/item_selector/item_selector_toolbar.tpl (nonexistent)
@@ -1,68 +0,0 @@
-<script type="text/javascript" src="js/ajax.js"></script>
-<link rel="stylesheet" rev="stylesheet" href="incs/nlsmenu.css" type="text/css" />
-<script type="text/javascript" src="js/nlsmenu.js"></script>
-<script type="text/javascript" src="js/nlsmenueffect_1_2_1.js"></script>
-<script type="text/javascript" src="js/catalog.js"></script>
-<script type="text/javascript">
- var menuMgr = new NlsMenuManager("mgr");
- menuMgr.timeout = 500;
- menuMgr.flowOverFormElement = true;
-
- Request.progressText = '<inp2:m_phrase name="la_title_Loading" escape="1"/>';
- var a_toolbar = new ToolBar();
-
- a_toolbar.AddButton( new ToolBarButton('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', function() {
- <inp2:m_if check="m_ParamEquals" name="is_catalog" value="1">
- active_selected = '';
- if (Grids[$Catalog.ActivePrefix]) {
- active_selected = Grids[$Catalog.ActivePrefix].GetSelected();
- set_hidden_field('selected_ids[' + $Catalog.ActivePrefix + ']', active_selected);
- }
- if (active_selected.length == 0) {
- var $category_ids = Grids['c'].GetSelected();
- if ($category_ids.length == 0) {
- // no categories selected, then use current category
- $category_ids = get_hidden_field('m_cat_id');
- }
- set_hidden_field('selected_ids[c]', $category_ids);
- }
- <inp2:m_else/>
- var $prefix = $Catalog.ActivePrefix.replace('.<inp2:m_get name="ts"/>', '');
- set_hidden_field('selected_ids[' + $prefix + ']', Grids[$Catalog.ActivePrefix].GetSelected());
- </inp2:m_if>
-
- submit_event('<inp2:m_Recall name="main_prefix"/>', 'OnProcessSelected');
- }
- ) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- window.close();
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- <inp2:m_if check="m_ParamEquals" name="is_catalog" value="1">
- a_toolbar.AddButton( new ToolBarButton('upcat', '<inp2:m_phrase label="la_ToolTip_Up" escape="1"/>', function() {
- $Catalog.go_to_cat($Catalog.ParentCategoryID);
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarButton('homecat', '<inp2:m_phrase label="la_ToolTip_Home" escape="1"/>', function() {
- $Catalog.go_to_cat(0);
- }
- ) );
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
- </inp2:m_if>
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar, 'view');
- }
- ) );
-
- a_toolbar.Render();
-
- function edit()
- {
-
- }
-</script>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/item_selector/item_selector_toolbar.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5.2.1
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: branches/RC/kernel/admin_templates/search_logs/search_log_list.tpl
===================================================================
--- branches/RC/kernel/admin_templates/search_logs/search_log_list.tpl (revision 11201)
+++ branches/RC/kernel/admin_templates/search_logs/search_log_list.tpl (nonexistent)
@@ -1,86 +0,0 @@
-<inp2:m_include t="incs/header" />
-
-<inp2:m_RenderElement name="combined_header" section="in-portal:searchlog" prefix="search-log" title_preset="search_log_list" pagination="1"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <table width="100%" cellpadding="0" cellspacing="0">
- <tr>
- <td >
- <script type="text/javascript">
- a_toolbar = new ToolBar();
-
-
- function edit()
- {
-
- }
-
- a_toolbar.AddButton(
- new ToolBarButton(
- 'refresh',
- '<inp2:m_phrase label="la_ToolTip_Refresh" escape="1"/>',
- function() {
- window.location.href = window.location.href;
- }
- )
- );
-
- a_toolbar.AddButton(
- new ToolBarButton(
- 'in-portal:clear_selected',
- '<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>',
- function() {
- std_delete_items('search-log');
- }
- )
- );
-
- a_toolbar.AddButton(
- new ToolBarButton(
- 'in-portal:reset',
- '<inp2:m_phrase label="la_ToolTip_DeleteAll" escape="1"/>',
- function() {
- if (inpConfirm('<inp2:m_Phrase name="la_Delete_Confirm" escape="1"/>')) {
- submit_event('search-log', 'OnDeleteAll');
- }
- }
- )
- );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton(
- new ToolBarButton('export', '<inp2:m_phrase label="la_ToolTip_Export" escape="1"/>', function() {
- std_csv_export('search-log', 'Default', 'export/export_progress');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function(id) {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
- </script>
- </td>
-
- <inp2:m_RenderElement name="search_main_toolbar" prefix="search-log" grid="Default"/>
- </tr>
- </table>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_ParseBlock name="grid" PrefixSpecial="search-log" IdField="SearchLogId" grid="Default"/>
-<script type="text/javascript">
- Grids['search-log'].SetDependantToolbarButtons( new Array('clear_selected') );
-</script>
-
-<inp2:m_include t="incs/footer"/>
Property changes on: branches/RC/kernel/admin_templates/search_logs/search_log_list.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.4
\ No newline at end of property

Event Timeline