Index: trunk/admin/install.php =================================================================== diff -u -r51 -r64 --- trunk/admin/install.php (.../install.php) (revision 51) +++ trunk/admin/install.php (.../install.php) (revision 64) @@ -213,7 +213,7 @@ frm.section.value = section; frm.method = 'POST'; - CreatePopup('HelpPopup','/help/blank.html', null, 600); + CreatePopup('HelpPopup','/help/blank.html'); // , null, 600); frm.target = 'HelpPopup'; frm.submit(); } Index: trunk/kernel/admin/include/help/browse.txt =================================================================== diff -u --- trunk/kernel/admin/include/help/browse.txt (revision 0) +++ trunk/kernel/admin/include/help/browse.txt (revision 64) @@ -0,0 +1,4 @@ +

The catalog allows you to navigate the tree of the categories. You will see a navigation bar at the top, which will show you the current category you are in. You may click the category names in the navigation bar to quickly jump up the tree. You may also use the �Up' button (yellow folder with a green up arrow icon) in the toolbar to go one category up, or the �Home' button (house icon) to go all the way up to Home � the root category. To go deeper in the tree, simply click on the desired category.

+

In side the category, you will see all its subcategories in the top tab, and the items in the bottom tabs.

+

In this catalog screen, you can create new categories (icon with the folder and a little sun), edit the current category you are in (icon with the folder and a green check mark), create new items (icon looks like the item element icon with a little sun), edit selected categories or items (green check mark) or delete the selected categories or items (red X sign).

+The categories are displayed in two columns. First there is the control check box, then the category icon, also showing the state of the category (new, pending, disabled, etc.), then the category name, then the text state (top, pop, new, editor's pick) and the number of subcategories and items that it contains, in parenthesis. Below the category name there is its description and the creation date. \ No newline at end of file Index: trunk/admin/include/mainscript.php =================================================================== diff -u -r36 -r64 --- trunk/admin/include/mainscript.php (.../mainscript.php) (revision 36) +++ trunk/admin/include/mainscript.php (.../mainscript.php) (revision 64) @@ -425,7 +425,7 @@ var frm = document.getElementById('help_form'); frm.section.value = section; frm.method = 'POST'; - CreatePopup('HelpPopup','$rootURL$admin/help/blank.html', null, 600); + CreatePopup('HelpPopup','$rootURL$admin/help/blank.html'); // , null, 600 frm.target = 'HelpPopup'; frm.submit(); }