Skip to content

Commit

Permalink
Capitalization changes as requested by Barb.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Barr committed Oct 19, 2000
1 parent a0aa05e commit 5e788a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/lib/UI/pages/admin/customer.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
[set icon_name]admin/icon_people.gif[/set]
[seti page_title]
[if value showinactive]
Customers: Inactive customers
Customers: Inactive Customers
[else]
Customers: Active customers
Customers: Active Customers
[/else]
[/if]
[/seti]
Expand Down
4 changes: 2 additions & 2 deletions dist/lib/UI/pages/admin/order.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@
[set icon_name]admin/icon_orders.gif[/set]
[seti page_title]
[if value showarchive]
Orders: archived orders
Orders: Archived Orders
[set help_name]order.main.archived[/set]
[else]
Orders: pending orders
Orders: Pending Orders
[set help_name]order.main.pending[/set]
[/else]
[/if]
Expand Down
4 changes: 2 additions & 2 deletions dist/lib/UI/pages/admin/orderstats.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<table border=0 __UI_T_PROPERTIES__>
<tr bgcolor="#000000" height=1><td colspan=2></td></tr>
<tr>
<td colspan=2 bgcolor=__UI_C_TOPBLOCKBAR__><FONT COLOR="__UI_C_TITLEBARTXT__"><B>View Stats for this Month Only</B></FONT></td>
<td colspan=2 bgcolor=__UI_C_TOPBLOCKBAR__><FONT COLOR="__UI_C_TITLEBARTXT__"><B>View stats for this month only</B></FONT></td>
</tr>
<tr bgcolor="#000000" height=1><td colspan=2></td></tr>
<tr bgcolor="#FFFFFF" height=2><td colspan=2></td></tr>
Expand All @@ -29,7 +29,7 @@
<tr bgcolor="#ffffff" height=25><td colspan=2>&nbsp;</td></tr>

<tr>
<td colspan=2 bgcolor=__UI_C_TOPBLOCKBAR__><FONT COLOR="__UI_C_TITLEBARTXT__"><B>View Stats for Any Period of Time</B></FONT></td>
<td colspan=2 bgcolor=__UI_C_TOPBLOCKBAR__><FONT COLOR="__UI_C_TITLEBARTXT__"><B>View stats for any period of time</B></FONT></td>
</tr>
<tr bgcolor="#000000" height=1><td colspan=2></td></tr>
<tr bgcolor="#FFFFFF" height=2><td colspan=2></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/UI/pages/admin/payment.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[set page_title]Payment options[/set]
[set page_title]Payment Options[/set]
[set ui_class]Admin[/set]
[set help_name]payment.main[/set]
[set icon_name]admin/icon_config.gif[/set]
Expand Down

0 comments on commit 5e788a3

Please sign in to comment.