Skip to content

Commit

Permalink
Changed help file references per Alison's request.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Oct 19, 2000
1 parent d4fdd71 commit bf0cea4
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/lib/UI/pages/admin/affiliates.html
Expand Up @@ -13,7 +13,7 @@
[set ui_class]Merchandising[/set]
[set page_title]Affiliates manager[/set]
[set table_perm]1[/set]
[set help_name]affiliate.main[/set]
[set help_name]affiliate.manager[/set]
[set icon_name]admin/icon_people.gif[/set]
@_UI_STD_HEAD_@

Expand Down Expand Up @@ -95,7 +95,7 @@ <H3>Entries containing "[cgi ui_text_qualification]"</H3>
mv_data_table=affiliate
icon_name=admin/icon_people.gif
ui_return_to=__UI_BASE__/affiliates
help_name=affiliate.main
help_name=affiliate.edit
"][item-code]</A></TD>
<TD VALIGN=top>[item-data affiliate name]</TD>
<TD VALIGN=top><font size=1>linkback:&nbsp;<A href="[item-data affiliate url]">[item-data affiliate url]</A><br>
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/UI/pages/admin/entry.html
@@ -1,6 +1,6 @@
[set page_title]Order Entry[/set]
[set ui_class]Orders[/set]
[set help_name]order_entry[/set]
[set help_name]order_entry.main[/set]
[set icon_name]admin/icon_orders.gif[/set]
[seti meta_header]
<SCRIPT> // JavaScript Form Validation Demo // by Paul Colton
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/UI/pages/admin/login.html
Expand Up @@ -3,7 +3,7 @@
[set ui_class]None[/set]
[set page_title]Welcome to Interchange[/set]
[set page_banner]&nbsp;[/set]
[set help_name]index[/set]
[set help_name]logout.main[/set]
@_UI_STD_HEAD_@

<!-- ----- BEGIN REAL STUFF ----- -->
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/UI/pages/admin/logout.html
@@ -1,7 +1,7 @@
[set no_login_required]1[/set]
[set ui_class]None[/set]
[set page_title]Welcome to Interchange[/set]
[set help_name]index[/set]
[set help_name]logout.main[/set]
[set icon_name]admin/icon_error.gif[/set]
@_UI_STD_HEAD_@

Expand Down
2 changes: 1 addition & 1 deletion dist/lib/UI/pages/admin/merchandising.html
Expand Up @@ -13,7 +13,7 @@
[set ui_class]Merchandising[/set]
[set page_title]Merchandising editor[/set]
[set table_perm]1[/set]
[set help_name]item.main[/set]
[set help_name]merchandising[/set]
[set icon_name]admin/icon_item.gif[/set]
@_UI_STD_HEAD_@

Expand Down
2 changes: 1 addition & 1 deletion dist/lib/UI/pages/admin/page.html
@@ -1,6 +1,6 @@
[set page_title]Page editor[/set]
[set ui_class]Content[/set]
[set help_name]page.main[/set]
[set help_name]page.editor[/set]
[set icon_name]admin/icon_pages.gif[/set]
@_UI_STD_HEAD_@

Expand Down
2 changes: 1 addition & 1 deletion dist/lib/UI/pages/admin/user_change_pass.html
Expand Up @@ -6,7 +6,7 @@
[seti page_banner]Change password: <B>[cgi user_id]</B>[/seti]
[set ui_class]Admin[/set]
[set page_perm]access=e[/set]
[set help_name]access.main[/set]
[set help_name]change.password[/set]
[set icon_name]admin/icon_config.gif[/set]
[set no_old_needed][/set]
[if-mm super]
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/UI/pages/admin/user_edit.html
Expand Up @@ -7,7 +7,7 @@
[set ui_class]Admin[/set]
[seti page_banner]Administrator Edit: <B>[cgi user_id]</B>[/seti]
[set page_perm]access=v[/set]
[set help_name]access.main[/set]
[set help_name]admin.edit[/set]
[set icon_name]admin/icon_config.gif[/set]
[calc]
$CGI->{mv_data_table} = $Values->{mv_data_table} = '__UI_ACCESS_TABLE__';
Expand Down

0 comments on commit bf0cea4

Please sign in to comment.